Mikesch-mp / icingaweb2-module-grafana

Grafana module for Icinga Web 2 (supports InfluxDB & Graphite)
https://icinga.com/community/
GNU General Public License v2.0
240 stars 93 forks source link

disable the graph when no performance data are written #302

Closed rafi0101 closed 1 year ago

rafi0101 commented 1 year ago

Expected Behavior

Hide Performance Graph if no performance data are available / no performance data sent by the check

Current Behavior

image

Mikesch-mp commented 1 year ago

It dows show no graph when either the disable var is set correctly of enable_perfdata = falseis set for a service. if you use the module with icingadb, wait for 2.0.0

rafi0101 commented 1 year ago

Is it possible that this could be detected automatically? We do not have this option disabled anywhere,

Mikesch-mp commented 1 year ago

It is detected automatically when enable_perfdata is false or the disable var is set correctly. if you need more help you should post examples and give more information