Search found 24 matches

by batchen
Wed Feb 17, 2016 6:59 am
Forum: Open Source Nagios Projects
Topic: Fortisnmp monitoring -help
Replies: 28
Views: 10376

Re: Fortisnmp monitoring -help

well never mind i understand it stands for kilobyts.
anyway i see that i used check_mrtggrafe and here im using check_mrtg and now it works. - so maybe this was the sulotion

Thanks.-> solved
by batchen
Wed Feb 17, 2016 4:45 am
Forum: Open Source Nagios Projects
Topic: Fortisnmp monitoring -help
Replies: 28
Views: 10376

Re: Fortisnmp monitoring -help

ok so i reinstall it and set it like that : define command{ command_name check_mrtg command_line $USER1$/check_mrtg -F /var/www/mrtg/172.10.170.99_wan1.log -w 5000 -c 15000 -v 2 } it is working but i see Critical notify. the thing that i am missing is what does it measure ? what 5000 or 15000 mean? ...
by batchen
Tue Feb 16, 2016 8:16 am
Forum: Open Source Nagios Projects
Topic: Fortisnmp monitoring -help
Replies: 28
Views: 10376

Re: Fortisnmp monitoring -help

tgriep wrote:The output of
ls -l /usr/bin/mrtg
-rwxr-xr-x 1 root root 0 Jan 19 14:58 /usr/bin/mrtg
Shows that the file is zero bytes. Something happened to do that.
If you reinstall mrtg on that system, that should fix the issue you are having.

ok.. ill try again and update here.
by batchen
Sun Feb 14, 2016 2:52 am
Forum: Open Source Nagios Projects
Topic: Fortisnmp monitoring -help
Replies: 28
Views: 10376

Re: Fortisnmp monitoring -help

Running this command should of produced a lot of output. Can you run it again? LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --debug=log,base Also, run the following and post the output. ls -l /usr/bin/mrtg which mrtg ls -l /etc/mrtg Thanks Hello, this line does nothing : LANG=C LC_ALL=C /usr/bi...
by batchen
Thu Feb 11, 2016 2:50 am
Forum: Open Source Nagios Projects
Topic: Fortisnmp monitoring -help
Replies: 28
Views: 10376

Re: Fortisnmp monitoring -help

Please run the following so we can get some debug information and post the output here. LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --debug=log,base ps -ef here: root@localhost: ~#LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --debug=log,base root@localhost: ~#ps -ef UID PID PPID C STIME TT...
by batchen
Wed Feb 10, 2016 3:04 am
Forum: Open Source Nagios Projects
Topic: Fortisnmp monitoring -help
Replies: 28
Views: 10376

Re: Fortisnmp monitoring -help

tgriep wrote:Did the file in this folder get updated?
Run the following and post the output.

Code: Select all

ls -l /var/lib/mrtg
it didnt update as well :

Code: Select all

root@localhost: ~#ls -l /var/lib/mrtg
total 0
-rw-r--r--. 1 root root 0 Jan 19 13:20 mrtg.ok
by batchen
Mon Feb 08, 2016 4:14 am
Forum: Open Source Nagios Projects
Topic: Fortisnmp monitoring -help
Replies: 28
Views: 10376

Re: Fortisnmp monitoring -help

Can you run the following and post the output? LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg ll /var/lock/mrtg/ Thanks this is the output: root@localhost: ~#LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg root@localhost: ~#ll /var/lock/mrtg/ total 0 root@localhost: ~# Did the files get updated ...
by batchen
Mon Feb 08, 2016 4:13 am
Forum: Open Source Nagios Projects
Topic: check_dns issue
Replies: 13
Views: 9602

Re: check_dns issue

Thanks! that has resolved my issue!
:D :D :D :D
by batchen
Sun Feb 07, 2016 7:18 am
Forum: Open Source Nagios Projects
Topic: Fortisnmp monitoring -help
Replies: 28
Views: 10376

Re: Fortisnmp monitoring -help

tgriep wrote:Can you run the following and post the output?

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg
ll /var/lock/mrtg/
Thanks

this is the output:

Code: Select all

root@localhost: ~#LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg
root@localhost: ~#ll /var/lock/mrtg/
total 0
root@localhost: ~#
by batchen
Sun Feb 07, 2016 7:16 am
Forum: Open Source Nagios Projects
Topic: check_dns issue
Replies: 13
Views: 9602

Re: check_dns issue

Hi,

then if i want to check if my localhost is doing dns resolving what should i do?
this why i can know that there is no internet issue in the local host..

Regards