mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Support for Alcatel OmniPCX (#9375)
* device: support for Alcatel OmniPCX Server * device: support for Alcatel OmniPCX Server - add test data * rename * Add a new versatile type of sensor, without unit - doc extension * tests data updated for omnipcx * new count test after funny rebase * clean * tests * index in yaml file ... * Update omnipcx.json * try to add pbx state * Change function snmpwalk_cache_oid to allow snmpvalue without index * testdata * Adapt the discovery_schema (to allow a non_indexed oid) * Update snmp.inc.php
This commit is contained in:
53
includes/definitions/discovery/omnipcx.yaml
Normal file
53
includes/definitions/discovery/omnipcx.yaml
Normal file
@@ -0,0 +1,53 @@
|
||||
mib: ALCATEL-NMC-PROXY-AGENT-MIB:A4400-RTM-MIB:A4400-CPU-MIB
|
||||
modules:
|
||||
sensors:
|
||||
state:
|
||||
data:
|
||||
-
|
||||
oid: pbxState
|
||||
value: pbxState
|
||||
num_oid: '.1.3.6.1.4.1.637.64.4400.1.2'
|
||||
descr: 'Pbx State'
|
||||
state_name: pbxState
|
||||
index: 'pbxState'
|
||||
states:
|
||||
- { descr: Normal , graph: 0, value: 5 , generic: 0 }
|
||||
- { descr: Critical , graph: 0, value: 1 , generic: 2 }
|
||||
- { descr: Major , graph: 0, value: 2 , generic: 2 }
|
||||
- { descr: Minor , graph: 0, value: 3 , generic: 1 }
|
||||
- { descr: Warning , graph: 0, value: 4 , generic: 1 }
|
||||
- { descr: Indeterminate , graph: 0, value: 0 , generic: 3 }
|
||||
-
|
||||
oid: pbxRole
|
||||
value: pbxRole
|
||||
num_oid: '.1.3.6.1.4.1.637.64.4400.1.4.{{ $index }}'
|
||||
descr: 'Pbx Role'
|
||||
index: 'pbxRole{{ $index }}'
|
||||
state_name: pbxRole
|
||||
states:
|
||||
- { descr: Main , graph: 0, value: 1 , generic: 0 }
|
||||
- { descr: Standby , graph: 0, value: 2 , generic: 0 }
|
||||
- { descr: Active PCS , graph: 0, value: 3 , generic: 0 }
|
||||
- { descr: Inactive PCS , graph: 0, value: 4 , generic: 0 }
|
||||
- { descr: Unknown , graph: 0, value: 0 , generic: 3 }
|
||||
count:
|
||||
data:
|
||||
-
|
||||
oid: setsInService
|
||||
value: setsInService
|
||||
num_oid: '.1.3.6.1.4.1.637.64.4400.1.7.{{ $index }}'
|
||||
descr: 'Pbx Sets in service'
|
||||
index: 'setsInService{{ $index }}'
|
||||
low_limit: 0
|
||||
high_limit: 100000
|
||||
group: 'Sets'
|
||||
-
|
||||
oid: setsOutOfService
|
||||
value: setsOutOfService
|
||||
num_oid: '.1.3.6.1.4.1.637.64.4400.1.8.{{ $index }}'
|
||||
descr: 'Pbx Sets out of service'
|
||||
index: 'setsOutOfService{{ $index }}'
|
||||
low_limit: 0
|
||||
high_limit: 100000
|
||||
group: 'Sets'
|
||||
|
13
includes/definitions/omnipcx.yaml
Normal file
13
includes/definitions/omnipcx.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
os: omnipcx
|
||||
group: alcatel
|
||||
text: 'Alcatel OmniPCX'
|
||||
type: appliance
|
||||
icon: alcatellucent
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_processor, text: 'Processor Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
mib_dir:
|
||||
- alcatel
|
||||
discovery:
|
||||
- sysObjectID: .1.3.6.1.4.1.637.64.4400.1.1.10
|
@@ -468,7 +468,7 @@ function snmpwalk_cache_oid($device, $oid, $array, $mib = null, $mibdir = null,
|
||||
$oid = trim($oid);
|
||||
$value = trim($value, "\" \\\n\r");
|
||||
list($oid, $index) = explode('.', $oid, 2);
|
||||
if (!strstr($value, 'at this OID') && isset($oid) && isset($index)) {
|
||||
if (!strstr($value, 'at this OID') && !empty($oid)) {
|
||||
$array[$index][$oid] = $value;
|
||||
}
|
||||
}
|
||||
|
63
mibs/alcatel/A4400-CPU-MIB
Normal file
63
mibs/alcatel/A4400-CPU-MIB
Normal file
@@ -0,0 +1,63 @@
|
||||
A4400-CPU-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
enterprises FROM RFC1155-SMI
|
||||
OBJECT-TYPE FROM RFC-1212
|
||||
;
|
||||
|
||||
alcatel OBJECT IDENTIFIER ::= { enterprises 637 }
|
||||
abs OBJECT IDENTIFIER ::= { alcatel 64 }
|
||||
a4400 OBJECT IDENTIFIER ::= { abs 4400 }
|
||||
|
||||
-- -------------------------- --
|
||||
-- Mib definition begins here --
|
||||
-- -------------------------- --
|
||||
a4400CPU OBJECT IDENTIFIER ::= { a4400 1 }
|
||||
|
||||
-- returned to: .iso.org.dod.internet.mgmt.mib-2.system.sysObjectID.0
|
||||
-- (mib version 1)
|
||||
pbxAgent OBJECT IDENTIFIER ::= { a4400CPU 1 }
|
||||
|
||||
-- hpux9 OBJECT IDENTIFIER ::= { pbxAgent 1 }
|
||||
-- hpux10 OBJECT IDENTIFIER ::= { pbxAgent 6 }
|
||||
-- sunos4 OBJECT IDENTIFIER ::= { pbxAgent 2 }
|
||||
-- solaris OBJECT IDENTIFIER ::= { pbxAgent 3 }
|
||||
-- osf OBJECT IDENTIFIER ::= { pbxAgent 4 }
|
||||
-- ultrix OBJECT IDENTIFIER ::= { pbxAgent 5 }
|
||||
-- netbsd1 OBJECT IDENTIFIER ::= { pbxAgent 7 }
|
||||
-- freebsd OBJECT IDENTIFIER ::= { pbxAgent 8 }
|
||||
-- irix OBJECT IDENTIFIER ::= { pbxAgent 9 }
|
||||
linux OBJECT IDENTIFIER ::= { pbxAgent 10 }
|
||||
-- bsdi OBJECT IDENTIFIER ::= { pbxAgent 11 }
|
||||
-- openbsd OBJECT IDENTIFIER ::= { pbxAgent 12 }
|
||||
unknown OBJECT IDENTIFIER ::= { pbxAgent 255 }
|
||||
|
||||
-- mib version (currently 1)
|
||||
--
|
||||
pbxMibVersion OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The PBX MIB Version."
|
||||
::= { a4400CPU 0 }
|
||||
|
||||
-- returned the PBX State (string).
|
||||
-- (mib version 1)
|
||||
pbxState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
indeterminate(0),
|
||||
critical(1),
|
||||
major(2),
|
||||
minor(3),
|
||||
warning(4),
|
||||
normal(5)
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The PBX state as defined by the trap manager."
|
||||
::= { a4400CPU 2 }
|
||||
|
||||
END
|
||||
|
178
mibs/alcatel/A4400-RTM-MIB
Normal file
178
mibs/alcatel/A4400-RTM-MIB
Normal file
@@ -0,0 +1,178 @@
|
||||
-- Alcatel-Lucent OXE Real-Time Monitoring MIB
|
||||
-- Revision: 1.2
|
||||
-- Date: 2008/09/11
|
||||
-- Feature Internal Reference - 3EU_29000_0125_DTZZA (External Specification)
|
||||
|
||||
A4400-RTM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
enterprises FROM RFC1155-SMI
|
||||
OBJECT-TYPE FROM RFC-1212
|
||||
a4400CPU FROM A4400-CPU-MIB
|
||||
;
|
||||
|
||||
ipDomainTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF IpDomainEntry
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Table for IP Domains."
|
||||
::= { a4400CPU 3 }
|
||||
|
||||
ipDomainEntry OBJECT-TYPE
|
||||
SYNTAX IpDomainEntry
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
INDEX { ipDomain }
|
||||
::= { ipDomainTable 1 }
|
||||
|
||||
IpDomainEntry ::= SEQUENCE {
|
||||
ipDomain INTEGER,
|
||||
confAvailable INTEGER,
|
||||
confBusy INTEGER,
|
||||
confOutOfOrder INTEGER,
|
||||
dspRessAvailable INTEGER,
|
||||
dspRessBusy INTEGER,
|
||||
dspRessOutOfService INTEGER,
|
||||
dspRessOverrun INTEGER,
|
||||
cacAllowed INTEGER,
|
||||
cacUsed INTEGER,
|
||||
cacOverrun INTEGER,
|
||||
}
|
||||
|
||||
ipDomain OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"IP Domain number as found in MAO."
|
||||
::= { ipDomainEntry 1 }
|
||||
|
||||
confAvailable OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Conference circuits available for given IP Domain"
|
||||
::= { ipDomainEntry 2 }
|
||||
|
||||
confBusy OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Conference circuits busy for given IP Domain"
|
||||
::= { ipDomainEntry 3 }
|
||||
|
||||
confOutOfOrder OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Conference circuits out of order for given IP Domain"
|
||||
::= { ipDomainEntry 4 }
|
||||
|
||||
dspRessAvailable OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Compressors available for given IP Domain"
|
||||
::= { ipDomainEntry 5 }
|
||||
|
||||
dspRessBusy OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Compressors busy for given IP Domain"
|
||||
::= { ipDomainEntry 6 }
|
||||
|
||||
dspRessOutOfService OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Compressors out of order for given IP Domain"
|
||||
::= { ipDomainEntry 7 }
|
||||
|
||||
dspRessOverrun OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cumulated compressors overrun for given IP Domain"
|
||||
::= { ipDomainEntry 8 }
|
||||
|
||||
cacAllowed OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of allowed external communications for given IP Domain"
|
||||
::= { ipDomainEntry 9 }
|
||||
|
||||
cacUsed OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Current number of external communications for given IP Domain"
|
||||
::= { ipDomainEntry 10 }
|
||||
|
||||
cacOverrun OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Cumulated CAC overrun since system startup for given IP Domain"
|
||||
::= { ipDomainEntry 11 }
|
||||
|
||||
pbxRole OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
INDETERMINATE(0),
|
||||
MAIN(1),
|
||||
STAND-BY(2),
|
||||
ACTIVE-PCS(3),
|
||||
INACTIVE-PCS(4),
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The PBX role."
|
||||
::= { a4400CPU 4 }
|
||||
|
||||
sipRegSets OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Registered SIP sets."
|
||||
::= { a4400CPU 5 }
|
||||
|
||||
sipUnregSets OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Unregistered SIP sets."
|
||||
::= { a4400CPU 6 }
|
||||
|
||||
setsInService OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sets in service."
|
||||
::= { a4400CPU 7 }
|
||||
|
||||
setsOutOfService OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of sets out of service."
|
||||
::= { a4400CPU 8 }
|
||||
|
||||
END
|
||||
|
356
mibs/alcatel/ALCATEL-NMC-PROXY-AGENT-MIB
Normal file
356
mibs/alcatel/ALCATEL-NMC-PROXY-AGENT-MIB
Normal file
@@ -0,0 +1,356 @@
|
||||
-- The Alcatel NMC proxy agent MIB
|
||||
|
||||
-- Revision: 1.6
|
||||
|
||||
-- Date: 01/05/29
|
||||
|
||||
-- /* RA CDHva56260 */
|
||||
|
||||
|
||||
|
||||
ALCATEL-NMC-PROXY-AGENT-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
enterprises, OBJECT-TYPE FROM SNMPv2-SMI
|
||||
|
||||
TRAP-TYPE FROM RFC-1215
|
||||
|
||||
openViewSeverity FROM HPOV-NNM-MIB;
|
||||
|
||||
|
||||
|
||||
alcatel OBJECT IDENTIFIER ::= { enterprises 637 }
|
||||
|
||||
abs OBJECT IDENTIFIER ::= { alcatel 64 }
|
||||
|
||||
nmc4755 OBJECT IDENTIFIER ::= { abs 0 }
|
||||
|
||||
notification OBJECT IDENTIFIER ::= { nmc4755 10 }
|
||||
|
||||
nmcProxyAgent OBJECT IDENTIFIER ::= { notification 1 }
|
||||
|
||||
nmcProxyTraps OBJECT IDENTIFIER ::= { nmcProxyAgent 2 }
|
||||
|
||||
|
||||
|
||||
cmipEventArg OBJECT IDENTIFIER ::= { nmcProxyAgent 1 }
|
||||
|
||||
objectClass OBJECT IDENTIFIER ::= { cmipEventArg 1 }
|
||||
|
||||
objectInstance OBJECT IDENTIFIER ::= { cmipEventArg 2 }
|
||||
|
||||
|
||||
|
||||
topClass OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"identifier which allows the identification of the system.
|
||||
|
||||
For instance an Alcatel 4400"
|
||||
|
||||
::= { objectClass 1 }
|
||||
|
||||
|
||||
|
||||
baseClass OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"identifier which allows to identify the impacted object
|
||||
|
||||
without ambiguity for a given system. For instance
|
||||
|
||||
a board of a 4400"
|
||||
|
||||
::= { objectClass 2 }
|
||||
|
||||
|
||||
|
||||
containmentTree OBJECT IDENTIFIER ::= { objectInstance 1 }
|
||||
|
||||
a4400 OBJECT IDENTIFIER ::= { containmentTree 89 }
|
||||
|
||||
shelf OBJECT IDENTIFIER ::= { a4400 29 }
|
||||
|
||||
board OBJECT IDENTIFIER ::= { shelf 23 }
|
||||
|
||||
actOrSuEvents OBJECT IDENTIFIER ::= { board 175 }
|
||||
|
||||
terminal OBJECT IDENTIFIER ::= { actOrSuEvents 82 }
|
||||
|
||||
logicalLinks OBJECT IDENTIFIER ::= { a4400 101 }
|
||||
|
||||
dect OBJECT IDENTIFIER ::= { a4400 201 }
|
||||
|
||||
|
||||
|
||||
rdnDepth OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"value that specifies the depth of the impacted object class
|
||||
|
||||
inside the containment tree"
|
||||
|
||||
::= { objectInstance 2 }
|
||||
|
||||
|
||||
|
||||
rdnValues OBJECT IDENTIFIER
|
||||
|
||||
::= { objectInstance 3 }
|
||||
|
||||
|
||||
|
||||
rdn1 OBJECT IDENTIFIER ::= { rdnValues 1 }
|
||||
|
||||
|
||||
|
||||
classId1 OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "object class, level one"
|
||||
|
||||
::= { rdn1 1 }
|
||||
|
||||
rdnValue1 OBJECT-TYPE
|
||||
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "value, level one"
|
||||
|
||||
::= { rdn1 2 }
|
||||
|
||||
|
||||
|
||||
rdn2 OBJECT IDENTIFIER ::= { rdnValues 2 }
|
||||
|
||||
|
||||
|
||||
classId2 OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "object class, level two"
|
||||
|
||||
::= { rdn2 1 }
|
||||
|
||||
rdnValue2 OBJECT-TYPE
|
||||
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "value, level two"
|
||||
|
||||
::= { rdn2 2 }
|
||||
|
||||
|
||||
|
||||
rdn3 OBJECT IDENTIFIER ::= { rdnValues 3 }
|
||||
|
||||
|
||||
|
||||
classId3 OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "object class, level three"
|
||||
|
||||
::= { rdn3 1 }
|
||||
|
||||
rdnValue3 OBJECT-TYPE
|
||||
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "value, level three"
|
||||
|
||||
::= { rdn3 2 }
|
||||
|
||||
|
||||
|
||||
rdn4 OBJECT IDENTIFIER ::= { rdnValues 4 }
|
||||
|
||||
|
||||
|
||||
classId4 OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "object class, level four"
|
||||
|
||||
::= { rdn4 1 }
|
||||
|
||||
rdnValue4 OBJECT-TYPE
|
||||
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "value, level four"
|
||||
|
||||
::= { rdn4 2 }
|
||||
|
||||
|
||||
|
||||
rdn5 OBJECT IDENTIFIER ::= { rdnValues 5 }
|
||||
|
||||
|
||||
|
||||
classId5 OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "object class, level five"
|
||||
|
||||
::= { rdn5 1 }
|
||||
|
||||
rdnValue5 OBJECT-TYPE
|
||||
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION "value, level five"
|
||||
|
||||
::= { rdn5 2 }
|
||||
|
||||
|
||||
|
||||
eventTime OBJECT-TYPE
|
||||
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"date and time of detection of the notification
|
||||
|
||||
by the managed system"
|
||||
|
||||
::= { cmipEventArg 3 }
|
||||
|
||||
|
||||
|
||||
eventType OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER {
|
||||
|
||||
communicationAlarm (2),
|
||||
|
||||
environmentalAlarm (3),
|
||||
|
||||
equipmentAlarm (4),
|
||||
|
||||
processingErrorAlarm (10),
|
||||
|
||||
qualityOfServiceAlarm (11)
|
||||
|
||||
}
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"OSI type of the notification"
|
||||
|
||||
::= { cmipEventArg 4 }
|
||||
|
||||
|
||||
|
||||
severity OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER {
|
||||
|
||||
indeterminate (1),
|
||||
|
||||
critical (2),
|
||||
|
||||
major (3),
|
||||
|
||||
minor (4),
|
||||
|
||||
warning (5),
|
||||
|
||||
clear (6)
|
||||
|
||||
}
|
||||
|
||||
ACCESS read-only
|
||||
|
||||
STATUS mandatory
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"OSI severity of the notification"
|
||||
|
||||
::= { cmipEventArg 5 }
|
||||
|
||||
|
||||
|
||||
probableCause OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER {
|
||||
|
252
mibs/alcatel/HPOV-NNM-MIB
Normal file
252
mibs/alcatel/HPOV-NNM-MIB
Normal file
@@ -0,0 +1,252 @@
|
||||
-- History
|
||||
|
||||
-- @RA XTSce98612 Eric Auffret 13/11/2002
|
||||
|
||||
-- SNMP trap : error in file /etc/snmp/mibs/export/HPOV-NNM.txt,
|
||||
|
||||
-- compilation of the file by SNMP supervisor not possible / 1-73880476
|
||||
|
||||
-- @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
HPOV-NNM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
MODULE-IDENTITY, OBJECT-IDENTITY, OBJECT-TYPE,
|
||||
|
||||
NOTIFICATION-TYPE, enterprises
|
||||
|
||||
FROM SNMPv2-SMI
|
||||
|
||||
DisplayString,
|
||||
|
||||
FROM SNMPv2-TC
|
||||
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
|
||||
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
|
||||
|
||||
hp OBJECT IDENTIFIER ::= { enterprises 11 }
|
||||
|
||||
nm OBJECT IDENTIFIER ::= { hp 2 }
|
||||
|
||||
openView OBJECT IDENTIFIER ::= { nm 17 }
|
||||
|
||||
|
||||
|
||||
hpOpenView MODULE-IDENTITY
|
||||
|
||||
LAST-UPDATED "9607080000Z"
|
||||
|
||||
ORGANIZATION "Hewlett-Packard, Network & System Management Division"
|
||||
|
||||
CONTACT-INFO
|
||||
|
||||
"Support: Hewlett-Packard Response Center
|
||||
|
||||
Tel: +1 (800) 633-3600"
|
||||
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"General management information used within the
|
||||
|
||||
HP OpenView Network Node Manager product.
|
||||
|
||||
|
||||
|
||||
This object identifier also serves as the
|
||||
|
||||
OpenView Enterprise ID for SNMPv1 Traps."
|
||||
|
||||
|
||||
|
||||
REVISION "9607080000Z"
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"Initial revision published as part of hp-unix MIB.
|
||||
|
||||
Updated to add support for SNMPv2 Security Proxy.
|
||||
|
||||
Updated to use the SNMPv2 SMI."
|
||||
|
||||
::= { openView 1 }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
--
|
||||
|
||||
-- Textual Conventions
|
||||
|
||||
-- /* RA CDHva56260 */
|
||||
|
||||
|
||||
|
||||
OVTextString ::= TEXTUAL-CONVENTION
|
||||
|
||||
DISPLAY-HINT "255a"
|
||||
|
||||
STATUS current
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"Represents textual information consisting of either
|
||||
|
||||
single- or multi-byte characters.
|
||||
|
||||
|
||||
|
||||
The character string is interpreted using the locale
|
||||
|
||||
(language) of the interpreting entity because the locale
|
||||
|
||||
is NOT included. Therefore, transmitting an object value
|
||||
|
||||
of this syntax across different locales is not supported."
|
||||
|
||||
|
||||
|
||||
SYNTAX OCTET STRING (SIZE (0..255))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
--
|
||||
|
||||
-- OpenView NNM Notification Group
|
||||
|
||||
--
|
||||
|
||||
-- The OpenView trap variables defined below cannot be retrieved
|
||||
|
||||
-- from the SNMP Agent. They are defined only for use within OpenView
|
||||
|
||||
-- NNM notifications (traps).
|
||||
|
||||
|
||||
|
||||
openViewTrapVars OBJECT IDENTIFIER ::= { openView 2 }
|
||||
|
||||
|
||||
|
||||
openViewSourceId OBJECT-TYPE
|
||||
|
||||
SYNTAX INTEGER -- Should be an ENUM
|
||||
|
||||
ACCESS accessible-for-notify
|
||||
|
||||
STATUS current
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"The identifier of the software generating the trap/event.
|
||||
|
||||
This number is used by HP OpenView software when it sends
|
||||
|
||||
an event to the OpenView event system. It identifies
|
||||
|
||||
which software component sent the event."
|
||||
|
||||
::= { openViewTrapVars 1 }
|
||||
|
||||
|
||||
|
||||
openViewSourceName OBJECT-TYPE
|
||||
|
||||
SYNTAX OVTextString
|
||||
|
||||
ACCESS accessible-for-notify
|
||||
|
||||
STATUS current
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"The source of the event (may not be the machine upon
|
||||
|
||||
which the event was generated). This string is used
|
||||
|
||||
by HP OpenView software when it sends an event. It
|
||||
|
||||
identifies for which node the event is generated."
|
||||
|
||||
::= { openViewTrapVars 2 }
|
||||
|
||||
|
||||
|
||||
openViewObjectId OBJECT-TYPE
|
||||
|
||||
SYNTAX DisplayString
|
||||
|
||||
ACCESS accessible-for-notify
|
||||
|
||||
STATUS current
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"The OpenView Windows object identifier associated
|
||||
|
||||
with the source of the trap/event."
|
||||
|
||||
::= { openViewTrapVars 3 }
|
||||
|
||||
|
||||
|
||||
openViewData OBJECT-TYPE
|
||||
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
ACCESS accessible-for-notify
|
||||
|
||||
STATUS current
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"Any miscellaneous data sent with an OpenView trap/event."
|
||||
|
||||
::= { openViewTrapVars 4 }
|
||||
|
||||
|
||||
|
||||
openViewSeverity OBJECT-TYPE
|
||||
|
||||
SYNTAX OVTextString
|
||||
|
||||
ACCESS accessible-for-notify
|
||||
|
||||
STATUS current
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"The OpenView event severity associated with the trap/event."
|
||||
|
||||
::= { openViewTrapVars 5 }
|
||||
|
||||
|
||||
|
||||
openViewCategory OBJECT-TYPE
|
||||
|
||||
SYNTAX OVTextString
|
||||
|
||||
ACCESS accessible-for-notify
|
||||
|
||||
STATUS current
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
"The OpenView event category associated with the trap/event."
|
||||
|
||||
::= { openViewTrapVars 6 }
|
||||
|
@@ -140,7 +140,7 @@
|
||||
},
|
||||
"num_oid": {
|
||||
"type": "string",
|
||||
"pattern": "^(\\.\\d+)+\\.?\\{\\{ \\$index \\}\\}(\\.\\d+)*$"
|
||||
"pattern": "^(\\.\\d+)+(\\.?\\{\\{ \\$index \\}\\})?(\\.\\d+)*$"
|
||||
},
|
||||
"descr": {
|
||||
"type": "string"
|
||||
|
942
tests/data/omnipcx.json
Normal file
942
tests/data/omnipcx.json
Normal file
@@ -0,0 +1,942 @@
|
||||
{
|
||||
"os": {
|
||||
"discovery": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "<private>",
|
||||
"sysObjectID": ".1.3.6.1.4.1.637.64.4400.1.1.10",
|
||||
"sysDescr": "Linux telA001 2.6.32-ll-dhs3 #1 Fri Feb 23 16:51:51 IST 2018 i686",
|
||||
"sysContact": null,
|
||||
"version": null,
|
||||
"hardware": null,
|
||||
"features": null,
|
||||
"os": "omnipcx",
|
||||
"type": "appliance",
|
||||
"serial": null,
|
||||
"icon": "alcatellucent.svg",
|
||||
"location": null
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "<private>",
|
||||
"sysObjectID": ".1.3.6.1.4.1.637.64.4400.1.1.10",
|
||||
"sysDescr": "Linux telA001 2.6.32-ll-dhs3 #1 Fri Feb 23 16:51:51 IST 2018 i686",
|
||||
"sysContact": "<private>",
|
||||
"version": null,
|
||||
"hardware": null,
|
||||
"features": null,
|
||||
"os": "omnipcx",
|
||||
"type": "appliance",
|
||||
"serial": null,
|
||||
"icon": "alcatellucent.svg",
|
||||
"location": null
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ports": {
|
||||
"discovery": {
|
||||
"ports": [
|
||||
{
|
||||
"port_descr_type": null,
|
||||
"port_descr_descr": null,
|
||||
"port_descr_circuit": null,
|
||||
"port_descr_speed": null,
|
||||
"port_descr_notes": null,
|
||||
"ifDescr": "lo",
|
||||
"ifName": "lo",
|
||||
"portName": null,
|
||||
"ifIndex": 1,
|
||||
"ifSpeed": null,
|
||||
"ifConnectorPresent": null,
|
||||
"ifPromiscuousMode": null,
|
||||
"ifHighSpeed": null,
|
||||
"ifOperStatus": null,
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": null,
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": null,
|
||||
"ifType": "softwareLoopback",
|
||||
"ifAlias": "lo",
|
||||
"ifPhysAddress": null,
|
||||
"ifHardType": null,
|
||||
"ifLastChange": 0,
|
||||
"ifVlan": "",
|
||||
"ifTrunk": null,
|
||||
"counter_in": null,
|
||||
"counter_out": null,
|
||||
"ignore": 0,
|
||||
"disabled": 0,
|
||||
"detailed": 0,
|
||||
"deleted": 0,
|
||||
"pagpOperationMode": null,
|
||||
"pagpPortState": null,
|
||||
"pagpPartnerDeviceId": null,
|
||||
"pagpPartnerLearnMethod": null,
|
||||
"pagpPartnerIfIndex": null,
|
||||
"pagpPartnerGroupIfIndex": null,
|
||||
"pagpPartnerDeviceName": null,
|
||||
"pagpEthcOperationMode": null,
|
||||
"pagpDeviceId": null,
|
||||
"pagpGroupIfIndex": null,
|
||||
"ifInUcastPkts": null,
|
||||
"ifInUcastPkts_prev": null,
|
||||
"ifInUcastPkts_delta": null,
|
||||
"ifInUcastPkts_rate": null,
|
||||
"ifOutUcastPkts": null,
|
||||
"ifOutUcastPkts_prev": null,
|
||||
"ifOutUcastPkts_delta": null,
|
||||
"ifOutUcastPkts_rate": null,
|
||||
"ifInErrors": null,
|
||||
"ifInErrors_prev": null,
|
||||
"ifInErrors_delta": null,
|
||||
"ifInErrors_rate": null,
|
||||
"ifOutErrors": null,
|
||||
"ifOutErrors_prev": null,
|
||||
"ifOutErrors_delta": null,
|
||||
"ifOutErrors_rate": null,
|
||||
"ifInOctets": null,
|
||||
"ifInOctets_prev": null,
|
||||
"ifInOctets_delta": null,
|
||||
"ifInOctets_rate": null,
|
||||
"ifOutOctets": null,
|
||||
"ifOutOctets_prev": null,
|
||||
"ifOutOctets_delta": null,
|
||||
"ifOutOctets_rate": null,
|
||||
"poll_prev": null,
|
||||
"ifInNUcastPkts": null,
|
||||
"ifInNUcastPkts_prev": null,
|
||||
"ifInNUcastPkts_delta": null,
|
||||
"ifInNUcastPkts_rate": null,
|
||||
"ifOutNUcastPkts": null,
|
||||
"ifOutNUcastPkts_prev": null,
|
||||
"ifOutNUcastPkts_delta": null,
|
||||
"ifOutNUcastPkts_rate": null,
|
||||
"ifInDiscards": null,
|
||||
"ifInDiscards_prev": null,
|
||||
"ifInDiscards_delta": null,
|
||||
"ifInDiscards_rate": null,
|
||||
"ifOutDiscards": null,
|
||||
"ifOutDiscards_prev": null,
|
||||
"ifOutDiscards_delta": null,
|
||||
"ifOutDiscards_rate": null,
|
||||
"ifInUnknownProtos": null,
|
||||
"ifInUnknownProtos_prev": null,
|
||||
"ifInUnknownProtos_delta": null,
|
||||
"ifInUnknownProtos_rate": null,
|
||||
"ifInBroadcastPkts": null,
|
||||
"ifInBroadcastPkts_prev": null,
|
||||
"ifInBroadcastPkts_delta": null,
|
||||
"ifInBroadcastPkts_rate": null,
|
||||
"ifOutBroadcastPkts": null,
|
||||
"ifOutBroadcastPkts_prev": null,
|
||||
"ifOutBroadcastPkts_delta": null,
|
||||
"ifOutBroadcastPkts_rate": null,
|
||||
"ifInMulticastPkts": null,
|
||||
"ifInMulticastPkts_prev": null,
|
||||
"ifInMulticastPkts_delta": null,
|
||||
"ifInMulticastPkts_rate": null,
|
||||
"ifOutMulticastPkts": null,
|
||||
"ifOutMulticastPkts_prev": null,
|
||||
"ifOutMulticastPkts_delta": null,
|
||||
"ifOutMulticastPkts_rate": null
|
||||
},
|
||||
{
|
||||
"port_descr_type": null,
|
||||
"port_descr_descr": null,
|
||||
"port_descr_circuit": null,
|
||||
"port_descr_speed": null,
|
||||
"port_descr_notes": null,
|
||||
"ifDescr": "eth0",
|
||||
"ifName": "eth0",
|
||||
"portName": null,
|
||||
"ifIndex": 2,
|
||||
"ifSpeed": null,
|
||||
"ifConnectorPresent": null,
|
||||
"ifPromiscuousMode": null,
|
||||
"ifHighSpeed": null,
|
||||
"ifOperStatus": null,
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": null,
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": null,
|
||||
"ifType": "ethernetCsmacd",
|
||||
"ifAlias": "eth0",
|
||||
"ifPhysAddress": null,
|
||||
"ifHardType": null,
|
||||
"ifLastChange": 0,
|
||||
"ifVlan": "",
|
||||
"ifTrunk": null,
|
||||
"counter_in": null,
|
||||
"counter_out": null,
|
||||
"ignore": 0,
|
||||
"disabled": 0,
|
||||
"detailed": 0,
|
||||
"deleted": 0,
|
||||
"pagpOperationMode": null,
|
||||
"pagpPortState": null,
|
||||
"pagpPartnerDeviceId": null,
|
||||
"pagpPartnerLearnMethod": null,
|
||||
"pagpPartnerIfIndex": null,
|
||||
"pagpPartnerGroupIfIndex": null,
|
||||
"pagpPartnerDeviceName": null,
|
||||
"pagpEthcOperationMode": null,
|
||||
"pagpDeviceId": null,
|
||||
"pagpGroupIfIndex": null,
|
||||
"ifInUcastPkts": null,
|
||||
"ifInUcastPkts_prev": null,
|
||||
"ifInUcastPkts_delta": null,
|
||||
"ifInUcastPkts_rate": null,
|
||||
"ifOutUcastPkts": null,
|
||||
"ifOutUcastPkts_prev": null,
|
||||
"ifOutUcastPkts_delta": null,
|
||||
"ifOutUcastPkts_rate": null,
|
||||
"ifInErrors": null,
|
||||
"ifInErrors_prev": null,
|
||||
"ifInErrors_delta": null,
|
||||
"ifInErrors_rate": null,
|
||||
"ifOutErrors": null,
|
||||
"ifOutErrors_prev": null,
|
||||
"ifOutErrors_delta": null,
|
||||
"ifOutErrors_rate": null,
|
||||
"ifInOctets": null,
|
||||
"ifInOctets_prev": null,
|
||||
"ifInOctets_delta": null,
|
||||
"ifInOctets_rate": null,
|
||||
"ifOutOctets": null,
|
||||
"ifOutOctets_prev": null,
|
||||
"ifOutOctets_delta": null,
|
||||
"ifOutOctets_rate": null,
|
||||
"poll_prev": null,
|
||||
"ifInNUcastPkts": null,
|
||||
"ifInNUcastPkts_prev": null,
|
||||
"ifInNUcastPkts_delta": null,
|
||||
"ifInNUcastPkts_rate": null,
|
||||
"ifOutNUcastPkts": null,
|
||||
"ifOutNUcastPkts_prev": null,
|
||||
"ifOutNUcastPkts_delta": null,
|
||||
"ifOutNUcastPkts_rate": null,
|
||||
"ifInDiscards": null,
|
||||
"ifInDiscards_prev": null,
|
||||
"ifInDiscards_delta": null,
|
||||
"ifInDiscards_rate": null,
|
||||
"ifOutDiscards": null,
|
||||
"ifOutDiscards_prev": null,
|
||||
"ifOutDiscards_delta": null,
|
||||
"ifOutDiscards_rate": null,
|
||||
"ifInUnknownProtos": null,
|
||||
"ifInUnknownProtos_prev": null,
|
||||
"ifInUnknownProtos_delta": null,
|
||||
"ifInUnknownProtos_rate": null,
|
||||
"ifInBroadcastPkts": null,
|
||||
"ifInBroadcastPkts_prev": null,
|
||||
"ifInBroadcastPkts_delta": null,
|
||||
"ifInBroadcastPkts_rate": null,
|
||||
"ifOutBroadcastPkts": null,
|
||||
"ifOutBroadcastPkts_prev": null,
|
||||
"ifOutBroadcastPkts_delta": null,
|
||||
"ifOutBroadcastPkts_rate": null,
|
||||
"ifInMulticastPkts": null,
|
||||
"ifInMulticastPkts_prev": null,
|
||||
"ifInMulticastPkts_delta": null,
|
||||
"ifInMulticastPkts_rate": null,
|
||||
"ifOutMulticastPkts": null,
|
||||
"ifOutMulticastPkts_prev": null,
|
||||
"ifOutMulticastPkts_delta": null,
|
||||
"ifOutMulticastPkts_rate": null
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"ports": [
|
||||
{
|
||||
"port_descr_type": null,
|
||||
"port_descr_descr": null,
|
||||
"port_descr_circuit": null,
|
||||
"port_descr_speed": null,
|
||||
"port_descr_notes": null,
|
||||
"ifDescr": "lo",
|
||||
"ifName": "lo",
|
||||
"portName": null,
|
||||
"ifIndex": 1,
|
||||
"ifSpeed": 10000000,
|
||||
"ifConnectorPresent": null,
|
||||
"ifPromiscuousMode": "false",
|
||||
"ifHighSpeed": 10,
|
||||
"ifOperStatus": "up",
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": "up",
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": 16436,
|
||||
"ifType": "softwareLoopback",
|
||||
"ifAlias": "lo",
|
||||
"ifPhysAddress": null,
|
||||
"ifHardType": null,
|
||||
"ifLastChange": 0,
|
||||
"ifVlan": "",
|
||||
"ifTrunk": null,
|
||||
"counter_in": null,
|
||||
"counter_out": null,
|
||||
"ignore": 0,
|
||||
"disabled": 0,
|
||||
"detailed": 0,
|
||||
"deleted": 0,
|
||||
"pagpOperationMode": null,
|
||||
"pagpPortState": null,
|
||||
"pagpPartnerDeviceId": null,
|
||||
"pagpPartnerLearnMethod": null,
|
||||
"pagpPartnerIfIndex": null,
|
||||
"pagpPartnerGroupIfIndex": null,
|
||||
"pagpPartnerDeviceName": null,
|
||||
"pagpEthcOperationMode": null,
|
||||
"pagpDeviceId": null,
|
||||
"pagpGroupIfIndex": null,
|
||||
"ifInUcastPkts": 1524,
|
||||
"ifInUcastPkts_prev": 0,
|
||||
"ifInUcastPkts_delta": null,
|
||||
"ifInUcastPkts_rate": null,
|
||||
"ifOutUcastPkts": 1524,
|
||||
"ifOutUcastPkts_prev": 0,
|
||||
"ifOutUcastPkts_delta": null,
|
||||
"ifOutUcastPkts_rate": null,
|
||||
"ifInErrors": 0,
|
||||
"ifInErrors_prev": 0,
|
||||
"ifInErrors_delta": null,
|
||||
"ifInErrors_rate": null,
|
||||
"ifOutErrors": 0,
|
||||
"ifOutErrors_prev": 0,
|
||||
"ifOutErrors_delta": null,
|
||||
"ifOutErrors_rate": null,
|
||||
"ifInOctets": 3779178,
|
||||
"ifInOctets_prev": 0,
|
||||
"ifInOctets_delta": null,
|
||||
"ifInOctets_rate": null,
|
||||
"ifOutOctets": 3779178,
|
||||
"ifOutOctets_prev": 0,
|
||||
"ifOutOctets_delta": null,
|
||||
"ifOutOctets_rate": null,
|
||||
"poll_prev": null,
|
||||
"ifInNUcastPkts": 0,
|
||||
"ifInNUcastPkts_prev": 0,
|
||||
"ifInNUcastPkts_delta": null,
|
||||
"ifInNUcastPkts_rate": null,
|
||||
"ifOutNUcastPkts": 0,
|
||||
"ifOutNUcastPkts_prev": 0,
|
||||
"ifOutNUcastPkts_delta": null,
|
||||
"ifOutNUcastPkts_rate": null,
|
||||
"ifInDiscards": 0,
|
||||
"ifInDiscards_prev": 0,
|
||||
"ifInDiscards_delta": null,
|
||||
"ifInDiscards_rate": null,
|
||||
"ifOutDiscards": 0,
|
||||
"ifOutDiscards_prev": 0,
|
||||
"ifOutDiscards_delta": null,
|
||||
"ifOutDiscards_rate": null,
|
||||
"ifInUnknownProtos": 0,
|
||||
"ifInUnknownProtos_prev": 0,
|
||||
"ifInUnknownProtos_delta": null,
|
||||
"ifInUnknownProtos_rate": null,
|
||||
"ifInBroadcastPkts": 0,
|
||||
"ifInBroadcastPkts_prev": 0,
|
||||
"ifInBroadcastPkts_delta": null,
|
||||
"ifInBroadcastPkts_rate": null,
|
||||
"ifOutBroadcastPkts": 0,
|
||||
"ifOutBroadcastPkts_prev": 0,
|
||||
"ifOutBroadcastPkts_delta": null,
|
||||
"ifOutBroadcastPkts_rate": null,
|
||||
"ifInMulticastPkts": 0,
|
||||
"ifInMulticastPkts_prev": 0,
|
||||
"ifInMulticastPkts_delta": null,
|
||||
"ifInMulticastPkts_rate": null,
|
||||
"ifOutMulticastPkts": 0,
|
||||
"ifOutMulticastPkts_prev": 0,
|
||||
"ifOutMulticastPkts_delta": null,
|
||||
"ifOutMulticastPkts_rate": null
|
||||
},
|
||||
{
|
||||
"port_descr_type": null,
|
||||
"port_descr_descr": null,
|
||||
"port_descr_circuit": null,
|
||||
"port_descr_speed": null,
|
||||
"port_descr_notes": null,
|
||||
"ifDescr": "eth0",
|
||||
"ifName": "eth0",
|
||||
"portName": null,
|
||||
"ifIndex": 2,
|
||||
"ifSpeed": 1000000000,
|
||||
"ifConnectorPresent": "true",
|
||||
"ifPromiscuousMode": "false",
|
||||
"ifHighSpeed": 1000,
|
||||
"ifOperStatus": "up",
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": "up",
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": 1500,
|
||||
"ifType": "ethernetCsmacd",
|
||||
"ifAlias": "eth0",
|
||||
"ifPhysAddress": "00505685759d",
|
||||
"ifHardType": null,
|
||||
"ifLastChange": 0,
|
||||
"ifVlan": "",
|
||||
"ifTrunk": null,
|
||||
"counter_in": null,
|
||||
"counter_out": null,
|
||||
"ignore": 0,
|
||||
"disabled": 0,
|
||||
"detailed": 0,
|
||||
"deleted": 0,
|
||||
"pagpOperationMode": null,
|
||||
"pagpPortState": null,
|
||||
"pagpPartnerDeviceId": null,
|
||||
"pagpPartnerLearnMethod": null,
|
||||
"pagpPartnerIfIndex": null,
|
||||
"pagpPartnerGroupIfIndex": null,
|
||||
"pagpPartnerDeviceName": null,
|
||||
"pagpEthcOperationMode": null,
|
||||
"pagpDeviceId": null,
|
||||
"pagpGroupIfIndex": null,
|
||||
"ifInUcastPkts": 2007041,
|
||||
"ifInUcastPkts_prev": 0,
|
||||
"ifInUcastPkts_delta": null,
|
||||
"ifInUcastPkts_rate": null,
|
||||
"ifOutUcastPkts": 1226855,
|
||||
"ifOutUcastPkts_prev": 0,
|
||||
"ifOutUcastPkts_delta": null,
|
||||
"ifOutUcastPkts_rate": null,
|
||||
"ifInErrors": 0,
|
||||
"ifInErrors_prev": 0,
|
||||
"ifInErrors_delta": null,
|
||||
"ifInErrors_rate": null,
|
||||
"ifOutErrors": 0,
|
||||
"ifOutErrors_prev": 0,
|
||||
"ifOutErrors_delta": null,
|
||||
"ifOutErrors_rate": null,
|
||||
"ifInOctets": 2135000295,
|
||||
"ifInOctets_prev": 0,
|
||||
"ifInOctets_delta": null,
|
||||
"ifInOctets_rate": null,
|
||||
"ifOutOctets": 64685583,
|
||||
"ifOutOctets_prev": 0,
|
||||
"ifOutOctets_delta": null,
|
||||
"ifOutOctets_rate": null,
|
||||
"poll_prev": null,
|
||||
"ifInNUcastPkts": 0,
|
||||
"ifInNUcastPkts_prev": 0,
|
||||
"ifInNUcastPkts_delta": null,
|
||||
"ifInNUcastPkts_rate": null,
|
||||
"ifOutNUcastPkts": 0,
|
||||
"ifOutNUcastPkts_prev": 0,
|
||||
"ifOutNUcastPkts_delta": null,
|
||||
"ifOutNUcastPkts_rate": null,
|
||||
"ifInDiscards": 0,
|
||||
"ifInDiscards_prev": 0,
|
||||
"ifInDiscards_delta": null,
|
||||
"ifInDiscards_rate": null,
|
||||
"ifOutDiscards": 0,
|
||||
"ifOutDiscards_prev": 0,
|
||||
"ifOutDiscards_delta": null,
|
||||
"ifOutDiscards_rate": null,
|
||||
"ifInUnknownProtos": 0,
|
||||
"ifInUnknownProtos_prev": 0,
|
||||
"ifInUnknownProtos_delta": null,
|
||||
"ifInUnknownProtos_rate": null,
|
||||
"ifInBroadcastPkts": 0,
|
||||
"ifInBroadcastPkts_prev": 0,
|
||||
"ifInBroadcastPkts_delta": null,
|
||||
"ifInBroadcastPkts_rate": null,
|
||||
"ifOutBroadcastPkts": 0,
|
||||
"ifOutBroadcastPkts_prev": 0,
|
||||
"ifOutBroadcastPkts_delta": null,
|
||||
"ifOutBroadcastPkts_rate": null,
|
||||
"ifInMulticastPkts": 0,
|
||||
"ifInMulticastPkts_prev": 0,
|
||||
"ifInMulticastPkts_delta": null,
|
||||
"ifInMulticastPkts_rate": null,
|
||||
"ifOutMulticastPkts": 0,
|
||||
"ifOutMulticastPkts_prev": 0,
|
||||
"ifOutMulticastPkts_delta": null,
|
||||
"ifOutMulticastPkts_rate": null
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"processors": {
|
||||
"discovery": {
|
||||
"processors": [
|
||||
{
|
||||
"entPhysicalIndex": 0,
|
||||
"hrDeviceIndex": 768,
|
||||
"processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.768",
|
||||
"processor_index": "768",
|
||||
"processor_type": "hr",
|
||||
"processor_usage": 1,
|
||||
"processor_descr": "Intel Xeon E5-2699 v3 @ 2.30GHz",
|
||||
"processor_precision": 1,
|
||||
"processor_perc_warn": 75
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": "matches discovery"
|
||||
},
|
||||
"mempools": {
|
||||
"discovery": {
|
||||
"mempools": [
|
||||
{
|
||||
"mempool_index": "1",
|
||||
"entPhysicalIndex": null,
|
||||
"hrDeviceIndex": null,
|
||||
"mempool_type": "hrstorage",
|
||||
"mempool_precision": 1024,
|
||||
"mempool_descr": "Physical memory",
|
||||
"mempool_perc": 0,
|
||||
"mempool_used": 0,
|
||||
"mempool_free": 0,
|
||||
"mempool_total": 0,
|
||||
"mempool_largestfree": null,
|
||||
"mempool_lowestfree": null,
|
||||
"mempool_deleted": 0,
|
||||
"mempool_perc_warn": 75
|
||||
},
|
||||
{
|
||||
"mempool_index": "3",
|
||||
"entPhysicalIndex": null,
|
||||
"hrDeviceIndex": null,
|
||||
"mempool_type": "hrstorage",
|
||||
"mempool_precision": 1024,
|
||||
"mempool_descr": "Virtual memory",
|
||||
"mempool_perc": 0,
|
||||
"mempool_used": 0,
|
||||
"mempool_free": 0,
|
||||
"mempool_total": 0,
|
||||
"mempool_largestfree": null,
|
||||
"mempool_lowestfree": null,
|
||||
"mempool_deleted": 0,
|
||||
"mempool_perc_warn": 75
|
||||
},
|
||||
{
|
||||
"mempool_index": "10",
|
||||
"entPhysicalIndex": null,
|
||||
"hrDeviceIndex": null,
|
||||
"mempool_type": "hrstorage",
|
||||
"mempool_precision": 1024,
|
||||
"mempool_descr": "Swap space",
|
||||
"mempool_perc": 0,
|
||||
"mempool_used": 0,
|
||||
"mempool_free": 0,
|
||||
"mempool_total": 0,
|
||||
"mempool_largestfree": null,
|
||||
"mempool_lowestfree": null,
|
||||
"mempool_deleted": 0,
|
||||
"mempool_perc_warn": 75
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"mempools": [
|
||||
{
|
||||
"mempool_index": "1",
|
||||
"entPhysicalIndex": null,
|
||||
"hrDeviceIndex": null,
|
||||
"mempool_type": "hrstorage",
|
||||
"mempool_precision": 1024,
|
||||
"mempool_descr": "Physical memory",
|
||||
"mempool_perc": 35,
|
||||
"mempool_used": 361091072,
|
||||
"mempool_free": 674115584,
|
||||
"mempool_total": 1035206656,
|
||||
"mempool_largestfree": null,
|
||||
"mempool_lowestfree": null,
|
||||
"mempool_deleted": 0,
|
||||
"mempool_perc_warn": 75
|
||||
},
|
||||
{
|
||||
"mempool_index": "3",
|
||||
"entPhysicalIndex": null,
|
||||
"hrDeviceIndex": null,
|
||||
"mempool_type": "hrstorage",
|
||||
"mempool_precision": 1024,
|
||||
"mempool_descr": "Virtual memory",
|
||||
"mempool_perc": 11,
|
||||
"mempool_used": 361091072,
|
||||
"mempool_free": 2820870144,
|
||||
"mempool_total": 3181961216,
|
||||
"mempool_largestfree": null,
|
||||
"mempool_lowestfree": null,
|
||||
"mempool_deleted": 0,
|
||||
"mempool_perc_warn": 75
|
||||
},
|
||||
{
|
||||
"mempool_index": "10",
|
||||
"entPhysicalIndex": null,
|
||||
"hrDeviceIndex": null,
|
||||
"mempool_type": "hrstorage",
|
||||
"mempool_precision": 1024,
|
||||
"mempool_descr": "Swap space",
|
||||
"mempool_perc": 0,
|
||||
"mempool_used": 0,
|
||||
"mempool_free": 2146754560,
|
||||
"mempool_total": 2146754560,
|
||||
"mempool_largestfree": null,
|
||||
"mempool_lowestfree": null,
|
||||
"mempool_deleted": 0,
|
||||
"mempool_perc_warn": 75
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"sensors": {
|
||||
"discovery": {
|
||||
"sensors": [
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "count",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.637.64.4400.1.7.0",
|
||||
"sensor_index": "setsInService0",
|
||||
"sensor_type": "omnipcx",
|
||||
"sensor_descr": "Pbx Sets in service",
|
||||
"group": "Sets",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 208,
|
||||
"sensor_limit": 100000,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "count",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.637.64.4400.1.8.0",
|
||||
"sensor_index": "setsOutOfService0",
|
||||
"sensor_type": "omnipcx",
|
||||
"sensor_descr": "Pbx Sets out of service",
|
||||
"group": "Sets",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 237,
|
||||
"sensor_limit": 100000,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.637.64.4400.1.4.0",
|
||||
"sensor_index": "pbxRole0",
|
||||
"sensor_type": "pbxRole",
|
||||
"sensor_descr": "Pbx Role",
|
||||
"group": "",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 2,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "pbxRole"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.637.64.4400.1.2",
|
||||
"sensor_index": "pbxState",
|
||||
"sensor_type": "pbxState",
|
||||
"sensor_descr": "Pbx State",
|
||||
"group": "",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 5,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "pbxState"
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
{
|
||||
"state_name": "pbxRole",
|
||||
"state_descr": "Unknown",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 0,
|
||||
"state_generic_value": 3
|
||||
},
|
||||
{
|
||||
"state_name": "pbxRole",
|
||||
"state_descr": "Main",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "pbxRole",
|
||||
"state_descr": "Standby",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 2,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "pbxRole",
|
||||
"state_descr": "Active PCS",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "pbxRole",
|
||||
"state_descr": "Inactive PCS",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "pbxState",
|
||||
"state_descr": "Indeterminate",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 0,
|
||||
"state_generic_value": 3
|
||||
},
|
||||
{
|
||||
"state_name": "pbxState",
|
||||
"state_descr": "Critical",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "pbxState",
|
||||
"state_descr": "Major",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 2,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "pbxState",
|
||||
"state_descr": "Minor",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "pbxState",
|
||||
"state_descr": "Warning",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "pbxState",
|
||||
"state_descr": "Normal",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": "matches discovery"
|
||||
},
|
||||
"storage": {
|
||||
"discovery": {
|
||||
"storage": [
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "31",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/",
|
||||
"storage_size": 2064429056,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 1002299392,
|
||||
"storage_free": 0,
|
||||
"storage_perc": 0,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "32",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/usr2",
|
||||
"storage_size": 2582577152,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 1392984064,
|
||||
"storage_free": 0,
|
||||
"storage_perc": 0,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "33",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/usr3",
|
||||
"storage_size": 1554350080,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 46661632,
|
||||
"storage_free": 0,
|
||||
"storage_perc": 0,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "34",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/usr4",
|
||||
"storage_size": 40059674624,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 562642944,
|
||||
"storage_free": 0,
|
||||
"storage_perc": 0,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "35",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/usr7",
|
||||
"storage_size": 4128862208,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 48939008,
|
||||
"storage_free": 0,
|
||||
"storage_perc": 0,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "36",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/var",
|
||||
"storage_size": 2064400384,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 19456000,
|
||||
"storage_free": 0,
|
||||
"storage_perc": 0,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"storage": [
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "31",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/",
|
||||
"storage_size": 2064429056,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 1002299392,
|
||||
"storage_free": 1062129664,
|
||||
"storage_perc": 49,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "32",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/usr2",
|
||||
"storage_size": 2582577152,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 1392984064,
|
||||
"storage_free": 1189593088,
|
||||
"storage_perc": 54,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "33",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/usr3",
|
||||
"storage_size": 1554350080,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 46661632,
|
||||
"storage_free": 1507688448,
|
||||
"storage_perc": 3,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "34",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/usr4",
|
||||
"storage_size": 40059674624,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 562642944,
|
||||
"storage_free": 39497031680,
|
||||
"storage_perc": 1,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "35",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/usr7",
|
||||
"storage_size": 4128862208,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 48939008,
|
||||
"storage_free": 4079923200,
|
||||
"storage_perc": 1,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
},
|
||||
{
|
||||
"storage_mib": "hrstorage",
|
||||
"storage_index": "36",
|
||||
"storage_type": "hrStorageFixedDisk",
|
||||
"storage_descr": "/var",
|
||||
"storage_size": 2064400384,
|
||||
"storage_units": 4096,
|
||||
"storage_used": 19456000,
|
||||
"storage_free": 2044944384,
|
||||
"storage_perc": 1,
|
||||
"storage_perc_warn": 60,
|
||||
"storage_deleted": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
390
tests/snmpsim/omnipcx.snmprec
Normal file
390
tests/snmpsim/omnipcx.snmprec
Normal file
@@ -0,0 +1,390 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Linux telA001 2.6.32-ll-dhs3 #1 Fri Feb 23 16:51:51 IST 2018 i686
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.637.64.4400.1.1.10
|
||||
1.3.6.1.2.1.1.3.0|67|1330726
|
||||
1.3.6.1.2.1.1.4.0|4|<private>
|
||||
1.3.6.1.2.1.1.5.0|4|<private>
|
||||
1.3.6.1.2.1.1.6.0|4x|<private>
|
||||
1.3.6.1.2.1.2.2.1.2.1|4|lo
|
||||
1.3.6.1.2.1.2.2.1.2.2|4|eth0
|
||||
1.3.6.1.2.1.2.2.1.3.1|2|24
|
||||
1.3.6.1.2.1.2.2.1.3.2|2|6
|
||||
1.3.6.1.2.1.2.2.1.4.1|2|16436
|
||||
1.3.6.1.2.1.2.2.1.4.2|2|1500
|
||||
1.3.6.1.2.1.2.2.1.6.1|4|
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|00505685759D
|
||||
1.3.6.1.2.1.2.2.1.7.1|2|1
|
||||
1.3.6.1.2.1.2.2.1.7.2|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.1|2|1
|
||||
1.3.6.1.2.1.2.2.1.8.2|2|1
|
||||
1.3.6.1.2.1.2.2.1.9.1|67|0
|
||||
1.3.6.1.2.1.2.2.1.9.2|67|0
|
||||
1.3.6.1.2.1.2.2.1.13.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.13.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.14.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.19.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.2|65|0
|
||||
1.3.6.1.2.1.4.3.0|65|1974428
|
||||
1.3.6.1.2.1.4.4.0|65|0
|
||||
1.3.6.1.2.1.4.5.0|65|0
|
||||
1.3.6.1.2.1.4.6.0|65|0
|
||||
1.3.6.1.2.1.4.7.0|65|0
|
||||
1.3.6.1.2.1.4.8.0|65|0
|
||||
1.3.6.1.2.1.4.9.0|65|1974428
|
||||
1.3.6.1.2.1.4.10.0|65|1198449
|
||||
1.3.6.1.2.1.4.11.0|65|0
|
||||
1.3.6.1.2.1.4.12.0|65|0
|
||||
1.3.6.1.2.1.4.14.0|65|0
|
||||
1.3.6.1.2.1.4.15.0|65|0
|
||||
1.3.6.1.2.1.4.16.0|65|0
|
||||
1.3.6.1.2.1.4.17.0|65|0
|
||||
1.3.6.1.2.1.4.18.0|65|0
|
||||
1.3.6.1.2.1.4.19.0|65|0
|
||||
1.3.6.1.2.1.4.20.1.2.10.16.10.21|2|2
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.20.1.3.10.16.10.21|64|255.255.255.128
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
|
||||
1.3.6.1.2.1.4.22.1.2.2.10.16.10.22|4x|005056851B46
|
||||
1.3.6.1.2.1.4.22.1.2.2.10.16.10.23|4x|005056851B46
|
||||
1.3.6.1.2.1.4.22.1.2.2.10.16.10.126|4x|00000C07AC00
|
||||
1.3.6.1.2.1.4.31.1.1.3.1|65|1972763
|
||||
1.3.6.1.2.1.4.31.1.1.4.1|70|1972763
|
||||
1.3.6.1.2.1.4.31.1.1.6.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.7.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.9.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.10.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.12.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.13.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.14.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.15.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.16.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.17.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.18.1|65|1972763
|
||||
1.3.6.1.2.1.4.31.1.1.19.1|70|1972763
|
||||
1.3.6.1.2.1.4.31.1.1.20.1|65|1197630
|
||||
1.3.6.1.2.1.4.31.1.1.21.1|70|1197630
|
||||
1.3.6.1.2.1.4.31.1.1.22.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.24.1|70|0
|
||||
1.3.6.1.2.1.4.31.1.1.25.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.28.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.29.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.46.1|67|0
|
||||
1.3.6.1.2.1.4.31.1.1.47.1|66|30000
|
||||
1.3.6.1.2.1.4.35.1.4.2.1.4.10.16.10.22|4x|005056851B46
|
||||
1.3.6.1.2.1.4.35.1.4.2.1.4.10.16.10.23|4x|005056851B46
|
||||
1.3.6.1.2.1.4.35.1.4.2.1.4.10.16.10.126|4x|00000C07AC00
|
||||
1.3.6.1.2.1.5.1.0|65|433
|
||||
1.3.6.1.2.1.5.2.0|65|0
|
||||
1.3.6.1.2.1.5.3.0|65|2
|
||||
1.3.6.1.2.1.5.4.0|65|0
|
||||
1.3.6.1.2.1.5.5.0|65|0
|
||||
1.3.6.1.2.1.5.6.0|65|0
|
||||
1.3.6.1.2.1.5.7.0|65|0
|
||||
1.3.6.1.2.1.5.8.0|65|430
|
||||
1.3.6.1.2.1.5.9.0|65|1
|
||||
1.3.6.1.2.1.5.10.0|65|0
|
||||
1.3.6.1.2.1.5.11.0|65|0
|
||||
1.3.6.1.2.1.5.12.0|65|0
|
||||
1.3.6.1.2.1.5.13.0|65|0
|
||||
1.3.6.1.2.1.5.14.0|65|549
|
||||
1.3.6.1.2.1.5.15.0|65|0
|
||||
1.3.6.1.2.1.5.16.0|65|118
|
||||
1.3.6.1.2.1.5.17.0|65|0
|
||||
1.3.6.1.2.1.5.18.0|65|0
|
||||
1.3.6.1.2.1.5.19.0|65|0
|
||||
1.3.6.1.2.1.5.20.0|65|0
|
||||
1.3.6.1.2.1.5.21.0|65|1
|
||||
1.3.6.1.2.1.5.22.0|65|430
|
||||
1.3.6.1.2.1.5.23.0|65|0
|
||||
1.3.6.1.2.1.5.24.0|65|0
|
||||
1.3.6.1.2.1.5.25.0|65|0
|
||||
1.3.6.1.2.1.5.26.0|65|0
|
||||
1.3.6.1.2.1.6.5.0|65|5360
|
||||
1.3.6.1.2.1.6.6.0|65|4807
|
||||
1.3.6.1.2.1.6.7.0|65|4800
|
||||
1.3.6.1.2.1.6.8.0|65|14
|
||||
1.3.6.1.2.1.6.9.0|66|8
|
||||
1.3.6.1.2.1.6.10.0|65|1494822
|
||||
1.3.6.1.2.1.6.11.0|65|758946
|
||||
1.3.6.1.2.1.6.12.0|65|7
|
||||
1.3.6.1.2.1.6.14.0|65|0
|
||||
1.3.6.1.2.1.6.15.0|65|37
|
||||
1.3.6.1.2.1.7.1.0|65|439033
|
||||
1.3.6.1.2.1.7.2.0|65|118
|
||||
1.3.6.1.2.1.7.3.0|65|0
|
||||
1.3.6.1.2.1.7.4.0|65|439036
|
||||
1.3.6.1.2.1.11.1.0|65|8596
|
||||
1.3.6.1.2.1.11.2.0|65|8595
|
||||
1.3.6.1.2.1.11.3.0|65|0
|
||||
1.3.6.1.2.1.11.4.0|65|0
|
||||
1.3.6.1.2.1.11.5.0|65|0
|
||||
1.3.6.1.2.1.11.6.0|65|0
|
||||
1.3.6.1.2.1.11.8.0|65|0
|
||||
1.3.6.1.2.1.11.9.0|65|0
|
||||
1.3.6.1.2.1.11.10.0|65|0
|
||||
1.3.6.1.2.1.11.11.0|65|0
|
||||
1.3.6.1.2.1.11.12.0|65|0
|
||||
1.3.6.1.2.1.11.13.0|65|65117
|
||||
1.3.6.1.2.1.11.14.0|65|0
|
||||
1.3.6.1.2.1.11.15.0|65|2904
|
||||
1.3.6.1.2.1.11.16.0|65|18
|
||||
1.3.6.1.2.1.11.17.0|65|0
|
||||
1.3.6.1.2.1.11.18.0|65|0
|
||||
1.3.6.1.2.1.11.19.0|65|0
|
||||
1.3.6.1.2.1.11.20.0|65|0
|
||||
1.3.6.1.2.1.11.21.0|65|0
|
||||
1.3.6.1.2.1.11.22.0|65|0
|
||||
1.3.6.1.2.1.11.24.0|65|0
|
||||
1.3.6.1.2.1.11.25.0|65|0
|
||||
1.3.6.1.2.1.11.26.0|65|0
|
||||
1.3.6.1.2.1.11.27.0|65|0
|
||||
1.3.6.1.2.1.11.28.0|65|8597
|
||||
1.3.6.1.2.1.11.29.0|65|0
|
||||
1.3.6.1.2.1.11.30.0|2|2
|
||||
1.3.6.1.2.1.11.31.0|65|0
|
||||
1.3.6.1.2.1.11.32.0|65|0
|
||||
1.3.6.1.2.1.25.1.1.0|67|49350907
|
||||
1.3.6.1.2.1.25.1.5.0|66|0
|
||||
1.3.6.1.2.1.25.1.6.0|66|245
|
||||
1.3.6.1.2.1.25.2.3.1.1.1|2|1
|
||||
1.3.6.1.2.1.25.2.3.1.1.3|2|3
|
||||
1.3.6.1.2.1.25.2.3.1.1.6|2|6
|
||||
1.3.6.1.2.1.25.2.3.1.1.7|2|7
|
||||
1.3.6.1.2.1.25.2.3.1.1.10|2|10
|
||||
1.3.6.1.2.1.25.2.3.1.1.31|2|31
|
||||
1.3.6.1.2.1.25.2.3.1.1.32|2|32
|
||||
1.3.6.1.2.1.25.2.3.1.1.33|2|33
|
||||
1.3.6.1.2.1.25.2.3.1.1.34|2|34
|
||||
1.3.6.1.2.1.25.2.3.1.1.35|2|35
|
||||
1.3.6.1.2.1.25.2.3.1.1.36|2|36
|
||||
1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.2
|
||||
1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.25.2.1.3
|
||||
1.3.6.1.2.1.25.2.3.1.2.6|6|1.3.6.1.2.1.25.2.1.1
|
||||
1.3.6.1.2.1.25.2.3.1.2.7|6|1.3.6.1.2.1.25.2.1.1
|
||||
1.3.6.1.2.1.25.2.3.1.2.10|6|1.3.6.1.2.1.25.2.1.3
|
||||
1.3.6.1.2.1.25.2.3.1.2.31|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.2.32|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.2.33|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.2.34|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.2.35|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.2.36|6|1.3.6.1.2.1.25.2.1.4
|
||||
1.3.6.1.2.1.25.2.3.1.3.1|4|Physical memory
|
||||
1.3.6.1.2.1.25.2.3.1.3.3|4|Virtual memory
|
||||
1.3.6.1.2.1.25.2.3.1.3.6|4|Memory buffers
|
||||
1.3.6.1.2.1.25.2.3.1.3.7|4|Cached memory
|
||||
1.3.6.1.2.1.25.2.3.1.3.10|4|Swap space
|
||||
1.3.6.1.2.1.25.2.3.1.3.31|4|/
|
||||
1.3.6.1.2.1.25.2.3.1.3.32|4|/usr2
|
||||
1.3.6.1.2.1.25.2.3.1.3.33|4|/usr3
|
||||
1.3.6.1.2.1.25.2.3.1.3.34|4|/usr4
|
||||
1.3.6.1.2.1.25.2.3.1.3.35|4|/usr7
|
||||
1.3.6.1.2.1.25.2.3.1.3.36|4|/var
|
||||
1.3.6.1.2.1.25.2.3.1.4.1|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.3|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.6|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.7|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.10|2|1024
|
||||
1.3.6.1.2.1.25.2.3.1.4.31|2|4096
|
||||
1.3.6.1.2.1.25.2.3.1.4.32|2|4096
|
||||
1.3.6.1.2.1.25.2.3.1.4.33|2|4096
|
||||
1.3.6.1.2.1.25.2.3.1.4.34|2|4096
|
||||
1.3.6.1.2.1.25.2.3.1.4.35|2|4096
|
||||
1.3.6.1.2.1.25.2.3.1.4.36|2|4096
|
||||
1.3.6.1.2.1.25.2.3.1.5.1|2|1010944
|
||||
1.3.6.1.2.1.25.2.3.1.5.3|2|3107384
|
||||
1.3.6.1.2.1.25.2.3.1.5.6|2|1010944
|
||||
1.3.6.1.2.1.25.2.3.1.5.7|2|264488
|
||||
1.3.6.1.2.1.25.2.3.1.5.10|2|2096440
|
||||
1.3.6.1.2.1.25.2.3.1.5.31|2|504011
|
||||
1.3.6.1.2.1.25.2.3.1.5.32|2|630512
|
||||
1.3.6.1.2.1.25.2.3.1.5.33|2|379480
|
||||
1.3.6.1.2.1.25.2.3.1.5.34|2|9780194
|
||||
1.3.6.1.2.1.25.2.3.1.5.35|2|1008023
|
||||
1.3.6.1.2.1.25.2.3.1.5.36|2|504004
|
||||
1.3.6.1.2.1.25.2.3.1.6.1|2|352628
|
||||
1.3.6.1.2.1.25.2.3.1.6.3|2|352628
|
||||
1.3.6.1.2.1.25.2.3.1.6.6|2|4640
|
||||
1.3.6.1.2.1.25.2.3.1.6.7|2|264488
|
||||
1.3.6.1.2.1.25.2.3.1.6.10|2|0
|
||||
1.3.6.1.2.1.25.2.3.1.6.31|2|244702
|
||||
1.3.6.1.2.1.25.2.3.1.6.32|2|340084
|
||||
1.3.6.1.2.1.25.2.3.1.6.33|2|11392
|
||||
1.3.6.1.2.1.25.2.3.1.6.34|2|137364
|
||||
1.3.6.1.2.1.25.2.3.1.6.35|2|11948
|
||||
1.3.6.1.2.1.25.2.3.1.6.36|2|4750
|
||||
1.3.6.1.2.1.25.3.2.1.1.768|2|768
|
||||
1.3.6.1.2.1.25.3.2.1.1.1025|2|1025
|
||||
1.3.6.1.2.1.25.3.2.1.1.1026|2|1026
|
||||
1.3.6.1.2.1.25.3.2.1.1.1552|2|1552
|
||||
1.3.6.1.2.1.25.3.2.1.1.3072|2|3072
|
||||
1.3.6.1.2.1.25.3.2.1.2.768|6|1.3.6.1.2.1.25.3.1.3
|
||||
1.3.6.1.2.1.25.3.2.1.2.1025|6|1.3.6.1.2.1.25.3.1.4
|
||||
1.3.6.1.2.1.25.3.2.1.2.1026|6|1.3.6.1.2.1.25.3.1.4
|
||||
1.3.6.1.2.1.25.3.2.1.2.1552|6|1.3.6.1.2.1.25.3.1.6
|
||||
1.3.6.1.2.1.25.3.2.1.2.3072|6|1.3.6.1.2.1.25.3.1.12
|
||||
1.3.6.1.2.1.25.3.2.1.3.768|4|GenuineIntel: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
|
||||
1.3.6.1.2.1.25.3.2.1.3.1025|4|network interface lo
|
||||
1.3.6.1.2.1.25.3.2.1.3.1026|4|network interface eth0
|
||||
1.3.6.1.2.1.25.3.2.1.3.1552|4|SCSI disk (/dev/sda)
|
||||
1.3.6.1.2.1.25.3.2.1.3.3072|4|Guessing that there's a floating point co-processor
|
||||
1.3.6.1.2.1.25.3.2.1.4.768|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.1025|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.1026|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.1552|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.4.3072|6|0.0
|
||||
1.3.6.1.2.1.25.3.2.1.5.768|2|2
|
||||
1.3.6.1.2.1.25.3.2.1.5.1025|2|2
|
||||
1.3.6.1.2.1.25.3.2.1.5.1026|2|2
|
||||
1.3.6.1.2.1.25.3.2.1.6.1025|65|0
|
||||
1.3.6.1.2.1.25.3.2.1.6.1026|65|0
|
||||
1.3.6.1.2.1.25.3.3.1.1.768|6|0.0
|
||||
1.3.6.1.2.1.25.3.3.1.2.768|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.1.1|4|lo
|
||||
1.3.6.1.2.1.31.1.1.1.1.2|4|eth0
|
||||
1.3.6.1.2.1.31.1.1.1.2.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.2.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.3.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.4.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.1|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.5.2|65|0
|
||||
1.3.6.1.2.1.31.1.1.1.6.1|70|3779178
|
||||
1.3.6.1.2.1.31.1.1.1.6.2|70|2135000295
|
||||
1.3.6.1.2.1.31.1.1.1.7.1|70|1524
|
||||
1.3.6.1.2.1.31.1.1.1.7.2|70|2007041
|
||||
1.3.6.1.2.1.31.1.1.1.8.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.8.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.9.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.10.1|70|3779178
|
||||
1.3.6.1.2.1.31.1.1.1.10.2|70|64685583
|
||||
1.3.6.1.2.1.31.1.1.1.11.1|70|1524
|
||||
1.3.6.1.2.1.31.1.1.1.11.2|70|1226855
|
||||
1.3.6.1.2.1.31.1.1.1.12.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.12.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.1|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.13.2|70|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.1|66|10
|
||||
1.3.6.1.2.1.31.1.1.1.15.2|66|1000
|
||||
1.3.6.1.2.1.31.1.1.1.16.1|2|2
|
||||
1.3.6.1.2.1.31.1.1.1.16.2|2|2
|
||||
1.3.6.1.2.1.31.1.1.1.17.2|2|1
|
||||
1.3.6.1.2.1.31.1.1.1.18.1|4|
|
||||
1.3.6.1.2.1.31.1.1.1.18.2|4|
|
||||
1.3.6.1.2.1.31.1.1.1.19.1|67|0
|
||||
1.3.6.1.2.1.31.1.1.1.19.2|67|0
|
||||
1.3.6.1.4.1.637.64.4400.1.2|2|5
|
||||
1.3.6.1.4.1.637.64.4400.1.4.0|2|2
|
||||
1.3.6.1.4.1.637.64.4400.1.7.0|2|208
|
||||
1.3.6.1.4.1.637.64.4400.1.8.0|2|237
|
||||
1.3.6.1.4.1.2021.4.3.0|2|2096440
|
||||
1.3.6.1.4.1.2021.4.4.0|2|2096440
|
||||
1.3.6.1.4.1.2021.4.5.0|2|1010944
|
||||
1.3.6.1.4.1.2021.4.6.0|2|658316
|
||||
1.3.6.1.4.1.2021.4.11.0|2|2754756
|
||||
1.3.6.1.4.1.2021.4.14.0|2|4640
|
||||
1.3.6.1.4.1.2021.4.15.0|2|264488
|
||||
1.3.6.1.4.1.2021.9.1.1.1|2|1
|
||||
1.3.6.1.4.1.2021.9.1.1.2|2|2
|
||||
1.3.6.1.4.1.2021.9.1.1.3|2|3
|
||||
1.3.6.1.4.1.2021.9.1.1.4|2|4
|
||||
1.3.6.1.4.1.2021.9.1.1.5|2|5
|
||||
1.3.6.1.4.1.2021.9.1.1.6|2|6
|
||||
1.3.6.1.4.1.2021.9.1.2.1|4|/
|
||||
1.3.6.1.4.1.2021.9.1.2.2|4|/usr2
|
||||
1.3.6.1.4.1.2021.9.1.2.3|4|/usr3
|
||||
1.3.6.1.4.1.2021.9.1.2.4|4|/usr4
|
||||
1.3.6.1.4.1.2021.9.1.2.5|4|/usr7
|
||||
1.3.6.1.4.1.2021.9.1.2.6|4|/var
|
||||
1.3.6.1.4.1.2021.9.1.3.1|4|/dev/sda2
|
||||
1.3.6.1.4.1.2021.9.1.3.2|4|/dev/sda7
|
||||
1.3.6.1.4.1.2021.9.1.3.3|4|/dev/sda8
|
||||
1.3.6.1.4.1.2021.9.1.3.4|4|/dev/sda12
|
||||
1.3.6.1.4.1.2021.9.1.3.5|4|/dev/sda13
|
||||
1.3.6.1.4.1.2021.9.1.3.6|4|/dev/sda5
|
||||
1.3.6.1.4.1.2021.9.1.4.1|2|-1
|
||||
1.3.6.1.4.1.2021.9.1.4.2|2|-1
|
||||
1.3.6.1.4.1.2021.9.1.4.3|2|-1
|
||||
1.3.6.1.4.1.2021.9.1.4.4|2|-1
|
||||
1.3.6.1.4.1.2021.9.1.4.5|2|-1
|
||||
1.3.6.1.4.1.2021.9.1.4.6|2|-1
|
||||
1.3.6.1.4.1.2021.9.1.5.1|2|10
|
||||
1.3.6.1.4.1.2021.9.1.5.2|2|10
|
||||
1.3.6.1.4.1.2021.9.1.5.3|2|10
|
||||
1.3.6.1.4.1.2021.9.1.5.4|2|10
|
||||
1.3.6.1.4.1.2021.9.1.5.5|2|10
|
||||
1.3.6.1.4.1.2021.9.1.5.6|2|10
|
||||
1.3.6.1.4.1.2021.9.1.6.1|2|2016044
|
||||
1.3.6.1.4.1.2021.9.1.6.2|2|2522048
|
||||
1.3.6.1.4.1.2021.9.1.6.3|2|1517920
|
||||
1.3.6.1.4.1.2021.9.1.6.4|2|39120776
|
||||
1.3.6.1.4.1.2021.9.1.6.5|2|4032092
|
||||
1.3.6.1.4.1.2021.9.1.6.6|2|2016016
|
||||
1.3.6.1.4.1.2021.9.1.7.1|2|934824
|
||||
1.3.6.1.4.1.2021.9.1.7.2|2|1033596
|
||||
1.3.6.1.4.1.2021.9.1.7.3|2|1395244
|
||||
1.3.6.1.4.1.2021.9.1.7.4|2|36584084
|
||||
1.3.6.1.4.1.2021.9.1.7.5|2|3779476
|
||||
1.3.6.1.4.1.2021.9.1.7.6|2|1894604
|
||||
1.3.6.1.4.1.2021.9.1.8.1|2|978808
|
||||
1.3.6.1.4.1.2021.9.1.8.2|2|1360336
|
||||
1.3.6.1.4.1.2021.9.1.8.3|2|45568
|
||||
1.3.6.1.4.1.2021.9.1.8.4|2|549456
|
||||
1.3.6.1.4.1.2021.9.1.8.5|2|47792
|
||||
1.3.6.1.4.1.2021.9.1.8.6|2|19000
|
||||
1.3.6.1.4.1.2021.9.1.9.1|2|51
|
||||
1.3.6.1.4.1.2021.9.1.9.2|2|57
|
||||
1.3.6.1.4.1.2021.9.1.9.3|2|3
|
||||
1.3.6.1.4.1.2021.9.1.9.4|2|1
|
||||
1.3.6.1.4.1.2021.9.1.9.5|2|1
|
||||
1.3.6.1.4.1.2021.9.1.9.6|2|1
|
||||
1.3.6.1.4.1.2021.9.1.10.1|2|8
|
||||
1.3.6.1.4.1.2021.9.1.10.2|2|1
|
||||
1.3.6.1.4.1.2021.9.1.10.3|2|1
|
||||
1.3.6.1.4.1.2021.9.1.10.4|2|0
|
||||
1.3.6.1.4.1.2021.9.1.10.5|2|0
|
||||
1.3.6.1.4.1.2021.9.1.10.6|2|0
|
||||
1.3.6.1.4.1.2021.9.1.100.1|2|0
|
||||
1.3.6.1.4.1.2021.9.1.100.2|2|0
|
||||
1.3.6.1.4.1.2021.9.1.100.3|2|0
|
||||
1.3.6.1.4.1.2021.9.1.100.4|2|0
|
||||
1.3.6.1.4.1.2021.9.1.100.5|2|0
|
||||
1.3.6.1.4.1.2021.9.1.100.6|2|0
|
||||
1.3.6.1.4.1.2021.9.1.101.1|4|
|
||||
1.3.6.1.4.1.2021.9.1.101.2|4|
|
||||
1.3.6.1.4.1.2021.9.1.101.3|4|
|
||||
1.3.6.1.4.1.2021.9.1.101.4|4|
|
||||
1.3.6.1.4.1.2021.9.1.101.5|4|
|
||||
1.3.6.1.4.1.2021.9.1.101.6|4|
|
||||
1.3.6.1.4.1.2021.10.1.5.1|2|600
|
||||
1.3.6.1.4.1.2021.10.1.5.2|2|600
|
||||
1.3.6.1.4.1.2021.10.1.5.3|2|600
|
||||
1.3.6.1.4.1.2021.11.1.0|2|1
|
||||
1.3.6.1.4.1.2021.11.2.0|4|systemStats
|
||||
1.3.6.1.4.1.2021.11.3.0|2|0
|
||||
1.3.6.1.4.1.2021.11.4.0|2|0
|
||||
1.3.6.1.4.1.2021.11.5.0|2|14
|
||||
1.3.6.1.4.1.2021.11.6.0|2|0
|
||||
1.3.6.1.4.1.2021.11.7.0|2|123
|
||||
1.3.6.1.4.1.2021.11.8.0|2|172
|
||||
1.3.6.1.4.1.2021.11.9.0|2|0
|
||||
1.3.6.1.4.1.2021.11.10.0|2|0
|
||||
1.3.6.1.4.1.2021.11.11.0|2|99
|
||||
1.3.6.1.4.1.2021.11.50.0|65|55949
|
||||
1.3.6.1.4.1.2021.11.51.0|65|1
|
||||
1.3.6.1.4.1.2021.11.52.0|65|32000
|
||||
1.3.6.1.4.1.2021.11.53.0|65|49162532
|
||||
1.3.6.1.4.1.2021.11.54.0|65|95480
|
||||
1.3.6.1.4.1.2021.11.55.0|65|0
|
||||
1.3.6.1.4.1.2021.11.56.0|65|1036
|
||||
1.3.6.1.4.1.2021.11.57.0|65|9168200
|
||||
1.3.6.1.4.1.2021.11.58.0|65|997280
|
||||
1.3.6.1.4.1.2021.11.59.0|65|58661891
|
||||
1.3.6.1.4.1.2021.11.60.0|65|80337342
|
||||
1.3.6.1.4.1.2021.11.61.0|65|3688
|
||||
1.3.6.1.4.1.2021.11.62.0|65|0
|
||||
1.3.6.1.4.1.2021.11.63.0|65|0
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|13307
|
Reference in New Issue
Block a user