2021-02-07 13:35:49 +00:00
|
|
|
id: nginx-status
|
2021-01-20 09:06:14 +00:00
|
|
|
|
|
|
|
info:
|
2021-02-07 13:35:49 +00:00
|
|
|
name: Nginx Status Page
|
2021-01-20 09:06:14 +00:00
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: low
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/nginx_status"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-01-21 14:20:58 +00:00
|
|
|
- 'Active connections:'
|
2021-01-20 09:06:14 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|