Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / isc_dhcpd
blob39f200a96bd24a73a5c51d2309b8fd6b3e95daca
1 title: Number of free addresses in DHCP pools on ISC DHCP-Daemon on Linux
2 agents: linux
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
7  This check retrieves the information about existing address pools from
8  <tt>dhcpd.conf</tt> and about existing leases from <tt>dhcpd.leases</tt>.
9  If outputs the number of used and free leases in each pool and allows
10  to set levels for free and used leases. These levels are configurable
11  as percentage or absolute values.
13 item:
14  The name of the DHCP pool as configured on the DHCP server.
16 inventory:
17  Each DHCP pool will result in one service on the DHCP server.