Search found 3 matches
- Sat Jan 07, 2012 1:34 pm
- Forum: Open Source Nagios Projects
- Topic: snmp custom mib import
- Replies: 3
- Views: 8729
Re: snmp custom mib import
I realized that check_snmp can only query a single oid instance. The oid I was providing previously was the parent oid for the entire mib. Once I queried the a particular oid instance, the information was returned correctly. ./check_snmp -P 2c -C public -m ALL -H 10.10.86.204 -o .1.3.6.1.4.1.24659.1...
- Tue Jan 03, 2012 5:47 pm
- Forum: Open Source Nagios Projects
- Topic: Custom SNMP MIB monitoring - Nagios
- Replies: 0
- Views: 1068
Custom SNMP MIB monitoring - Nagios
I am trying to load a custom mib and display the custom mib info on the nagios web console. The steps I followed are below: 1) Copied the custom mibs to /usr/share/snmp/mibs 2) Installed the nagios plugins using the quickstart guide that installed check_snmp as well 3) Uncommented the cfg_file=/usr/...
- Tue Jan 03, 2012 5:42 pm
- Forum: Open Source Nagios Projects
- Topic: snmp custom mib import
- Replies: 3
- Views: 8729
snmp custom mib import
nagios.png I am trying to load a custom mib and display the custom mib info on the nagios web console. I: 1) Copied the custom mibs to /usr/share/snmp/mibs 2) Installed the nagios plugins using the quickstart guide that installed check_snmp as well 3) Uncommented the cfg_file=/usr/local/nagios/etc/...