fix zabbix_check template

This commit is contained in:
muppeth 2023-05-18 14:42:24 +02:00
parent e6a1ae4d89
commit 7b8e6757c1
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ server {
allow 127.0.0.1;
deny all;
}
{% if item.php_check defined and item.php_check == 'true' %}
{% if item.php_check is defined and item.php_check == 'true' %}
location ~ ^/(status|ping)$ {
access_log off;
allow 127.0.0.1;