Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / windows_os_bonding
blobd911a10f05d56e509ff531830e7906a880da47d4
1 title: Bonding Network Interface on Windows (Operating System Level)
2 agents: windows
3 catalog: os/networking
4 license: GPL
5 distribution: check_mk
6 description:
7  Checks the current state of a Windows bonding interface
8  (configured on operating system level).
9  If the total bonding state of the interface is down, then the
10  check returns {CRIT}, for status degraded it returns {WARN}.
11  If at least one slave interface is down or not the expected slave
12  is currently active, then the check gets {WARN}.
14  For this check to work you need to install the agent plugin
15  windows_os_bonding.ps1 on the target machine.
17  Since the check uses the same check logic as lnx_bonding, please
18  refer to lnx_bonding check manpage vor examples and parameters.
20 item:
21  The team name of the bonding interface.
23 inventory:
24  One check will be created for every bonding interface found in state
25  up or degraded.