Skip to content

FPM is getting hammered with calls to "/status?json&full". How to disable this? #320

Open
@benediktblank

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions