minor updates
parent
b8601f990f
commit
db61d85e75
|
@ -1,4 +1,4 @@
|
|||
id: glances-unauth
|
||||
id: unauthenticated-glances
|
||||
|
||||
info:
|
||||
name: Glances Unauthenticated Panel
|
||||
|
@ -11,8 +11,17 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}:61208'
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Monitor</title>"
|
||||
|
||||
|
Loading…
Reference in New Issue