Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / ifoperstatus
blob7d67da29f87c140ca938d0d1e5b5b91e439be281
1 title: Operational status of network interfaces - DEPRECATED
2 agents: snmp
3 catalog: hw/network/generic
4 license: GPL
5 distribution: check_mk
6 description:
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.
15 item:
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.
19 inventory:
20  checks for all interfaces found up and of the correct types (default is {ethernetCsmacd})
21  are created.