GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / qlogic_fcport
blobbc352ef97fcbbbfa0fb931972c49d495562f3fba
1 title: QLogic SANbox Fibre Channel Switches: Fibre Channel Ports
2 agents: snmp
3 catalog: hw/storagehw/qlogic
4 license: GPL
5 distribution: check_mk
6 description:
7  Checks the Fibre Channel Ports in QLogic SANbox Fibre Channel Switches.
9  AdminStatus online is evaluated to be {OK}, offline is evaluated to be {CRIT}
10  and testing to be {WARN}.
12  Operational Status online is evaluated to be {OK}, offline or linkFaillure
13  are evaluated to be {CRIT} and testing to be {WARN}.
15  The worst of the both states is returned by the check.
17  Bytes per second, Frames per second and the error rates are just graphed.
18  At the moment they do not trigger any status change.
20  If OperMode can be detected, it is also displayed.
22 item:
23  The Port ID taken from SNMP. It contains 2 numbers separated by a dot,
24  e. g. 1.1
26 inventory:
27  Creates one check for every FC Port found by SNMP in AdminStatus "online" or
28  "testing" and Operational Status "online" or "testing".
30  To change this behavior, please edit the configuration variables, see section
31  "configuration".