Update teampass-panel.yaml
parent
a2dd7f0d87
commit
61e6bcb8f7
|
@ -13,12 +13,16 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/teampass"
|
||||
|
||||
stop-at-first-match: true
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '<title>.*Teampass.*</title>'
|
||||
- '<title>(.*)Teampass(.*)</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue