ping_ does not provide any graph (graph no in config) but it provides value, that could be used to trigger critical and warning levels.
In munin.conf I have ping_.packetloss.warning 20 and in plugin config I also have env.packetloss_warn 20
My network cable is disconnected.
Running fetch ping_ while connected to node on this host I am getting packetloss.value 100
But after 5 minutes and after running munin-cron manually I see no warning generated in webpage.
I have ping_ graph there, but no warning about packetloss.
What should I do?
--
I just found that nothing is saved in rrd file if graph no. So, I commented it out and now I have data in rrd (rrdtool fetch ...) and munin-limits seems to work.