22 lines
325 B
YAML
22 lines
325 B
YAML
|
id: ngnix-status
|
||
|
|
||
|
info:
|
||
|
name: Ngnix Status Page
|
||
|
author: dhiyaneshDK
|
||
|
severity: low
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/nginx_status"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'Active connections:'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|