Upgrade Fail NagiosXI 2014R2.2
-
fbourdier94
- Posts: 9
- Joined: Tue Oct 07, 2014 2:15 am
Re: Upgrade Fail NagiosXI 2014R2.2
Yes sure,
You do not have the required permissions to view the files attached to this post.
Re: Upgrade Fail NagiosXI 2014R2.2
Could you also post how your check commands are setup for those services?
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
fbourdier94
- Posts: 9
- Joined: Tue Oct 07, 2014 2:15 am
Re: Upgrade Fail NagiosXI 2014R2.2
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
/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
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Upgrade Fail NagiosXI 2014R2.2
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.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.