Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / winperf_if
blobb5710706470c712912d97c3639d16129bf29d868
1 title: State and performance of network interfaces of Windows hosts
2 agents: windows
3 catalog: os/networking
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the operational status, link speed, traffic, packet
8  counts, discards and errors of network interfaces of a Windows host using
9  data sent by the Check_MK agent.
11  In order to get information about the link status and MAC address you
12  need to deploy the agent plugin {wmic_if.bat} into the {plugins} directory
13  of your Check_MK agent for Windows. On servers with just one network
14  interface you probably won't need the information about the link status,
15  since the agent will be unreachable anyway if the status is not {up}.
16  We propose to not installing the plugin in that case and save a few
17  CPU resources.
19  The plugin "mk_dhcp_enabled.bat" can be used to get a WARN if the ip
20  address of the interface was assigned by dhcp.
22  The interface index (in SNMP known as {ifIndex}) is simulated by
23  creating an artificial running index after sorting the names of
24  the interfaces alphabetically.
26  All other aspects of this check are completely compatible of {if}.
27  Please refer to that man page for further information.
29 item:
30  See man page of {if} for details
32 inventory:
33  See man page of {if} for details