Corrected Syntax Errors

master
Riccardo Bicelli 4 years ago
parent 5afb5eaca3
commit a11287c9f5
  1. 2
      README.md
  2. 2
      pfsense_zbx.php

@ -1,6 +1,6 @@
[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/rbicelli)
# pfSense Zabbix template
# pfSense Zabbix Template
This is a pfSense active template for Zabbix, based on Standard Agent and a php script using pfSense functions library for monitoring specific data.

@ -151,7 +151,7 @@ function pfz_openvpn_servervalue($server_id,$valuekey){
break;
}
if ($value=="") $value="none";
//if ($value=="") $value="none";
echo $value;
}

Loading…
Cancel
Save