Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / f5_bigip_fans
blob4c6109cb8fd80bca79264164dce07f3fc22edd63
1 title: F5 Big-IP: System fans
2 agents: snmp
3 catalog: hw/network/f5
4 license: GPL
5 distribution: check_mk
6 description:
7  The check queries the MIB tables of F5 BIG-IP loadbalancers (local traffic managers) for the
8  status of builtin fans. It will alert if the rotational speed falls below user-definable
9  levels.
11  It supports devices running the 9.0 and above releases of the F5 OS. It's tested against 9.3
12  devices.
14 inventory:
15  The check gather a list of the existing fans in a system.
16  It labels them as either chassis or CPU fans.
19 parameters:
20  f5_bigip_fans_default_levels (warn, crit) - if a fan item spins with less than
21  this many rotations per minute, then we the check will return warn or crit.
22  The default is 2000 and 500 RPM.