We are having an issue with the RRD used to store the bandwith usage of a Switch
The service check is:
Code: Select all
check_rrdtraf -f /var/lib/mrtg/192.168.50.100_10613.rrd -w 500.0,500.0 -c 800.0,800.0 -l M
Code: Select all
OK - Current BW in: 0Mbps Out: 0Mbps|in=0Mb/s;500.0;800.0 out=0Mb/s;500.0;800.0
Code: Select all
ls -ls /var/lib/mrtg/192.168.50.100_10613.rrd
104 -rwxrwxr-x 1 apache nagios 105320 Feb 21 18:51 /var/lib/mrtg/192.168.50.100_10613.rrd
Any ideas of what could be happening?