From d8eb7a3de5423c0c29bcc4030675fc7be82ff68a Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Mon, 29 Jun 2020 02:52:57 +0300 Subject: [PATCH] [add] json --- zabbix/zabbix_php_fpm_discovery.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zabbix/zabbix_php_fpm_discovery.sh b/zabbix/zabbix_php_fpm_discovery.sh index 53d763e..35c4322 100644 --- a/zabbix/zabbix_php_fpm_discovery.sh +++ b/zabbix/zabbix_php_fpm_discovery.sh @@ -163,6 +163,7 @@ function ProcessPool() { fi PrintDebug "Failed to validate status data for pool $POOL_NAME, socket $POOL_SOCKET, status path $STATUS_PATH" + PrintDebug "Status script returned: $STATUS_JSON" if [[ -n ${STATUS_JSON} ]]; then PrintDebug "Status script returned: $STATUS_JSON" fi