26 lines
415 B
YAML
26 lines
415 B
YAML
|
id: php-fpm-status
|
||
|
|
||
|
info:
|
||
|
name: PHP-FPM Status
|
||
|
author: geeknik
|
||
|
severity: info
|
||
|
tags: config
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/status?full"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'pool:'
|
||
|
- 'process manager:'
|
||
|
- 'start time:'
|
||
|
- 'pid:'
|
||
|
condition: and
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|