commit
3677f1c29d
|
@ -0,0 +1,24 @@
|
|||
id: php-fpm-status
|
||||
|
||||
info:
|
||||
name: PHP-FPM Status
|
||||
author: geeknik
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- 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
|
Loading…
Reference in New Issue