Added functionality request: Include dhcp available leases
conejero opened this issue · 2 comments
conejero commented
I was looking for a way to show and set triggers on DHCP leases, as it happens every now and then that we need to clear the leases on our public access routers.
I stumbled upon this project:
https://github.com/ShikoSCS/Zabbix-dhcp-pfsense-template?tab=readme-ov-file
Is this something that could be added to the current zabbix-active template?
rbicelli commented
It could be done but the template you linked is written in python and scraps the webpage, so from a security standpoint is less secure than this and since the language is different it couldn't be ported 1:1.
Have to examine the DHCP leases page PHP code, I'll be back in few days :-)
conejero commented
That would be great! :)