rbicelli / pfsense-zabbix-template

Zabbix Template for pfSense
Apache License 2.0
242 stars 107 forks source link

Added functionality request: Include dhcp available leases #176

Open conejero opened 4 months ago

conejero commented 4 months ago

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 4 months ago

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 4 months ago

That would be great! :)