francois2metz/freshping

GitHub
steampipe plugin install francois2metz/freshpingsteampipe plugin install francois2metz/freshping

Table: freshping_contact

List email addresses who can receive alerts.

Examples

List contacts

select
id,
name,
email
from
freshping_contact;

.inspect freshping_contact

Contacts who can receive alerts.

NameTypeDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
emailtextEmail of the contact.
idbigintUnique ID of the contact.
nametextName of the contact.