3
0
mirror of https://github.com/rvalitov/zabbix-php-fpm.git synced 2023-11-05 03:30:27 +01:00

[add] json

This commit is contained in:
Ramil Valitov 2020-06-29 02:52:57 +03:00
parent 8106d57ebc
commit d8eb7a3de5
No known key found for this signature in database
GPG Key ID: 2AB186DABDFE1914

View File

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