Search found 11 matches
- Tue Dec 23, 2014 5:05 am
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Re: Another timeout issue
Hi, I can resoled this issue by myself. it only change WordDir for cfgmaker. But link status is still SNMP CRITICAL - *Such Instance currently exists at this OID* how to determine the OID for port 1? I also need to monitor bandwidth on all ports and more than one switches. Any help is appreciated, H...
- Fri Dec 19, 2014 8:57 pm
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Re: Another timeout issue
Hi,
Here is my mrtg cron:
Any help is appreciated,
Here is my mrtg cron:
Is this right or not?[root@VM]# cat /etc/cron.d/mrtg
*/5 * * * * root LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok
Any help is appreciated,
- Thu Dec 18, 2014 8:23 pm
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Re: Another timeout issue
Hi, I changed the object to check on switch.cfg as below: # Monitor bandwidth via MRTG logs define service{ use generic-service ; Inherit values from a template host_name C4507R_01 service_description Port 1 Bandwidth Usage check_command check_local_mrtgtraf!/var/www/html/mrtg/10.126.123.1_ 3 .log!A...
- Wed Dec 17, 2014 9:00 pm
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Re: Another timeout issue
Hi, I changed the object to check on switch.cfg as below: # Monitor bandwidth via MRTG logs define service{ use generic-service ; Inherit values from a template host_name C4507R_01 service_description Port 1 Bandwidth Usage check_command check_local_mrtgtraf!/var/www/html/mrtg/10.126.123.1_1.log!AVG...
- Tue Dec 16, 2014 8:10 pm
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Re: Another timeout issue
Hi, These is some info from logs: # tail -f /usr/local/nagios/var/nagios.log [1418766740] SERVICE NOTIFICATION: nagiosadmin;C4507R_01;Port 1 Bandwidth Usage;UNKNOWN;notify-service-by-email;check_mrtgtraf: Unable to open MRTG log file [1418768618] SERVICE NOTIFICATION: nagiosadmin;C4507R_01;Port 1 Li...
- Mon Dec 15, 2014 1:10 am
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Re: Another timeout issue
Hi,
I also recompiled nagios-plugin and re-add network device but still problem.
My system: - Centos: 6.6
- Nagios Core 4.0.8
- Nagios plugin: 2.0.3
Any help is appreciated,
I also recompiled nagios-plugin and re-add network device but still problem.
My system: - Centos: 6.6
- Nagios Core 4.0.8
- Nagios plugin: 2.0.3
Any help is appreciated,
- Wed Dec 10, 2014 8:58 pm
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Re: Another timeout issue
Hi, My Linux version: #lsb_release -a LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Distributor ID: CentOS Description: CentOS release 6.6 (Final) Release: 6.6 Codename: Final I already has th...
- Tue Dec 09, 2014 8:35 pm
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Re: Another timeout issue
Hi, pgrep mrtg is showing nothing, but cat /etc/cron.d/mrtg is showing: */5 * * * * root LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok Here is ls -l /var/lib/mrtg [root@SYSEC01 ~]# ls -l /var/lib/mrtg total 0 -rw-r--r-- 1 ro...
- Mon Dec 08, 2014 10:30 pm
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Re: Another timeout issue
Hi, It seems be wrong community con switch.cfg, after change community as same as commands.cfg --> uptime is fine now. But i have still issue with bandwidth usage and link status port as attache file: http://i60.tinypic.com/15z41ua.jpg Here is my check_mrtgtraf on commands.cfg: # 'check_local_mrtgtr...
- Fri Dec 05, 2014 10:26 pm
- Forum: Open Source Nagios Projects
- Topic: Another timeout issue
- Replies: 20
- Views: 8322
Another timeout issue
Hi, I have same issue as described in this post, with message "External command error: Timeout: No Response from xxxx". http://i62.tinypic.com/2mzy4qd.jpg Here is the step which i did: 1. Change check_snmp on commands.cfg to: # 'check_snmp' command definition define command{ command_name c...