Skip to content

Monitor PHP-FPM via socket permission problem #12312

Answered by glesys-andreas
bessone asked this question in Q&A
Discussion options

You must be logged in to vote

@ilyam8 Sure!
Make sure that the netdata user can read the socket, either with correct permissions or add them to the www-data group.

Either one of these should work,:
Add netdata to www-data group (this is what i used):
usermod -a -G www-data netdata
Or, in you PHP FPM pool config add:
listen.mode = 0666

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@glesys-andreas
Comment options

@glesys-andreas
Comment options

@ilyam8
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ilyam8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants