Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / emerson_stat
blobc019f55d299f0c07dea2cb9638fbc36488787053
1 title: Emerson UPS: status
2 agents: snmp
3 catalog: hw/power/emerson
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the status OID of Emerson UPS devices which have the emerson energy
8  systems power MIB. They must have a system desciption OID
9  starting with "Emerson Network Power".
10  In case the device does not have a system description OID, it needs to be listed in
11  the configuration variable {snmp_without_sys_descr} to be inventorized.
13  The following states of the device are known and lead to a nagios
14  state of {crit}:
15  (5) "minor - MA"
16  (6) "major"
17  (10) "disabled"
18  The following device states are known and lead to the nagios state {warn}:
19  (1) "unknown"
20  (3) "observation"
21  (4) "warning - A3"
22  (7) "unmanaged"
23  (8) "restricted""
24  (9) "testing"
27 inventory:
28  The inventory process checks if the device has a system description OIDs (.1.3.6.1.2.1.1.2.0)
29  and if the name of this OID begins with "Emerson Network Power". In case the device does
30  not have a system description OID it needs to be listed in the configuration variable
31  {snmp_without_sys_descr} to be inventorized