ISC DHCP monitoring with Netdata
Monitors the leases database to show all active leases for given pools.
Requirements#
- dhcpd leases file MUST BE readable by Netdata
- pools MUST BE in CIDR format
python-ipaddresspackage is needed in Python2
It produces:
Pools utilization Aggregate chart for all pools.
- utilization in percent
Total leases
- leases (overall number of leases for all pools)
Active leases for every pools
- leases (number of active leases in pool)
Configuration#
Edit the python.d/isc_dhcpd.conf configuration file using edit-config from the Netdata config
directory, which is typically at /etc/netdata.
Sample:
The module will not work If no configuration is given.