Hello, I have the graphite plugin working for hosts with check_command = "hostalive" and for services using "icmp".
However, if I change it to: template Host "Host Template Generic" { check_command = "icmp" } The graphs no longer appear on the host's page. However, the raw performance data does appear and is updated as expected. The requests to graphite-web are only for "GET /metrics/expand?query=monitored-host.host.icmp.perfdata.%2A.value", instead of: GET /metrics/expand?query=monitored-host.host.hostalive.perfdata.rta.value HTTP/1.1" 200 GET /metrics/expand?query=monitored-host.host.hostalive.perfdata.pl.value HTTP/1.1" 200 GET /metrics/expand?query=monitored-host.host.hostalive.perfdata.%2A.value HTTP/1.1" 200 as they are when using `hostalive`. Is there a configuration that needs to be made to have the graphite module query for icmp's graphite data properly? I feel like this has come up before, but I just can't seem to find the solution. Any help would be appreciated. Kind Regards, Lee Clemens _______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users