GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / win_dhcp_pools
blob4fa01c987b039beccd84722d6d815417dd0f2969
1 title: Number of free addresses in DHCP pools on Windows DHCP servers
2 agents: windows
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
7  This check uses the output of "netsh dhcp server show mibinfo" as sent by the
8  Check_MK windows agent when using the appropriate agent plugin.
9  The check uses the values "free", "used" and "pending" leases to monitor the
10  usage of the DHCP pools.
12  Each DHCP pool will result in one service on the DHCP server.
14  The check will raise WARNING/CRITICAL states when the thresholds of free or
15  used addresses are reached. The thresholds need to be given as percentage
16  or absolute values.
18 item:
19  The name of the DHCP pool as configured on the DHCP server.
21 inventory:
22  Each DHCP pool will result in one service on the DHCP server.