Merge pull request #765 from geeknik/patch-35

Create php-fpm-status.yaml
patch-1
PD-Team 2021-01-21 20:32:29 +05:30 committed by GitHub
commit 3677f1c29d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View File

@ -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