1 title: State and performance of network interfaces of Windows hosts
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
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.
30 See man page of {if} for details
33 See man page of {if} for details