Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / adva_fsp_if
blobf496addd7da8b99972b4c98f7cb7d1d227a95670
1 title: Adva FSP 3000 Optical Transport: Optical Interface Status
2 catalog: hw/network/adva
3 agents: snmp
4 license: GPL
5 distribution: check_mk
6 description:
7  This checks monitors the state and laser parameters of interfaces of the
8  ADVA FSP 3000 scalable optical transport solution.
10  State information is collected from the SNMP IF-MIB parameters {ifAdminStatus} and
11  {ifOperStatus}. Laser information is collected from the FspR7-MIB parameters
12  {currentPmSnapshotOutputPower} and {currentPmSnapshotInputPower}.
14  Lower and upper critical limits can be configured for the input (received)
15  and output (transmit) power of the laser. Per default, not limits are imposed,
16  since meaningful values depend on the type of interface.
18  A {WARN} state is triggered if no laser power information can be found.
19  Service interfaces (item name beginning with "S") do not have laser power
20  information, so that non-existent laser power information is ignored for these
21  interfaces.
23 item:
24  There are three allowed ways to specify an interface: {1}: the last component
25  of the SNMP OID number (as string), the {ifDescr} of the port or the {ifAlias}
26  of the port. If you are using the alias, you have to make sure that it is
27  unique by configuring useful aliases in the switch. Check_MK does not check
28  for uniqueness.
29  The default is to use the {ifDescr}.
31 inventory:
32  The inventory creates one service for each interface that fulfills
33  configurable conditions.  Per default these are interfaces which currently
34  are {up} and are of type {1} (other), {6} (ethernetCsmacd), and {56}
35  (fibreChannel).