Page 2 of 2
Re: Upgrade Fail NagiosXI 2014R2.2
Posted: Fri Jan 02, 2015 8:33 am
by fbourdier94
Yes sure,
Re: Upgrade Fail NagiosXI 2014R2.2
Posted: Fri Jan 02, 2015 12:03 pm
by tgriep
Could you also post how your check commands are setup for those services?
Re: Upgrade Fail NagiosXI 2014R2.2
Posted: Mon Jan 05, 2015 5:25 am
by fbourdier94
Yes,
/usr/local/nagios/libexec/check_rrdtraf -f /var/lib/mrtg/10.0.10.15_5001.rrd -w 0,0 -c 1,1 -l G
I don't know why status in Mbp change on Gbp
Re: Upgrade Fail NagiosXI 2014R2.2
Posted: Mon Jan 05, 2015 2:19 pm
by sreinhardt
It seems that the flag -l G was provided at the end of your command. This will force the plugin to expect the input received from the device is in Gbps and that your output should be gbps. You can change this back to -l M if you wish, although for the period of time you had gbps, the graphs will not appear correct, and there isn't too much you can do to correct it. You could also just remove the -l flag and the plugin should autoscale appropriately.