(Return code of 127 is out of bounds - plugin may be missin
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
(Return code of 127 is out of bounds - plugin may be missin
Trying to monitor network device. below errors persist please help.
/var/lib/mrtg/172.24.10.45_151061380.rrd does not exist.
(Return code of 127 is out of bounds - plugin may be missing
/var/lib/mrtg/172.24.10.45_151061380.rrd does not exist.
(Return code of 127 is out of bounds - plugin may be missing
Re: (Return code of 127 is out of bounds - plugin may be mis
Could we get some more information? What are you trying to monitor? What plugin are you using?lafargeuser wrote:Trying to monitor network device. below errors persist please help.
/var/lib/mrtg/172.24.10.45_151061380.rrd does not exist.
(Return code of 127 is out of bounds - plugin may be missing
Former Nagios Employee.
me.
me.
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: (Return code of 127 is out of bounds - plugin may be mis
Im trying to monitor network device with snmp string. Im not using any plugin. What causing problem here.
Re: (Return code of 127 is out of bounds - plugin may be mis
How dd you set this up? Did you use the Network Switch and Router Wizard? Please run the following:
ls-l /var/lib/mrtg/172.24.10.45*
and post the results.
ls-l /var/lib/mrtg/172.24.10.45*
and post the results.
Former Nagios employee
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: (Return code of 127 is out of bounds - plugin may be mis
Yes. I ve used network wizard
Re: (Return code of 127 is out of bounds - plugin may be mis
Can you please run this command that tmcdonald posted?lafargeuser wrote:Yes. I ve used network wizard
ls -l /var/lib/mrtg/172.24.10.45*
Former Nagios Employee.
me.
me.
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: (Return code of 127 is out of bounds - plugin may be mis
Okay.I shall post that & how about plugin may be missing error. I have monitor nw device in past using same wizard but never came across such error
Re: (Return code of 127 is out of bounds - plugin may be mis
Strange it would act up now. Let us know what the commands output is.lafargeuser wrote:Okay.I shall post that & how about plugin may be missing error. I have monitor nw device in past using same wizard but never came across such error
Former Nagios Employee.
me.
me.
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: (Return code of 127 is out of bounds - plugin may be mis
Hello,
Please find the screen-shot of the Output which you required.
Regards,
Please find the screen-shot of the Output which you required.
Regards,
You do not have the required permissions to view the files attached to this post.
Re: (Return code of 127 is out of bounds - plugin may be mis
The files in the /var/lib/mrtg folder are generated by the cron daemon. Lets restart it to see if they start to populate. It will take 15 to 20 minutes for it to work.
Run this on the Nagios system.
If it still fails, run the following and post the output here.
If there isn't any output, that means that there are no errors.
Run this on the Nagios system.
Code: Select all
service crond restartCode: Select all
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_lBe sure to check out our Knowledgebase for helpful articles and solutions!