rbicelli / pfsense-zabbix-template

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

pfsense 2.7 error after upgrade #145

Closed jcattan closed 7 months ago

jcattan commented 1 year ago

Hi i've update my pfsense to 2.7 and i've this message : Notifications in this message: 1

15:43:39 PHP ERROR: Type: 1, File: /root/scripts/pfsense_zbx.php, Line: 936, Message: Uncaught TypeError: count(): Argument https://github.com/rbicelli/pfsense-zabbix-template/issues/1 ($value) must be of type Countable|array, null given in /root/scripts/pfsense_zbx.php:936 Stack trace:

0 /root/scripts/pfsense_zbx.php(982): pfz_dhcp_get('failover')

https://github.com/rbicelli/pfsense-zabbix-template/issues/1 /root/scripts/pfsense_zbx.php(995): pfz_dhcp_check_failover() https://github.com/rbicelli/pfsense-zabbix-template/issues/2 /root/scripts/pfsense_zbx.php(1257): pfz_dhcp('failover', NULL) https://github.com/rbicelli/pfsense-zabbix-template/issues/3 {main} thrown

Yarli commented 1 year ago

This is a duplicate of https://github.com/rbicelli/pfsense-zabbix-template/issues/135 however, the fix is simply to redownload the pfsense_zbx.php file from here and replace the one you currently have. Ignore the version comment at hte top of the code. I don;t think it's been updated for a while.

I had this same problem today, and just copied the raw code and replaced my existing content of the pfsense_zbx.php file and it fixed my problem.

jcattan commented 1 year ago

yes it 's works fine thanks