Open
Description
In our PHP-FPM Log we get many requests to "/status?json&full" that then receive auf 404.
[FPM ACCESS LOG] 14/Sep/2023:09:33:09 +0000 GET 404 0.000s 4194304 byte 0.00% CPU /status?json&full
When we disable the php-fpm_exporter it's gone, so it's coming from there.
When looking at the code I found that "/status?json&full" bit inside some tests.
We also seem to get the data we need so another (?) call to the FPM seems to go through but not that one
The question I have is, how can we disable that /status?json&full call?
Because that's flooding our fpm access log with that 404 message all the time.
Metadata
Assignees
Labels
No labels