HP-OV-NETMON DEFINITIONS ::= BEGIN -- First cut at HP OpenView Netmon MIB IMPORTS OBJECT-TYPE FROM RFC-1212; hp OBJECT IDENTIFIER ::= { enterprises 11 } nm OBJECT IDENTIFIER ::= { hp 2 } openView OBJECT IDENTIFIER ::= { nm 17 } hpOVDistribStation OBJECT IDENTIFIER ::= { openView 4 } hpOVNetmon OBJECT IDENTIFIER ::= { hpOVDistribStation 4 } nmStatus OBJECT IDENTIFIER ::= { hpOVNetmon 1 } nmICMPStatus OBJECT IDENTIFIER ::= { nmStatus 1 } nmSNMPStatus OBJECT IDENTIFIER ::= { nmStatus 2 } -- ICMP polling objects nmICMPListLength OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The length of netmon's ICMP polling list, indicating the number of managed interfaces actively being status polled." ::= { nmICMPStatus 1 } nmICMPPollsWithin1m OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of interfaces scheduled to be polled by netmon via ICMP with the next minute." ::= { nmICMPStatus 2 } nmICMPSecsUntilNextPoll OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds until the next scheduled ICMP poll. This may a negative number if netmon is behind in ICMP polling." ::= { nmICMPStatus 3 } -- SNMP polling objects nmSNMPListLength OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The length of netmon's SNMP polling list, indicating the number of managed nodes actively being polled." ::= { nmSNMPStatus 1 } nmSNMPPollsWithin1m OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of nodes scheduled to be polled by netmon via SNMP with the next minute." ::= { nmSNMPStatus 2 } nmSNMPSecsUntilNextPoll OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds netmon until the next scheduled SNMP poll. It is calculated by subtracting the time of the poll at the head of the list from the current time. If netmon is behind, this can be a negative value." ::= { nmSNMPStatus 3 } END