GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / lnx_bonding
blobd6a1fa760106e98525b8c585659deb01a1c444d6
1 title: State of Bonding network interface on Linux
2 agents: linux
3 catalog: os/networking
4 license: GPL
5 distribution: check_mk
6 description:
7  This check checks the current state of a Linux bonding interface.
8  If the total bonding state of the interface is down, then the
9  check gets critical. If at least one slave interface is down
10  or not the expected slave is currently active, then the check
11  gets WARN.
13  If the bonding mode is according to IEEE 802.3ad (Dynamic link
14  aggregation), the aggregation IDs are compared. A missmatch
15  results in the configured state (default WARN).
17 item:
18  The name of the bonding interface, etc {bond0}.
20 inventory:
21  One check per {active} bonding interface will be created.