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

[add] discovery debug errors

This commit is contained in:
Ramil Valitov 2020-06-29 02:16:36 +03:00
parent 9cb128461d
commit 4784d78280
No known key found for this signature in database
GPG Key ID: 2AB186DABDFE1914

View File

@ -149,6 +149,13 @@ testDiscoverScriptReturnsData() {
assertNotNull "Discover script failed: $DATA" "$IS_OK"
}
testDiscoverScriptDebug() {
DATA=$(sudo bash "/etc/zabbix/zabbix_php_fpm_discovery.sh" "debug" "/php-fpm-status")
ERRORS_LIST=$(echo "$DATA" | grep -F 'Error:')
assertNull "Discover script errors: $ERRORS_LIST" "$ERRORS_LIST"
}
testZabbixDiscoverReturnsData() {
DATA=$(zabbix_get -s 127.0.0.1 -p 10050 -k php-fpm.discover["/php-fpm-status"])
IS_OK=$(echo "$DATA" | grep -F '{"data":[{"{#POOLNAME}"')