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

[add] example of IP and port combination in script PHP-FPM pools detection output

This commit is contained in:
Ramil Valitov 2019-11-26 19:24:29 +03:00
parent fbcbf39d2a
commit 5f17630c0f
No known key found for this signature in database
GPG Key ID: 645768E8FD0E18C7

View File

@ -277,7 +277,7 @@ The output should be a valid JSON with a list of pools and their sockets, someth
},
{
"{#POOLNAME}":"www",
"{#POOLSOCKET}":"/run/php/php7.3-fpm.sock"
"{#POOLSOCKET}":"127.0.0.1:9000"
}
]
}