Re: SNMP Local MIBS Help
Posted: Tue Jul 25, 2017 2:22 pm
When I run and specify -m ALL, I get the following output.
[root@montest ~]# snmpwalk -v2c -c public summitssl PULSESECURE -m ALL
PULSESECURE-PSG-MIB::logFullPercent.0 = Gauge32: 0
PULSESECURE-PSG-MIB::signedInWebUsers.0 = Gauge32: 1
PULSESECURE-PSG-MIB::signedInMailUsers.0 = Gauge32: 0
PULSESECURE-PSG-MIB::productName.0 = STRING: "Pulse Connect Secure,PSA-300"
PULSESECURE-PSG-MIB::productVersion.0 = STRING: "8.2R8 (build 56587)"
PULSESECURE-PSG-MIB::iveCpuUtil.0 = Gauge32: 2
PULSESECURE-PSG-MIB::iveMemoryUtil.0 = Gauge32: 4
PULSESECURE-PSG-MIB::iveConcurrentUsers.0 = Gauge32: 1
PULSESECURE-PSG-MIB::clusterConcurrentUsers.0 = Gauge32: 1
PULSESECURE-PSG-MIB::iveTotalHits.0 = Counter64: 42135
PULSESECURE-PSG-MIB::iveFileHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::iveWebHits.0 = Counter64: 41176
PULSESECURE-PSG-MIB::iveAppletHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::ivetermHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::iveSAMHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::iveNCHits.0 = Counter64: 311
PULSESECURE-PSG-MIB::meetingHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::iveSwapUtil.0 = Gauge32: 0
PULSESECURE-PSG-MIB::diskFullPercent.0 = Gauge32: 6
PULSESECURE-PSG-MIB::iveTemperature.0 = Gauge32: 0
PULSESECURE-PSG-MIB::iveVPNTunnels.0 = Gauge32: 0
PULSESECURE-PSG-MIB::iveSSLConnections.0 = Gauge32: 0
PULSESECURE-PSG-MIB::esapVersion.0 = STRING: "3.0.3"
PULSESECURE-PSG-MIB::iveTotalSignedInUsers.0 = Gauge32: 1
But when I remove the -m ALL
[root@montest ~]# snmpwalk -v2c -c public summitssl PULSESECURE
Failed to parse MIB file /usr/share/snmp/mibs/
PULSESECURE: Unknown Object Identifier (Sub-id not found: (top) -> PULSESECURE)
Can I still use those OIDs for check_snmp on Nagios?
[root@montest ~]# snmpwalk -v2c -c public summitssl PULSESECURE -m ALL
PULSESECURE-PSG-MIB::logFullPercent.0 = Gauge32: 0
PULSESECURE-PSG-MIB::signedInWebUsers.0 = Gauge32: 1
PULSESECURE-PSG-MIB::signedInMailUsers.0 = Gauge32: 0
PULSESECURE-PSG-MIB::productName.0 = STRING: "Pulse Connect Secure,PSA-300"
PULSESECURE-PSG-MIB::productVersion.0 = STRING: "8.2R8 (build 56587)"
PULSESECURE-PSG-MIB::iveCpuUtil.0 = Gauge32: 2
PULSESECURE-PSG-MIB::iveMemoryUtil.0 = Gauge32: 4
PULSESECURE-PSG-MIB::iveConcurrentUsers.0 = Gauge32: 1
PULSESECURE-PSG-MIB::clusterConcurrentUsers.0 = Gauge32: 1
PULSESECURE-PSG-MIB::iveTotalHits.0 = Counter64: 42135
PULSESECURE-PSG-MIB::iveFileHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::iveWebHits.0 = Counter64: 41176
PULSESECURE-PSG-MIB::iveAppletHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::ivetermHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::iveSAMHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::iveNCHits.0 = Counter64: 311
PULSESECURE-PSG-MIB::meetingHits.0 = Counter64: 0
PULSESECURE-PSG-MIB::iveSwapUtil.0 = Gauge32: 0
PULSESECURE-PSG-MIB::diskFullPercent.0 = Gauge32: 6
PULSESECURE-PSG-MIB::iveTemperature.0 = Gauge32: 0
PULSESECURE-PSG-MIB::iveVPNTunnels.0 = Gauge32: 0
PULSESECURE-PSG-MIB::iveSSLConnections.0 = Gauge32: 0
PULSESECURE-PSG-MIB::esapVersion.0 = STRING: "3.0.3"
PULSESECURE-PSG-MIB::iveTotalSignedInUsers.0 = Gauge32: 1
But when I remove the -m ALL
[root@montest ~]# snmpwalk -v2c -c public summitssl PULSESECURE
Failed to parse MIB file /usr/share/snmp/mibs/
PULSESECURE: Unknown Object Identifier (Sub-id not found: (top) -> PULSESECURE)
Can I still use those OIDs for check_snmp on Nagios?