librenms / librenms-agent

LibreNMS Agent & Scripts
GNU General Public License v2.0
116 stars 187 forks source link

Latest pi-hole API needs auth parameter for summary #451

Closed efelon closed 1 year ago

efelon commented 1 year ago

The latest pi-hole update requires the auth parameter also for the normal summary. Former versions just ignore it which makes this change backward compatible.

I also included a fix #366 to check if DHCP_ACTIVE is set and changed a few things according to "shellcheck" feedback.