Corrected Syntax Errors

This commit is contained in:
Riccardo Bicelli 2020-04-26 18:24:37 +02:00
parent 5afb5eaca3
commit a11287c9f5
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

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