1 title: Operational status of network interfaces - DEPRECATED
3 catalog: hw/network/generic
7 This check polls the SNMP OID .1.3.6.1.2.1.2.2.1.2 (IF-MIB::ifOperStatus)
8 which is part of the standard SNMP interfaces MIB. It checks network interfaces
9 for their operational status (the link). The link can either be 'up' or 'down'.
10 The check status is OK if the actual link status is equal to the target status.
11 If the target status is 'up' and the link status is 'down', the check gets
12 CRITICAL. If the link status is 'up' and the target status is 'down', the check
13 gets into WARNING status.
16 A string: the name of the interface as in .1.3.6.1.2.1.2.2.1.2 (IF-MIB::ifDescr). The
17 OID index is not relevant.
20 checks for all interfaces found up and of the correct types (default is {ethernetCsmacd})