commit
b81431fc29
|
@ -0,0 +1,21 @@
|
|||
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
|
Loading…
Reference in New Issue