check_mrtgtraf: Unable to process MRTG log file
this is the alert message i am getting for the service Port 1 Bandwidth Usage for my Switch.
Search found 19 matches
- Fri Feb 08, 2013 2:46 pm
- Forum: Open Source Nagios Projects
- Topic: check_mrtgtraf: Unable to process MRTG log file..
- Replies: 6
- Views: 3049
- Fri Feb 08, 2013 2:09 pm
- Forum: Open Source Nagios Projects
- Topic: check_mrtgtraf: Unable to process MRTG log file..
- Replies: 6
- Views: 3049
Re: check_mrtgtraf: Unable to process MRTG log file..
i checked the /var/lib/ and there was no 'mrtg' . So i created directory named 'mrtg' and than created a file name myipaddress_1.log; After than i run crontab -e and place the line .. */5 * * * * /usr/bin/env LANG=C /usr/bin/mrtg /etc/mrtg/mymrtg.cfg –logging /var/log/mrtg.log but still get the same...
- Fri Feb 08, 2013 1:11 pm
- Forum: Open Source Nagios Projects
- Topic: check_mrtgtraf: Unable to process MRTG log file..
- Replies: 6
- Views: 3049
check_mrtgtraf: Unable to process MRTG log file..
Hello All,
i have installed nagios-3.4.4
nagios-plugins-1.4.16
but when i configured it to monitor the switch using http://nagios.sourceforge.net/docs/3_0/ ... uters.html
it is giving me this error for bandwidth usuage.
Can some one help me with this?
thanks
i have installed nagios-3.4.4
nagios-plugins-1.4.16
but when i configured it to monitor the switch using http://nagios.sourceforge.net/docs/3_0/ ... uters.html
it is giving me this error for bandwidth usuage.
Can some one help me with this?
thanks
- Thu Feb 07, 2013 8:20 pm
- Forum: Open Source Nagios Projects
- Topic: email notification not working on nagios-3.4.4
- Replies: 27
- Views: 10296
Re: email notification not working on nagios-3.4.4
Its Working now after installing mailx....
first i received the test mail that you told me to send.
and now i am getting all alerts by emails.
thank you jsmurphy..
really appreciate your help.
first i received the test mail that you told me to send.
and now i am getting all alerts by emails.
thank you jsmurphy..
really appreciate your help.
- Thu Feb 07, 2013 6:48 pm
- Forum: Open Source Nagios Projects
- Topic: email notification not working on nagios-3.4.4
- Replies: 27
- Views: 10296
Re: email notification not working on nagios-3.4.4
i am not very good with linux... so thankyou for having patience with me jsmurphy
- Thu Feb 07, 2013 6:45 pm
- Forum: Open Source Nagios Projects
- Topic: email notification not working on nagios-3.4.4
- Replies: 27
- Views: 10296
Re: email notification not working on nagios-3.4.4
here are the latest log from maillog.... Feb 7 18:30:31 nagios sendmail[7761]: r17NUV7M007761: from=root, size=222, class=0, nrcpts=1, msgid=<201302072330.r17NUV7M007761@nagios.ioscenterinc.local>, relay=root@localhost Feb 7 18:30:32 nagios sendmail[7762]: r17NUVWH007762: from=<root@nagios.ioscenter...
- Thu Feb 07, 2013 6:36 pm
- Forum: Open Source Nagios Projects
- Topic: email notification not working on nagios-3.4.4
- Replies: 27
- Views: 10296
Re: email notification not working on nagios-3.4.4
yea ...
i installed mailx
yum install mailx
and after that i run
echo "test" | mailx -s "test mail" [email protected]
but so far i didnt receive any email on my account..
i installed mailx
yum install mailx
and after that i run
echo "test" | mailx -s "test mail" [email protected]
but so far i didnt receive any email on my account..
- Thu Feb 07, 2013 6:17 pm
- Forum: Open Source Nagios Projects
- Topic: email notification not working on nagios-3.4.4
- Replies: 27
- Views: 10296
Re: email notification not working on nagios-3.4.4
[root@nagios ~]# echo "test" | mailx -s "test mail" [email protected]
bash: mailx: command not found...
You have new mail in /var/spool/mail/root
bash: mailx: command not found...
You have new mail in /var/spool/mail/root
- Thu Feb 07, 2013 5:26 pm
- Forum: Open Source Nagios Projects
- Topic: email notification not working on nagios-3.4.4
- Replies: 27
- Views: 10296
Re: email notification not working on nagios-3.4.4
i got this reply..
[root@nagios mail]# echo "test" | mail -s "test mail" [email protected]
bash: mail: command not found...
You have new mail in /var/spool/mail/root
[root@nagios mail]# echo "test" | mail -s "test mail" [email protected]
bash: mail: command not found...
You have new mail in /var/spool/mail/root
- Thu Feb 07, 2013 5:03 pm
- Forum: Open Source Nagios Projects
- Topic: email notification not working on nagios-3.4.4
- Replies: 27
- Views: 10296
Re: email notification not working on nagios-3.4.4
Hello jsmurphy, yea i did restart nagios after changing email address in contacts.cfg ..... Also in the past i installed the nagios-3.2.3 and plugins-1.4.11 The email notifications were working fine at that time. SO i thought may be email notification works different in nagios-3.4.4 with plugins-1.4...