Hi I’m hoping someone could help,
I’m currently in the process of setting up a PHP-FPM on two nodes, but I’m getting the following error when trying to add the intergration.
{
"errorMsgKey": "AgentError",
"errorMessage": "Module phpfpm configuration schema not found.",
"errorCode": "EmXjjnbmr0-1102072370"
}
I went through the setup guide and uncommented the pm.status
(and I also have custom config that may help debug pm.status_listen = 127.0.0.1:9001
)
I then added the new config on both server using
cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config go.d/phpfpm.conf
which results in
jobs:
- name: 'app_server_2' #unique name per server
socket: '/run/php/php8.1-fpm.sock'
and when I run the debug log I see data points been selected, and to the untrained eye it looks like it’s work however I do get this one error.
ERR phpfpm/phpfpm.go:91 error on decoding response from socket '/run/php/php8.1-fpm.sock': invalid character 'I' looking for beginning of value collector=phpfpm job=app_server_1
but as you can see from the config above I don’t have a ‘I’ character?
Hope some is able to help, and thank you in advance.
(P.s sorry for the accidental post ealier I hit shift+enter out of muscle memory and didn’t realise it would post )