Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / checkman / fc_port
blob54e60d77455034a854adacc3e5e6ad2ed00a94d9
1 title: Fibre channel devices monitored with the FCMGMT MIB
2 catalog: hw/storagehw/dell
3 agents: snmp
4 license: GPL
5 distribution: check_mk
6 description:
7  This checks monitors fibre channel ports of devices supporting the fibre
8  channel management (FCMGMT) MIB, notably Dell fibre channel switches.
9  Monitored are the physical, operational, or adminstrative state of the ports,
10  the number of received and transmitted objects (RxObjects, TxObjects),
11  the incoming and outgoing throughput derived from the number of received
12  and transmitted elements (RxElements, TxElements), and the following
13  error counters: CRC errors, Enc-OUT frames, no Tx credits, C3 discards.
15  The check has a non-OK state in the following situations:
17  {[1]} The physical, operational, or adminstrative state of the port is not
18  as expected.
20  {[2]} The current or averaged throughput exceeds the configured absolute or
21  relative levels.
23  {[3]} One of the error counters exceeds its configured levels.
25  Averaging: This check supports averaging on all counters. Averaging is
26  turned on but setting the check parameter {"average"} to a number of minutes.
27  In this case the check produces additional performance data for each parameter
28  and all warning/error levels are only applied on the averaged value, not on
29  the current one. This is especially helpful when using levels on the throughput.
31  Note: The counters CRC errors and Enc-OUT are represented as percentages in
32  relation to the number of received frames. C3 discards and no Tx credits are
33  in relation to the number of sent frames.
35 item:
36  The item is the port-number as two-digit or three-digit string (on switches
37  with 100 or more ports) as printed on the switch (note: the SNMP index of
38  port {00} is {1}!). If configured, port names of the device will be part
39  of the check item (and thus the service description).
41 inventory:
42   The inventory creates checks for all operational ports. It can be configured
43   (see CONFIGURATION VARIABLES) how operational ports are defined.
44   Ports with the admininstrative state of 1 (unkown) or 3 (offline) are not
45   inventorized.