turbot/digitalocean_insights

Query: droplet_monitoring_status_count

Usage

powerpipe query digitalocean_insights.query.droplet_monitoring_status_count

Steampipe Tables

SQL

select
count(*) as value,
'Monitoring Disabled' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as "type"
from
digitalocean_droplet
where
not features ? 'monitoring';

Dashboards

The query is used in the dashboards: