2021-01-21 14:49:05 +00:00
|
|
|
id: php-fpm-status
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: PHP-FPM Status
|
|
|
|
author: geeknik
|
2023-07-31 15:53:56 +00:00
|
|
|
severity: unknown
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: config,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-01-21 14:49:05 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-01-21 14:49:05 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/status?full"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'pool:'
|
|
|
|
- 'process manager:'
|
|
|
|
- 'start time:'
|
|
|
|
- 'pid:'
|
2021-01-21 15:01:16 +00:00
|
|
|
condition: and
|
2021-01-21 14:49:05 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|