1 line
943 B
JSON
1 line
943 B
JSON
{"id":"b2c90ee4-25af-47ca-949a-53d68f4c61de","meta":{"name":"consul","version":"1.0","dashboardVersion":"1.x","description":"Dashboard for the telegraf input plug-in: Consul","author":"influxdata","license":"MIT","icon":"","url":"https://github.com/influxdata/telegraf/tree/master/plugins/inputs/consul"},"data":{"cells":[{"w":4,"h":4,"name":"Consul – Number of Critical Health Checks","queries":[{"query":"SELECT count(\"check_id\") as \"Number Critical\" FROM \":db:\".\":rp:\".\"consul_health_checks\"","wheres":["\"status\" = 'critical'"],"groupbys":["\"service_name\""],"label":"count"}],"measurement":"consul_health_checks"},{"w":4,"h":4,"name":"Consul – Number of Warning Health Checks","queries":[{"query":"SELECT count(\"check_id\") as \"Number Warning\" FROM \":db:\".\":rp:\".\"consul_health_checks\"","wheres":["\"status\" = 'warning'"],"groupbys":["\"service_name\""],"label":"count"}],"measurement":"consul_health_checks"}]}} |