You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I followed the steps required to install the template for php-fpm monitor. Actually it works partially, I only can have the information about memory and number of processes for the pool but i can not read the information about the pool. If I try direcly from the server with the same URL i see in the xml file
curl http://localhost:8080/fpm-status_{mypool}?json
i can read the json information
{"pool":"mypool","process manager":"dynamic","start time":1575011523,"start since":5125,"accepted conn":15,"listen queue":0,"max listen queue":0,"listen queue len":0,"idle processes":1,"active processes":1,"total processes":2,"max active processes":1,"max children reached":0,"slow requests":0}
Is there a way to verify why I can not get the information in zabbix console? thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello, I followed the steps required to install the template for php-fpm monitor. Actually it works partially, I only can have the information about memory and number of processes for the pool but i can not read the information about the pool. If I try direcly from the server with the same URL i see in the xml file
curl http://localhost:8080/fpm-status_{mypool}?json
i can read the json information
{"pool":"mypool","process manager":"dynamic","start time":1575011523,"start since":5125,"accepted conn":15,"listen queue":0,"max listen queue":0,"listen queue len":0,"idle processes":1,"active processes":1,"total processes":2,"max active processes":1,"max children reached":0,"slow requests":0}
Is there a way to verify why I can not get the information in zabbix console? thanks in advance.
The text was updated successfully, but these errors were encountered: