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

[add] notice that we need bash

This commit is contained in:
Ramil Valitov 2019-11-05 01:05:17 +03:00
parent 9041821e20
commit a748ddfc90
No known key found for this signature in database
GPG Key ID: 645768E8FD0E18C7

View File

@ -260,6 +260,7 @@ First test that autodiscovery of PHP-FPM pools works on your machine. Run the fo
```console
bash /etc/zabbix/zabbix_php_fpm_discovery.sh
```
**Important:** please make sure that you use `bash` in the command above, not `sh` or other alternatives, otherwise you may get a script syntax error message.
The output should be a valid JSON with a list of pools and their sockets, something like below: