I'm trying to code a module check_bigip_snmp. I manage to get results from snmpwalk :
# snmpwalk -m ALL -v1 -c xxxxx 192.168.21.2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."av_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."lasthop" = INTEGER: 0 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."dns_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."ftp_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."dns2_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."imap_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."ldap_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."mail_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."pop3_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."avftp_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."avweb_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."osi_rev_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."osi_ldap_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."web_pool_http" = INTEGER: 4 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."web_pool_https" = INTEGER: 0 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."diva_flash_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."osi_radius_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."webmonitor_pool" = INTEGER: 2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."osi_radacct_pool" = INTEGER: 2 But I've a problem chen I try to get only one value with snmpget: # snmpget -m ALL -v1 -c xxxxx 192.168.21.2 F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt."av_pool" F5-BIGIP-LOCAL-MIB::ltmPoolActiveMemberCnt.av_pool: Unknown Object Identifier (Index out of range: av_pool (ltmPoolName)) Is there anything I'm doing wrong ? -----Message d'origine----- De : Morris, Patrick [mailto:[EMAIL PROTECTED] Envoyé : mercredi 5 juillet 2006 10:51 À : Sebastien Cantos; [email protected] Objet : RE: [Nagios-users] Monitoring F5 Bigip > I would like to know if someone is already monitoring a > F5 BigIp Load Balancer with nagios. Is there a way to know > if some virtual server or some member of a pool is not joinable > using snmp or something else ? Yes -- Doing it here with the combo of snmptt and Nagios. Also monitoring virtual servers via traditional methods (i.e., pointing the check_http plugin at the external vip) in addition to checking the apps on the real servers. If something breaks, we often hear about it several different ways. :) Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
