![]() |
5 years ago | |
---|---|---|
.. | ||
Makefile.inc | 6 years ago | |
README.md | 5 years ago | |
isc_dhcpd.chart.py | 6 years ago | |
isc_dhcpd.conf | 6 years ago |
Module monitor leases database to show all active leases for given pools.
Requirements:
It produces:
Pools utilization Aggregate chart for all pools.
Total leases
Active leases for every pools
Sample:
local:
leases_path : '/var/lib/dhcp/dhcpd.leases'
pools : '192.168.3.0/24 192.168.4.0/24 192.168.5.0/24'
In case of python2 you need to install py2-ipaddress
to make plugin work.
The module will not work If no configuration is given.