Update lacie-panel.yaml
parent
cd81c9548e
commit
bd7953e017
|
@ -10,6 +10,7 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
|
- '{{BaseURL}}'
|
||||||
- '{{BaseURL}}/dashboard/'
|
- '{{BaseURL}}/dashboard/'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
|
@ -17,6 +18,14 @@ requests:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- 'id_LaCie'
|
- 'id_LaCie'
|
||||||
|
part: body
|
||||||
|
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- '(?m)<title>([a-zA-Z0-9&#; ]|)+Dashboard<\/title>$'
|
||||||
|
part: body
|
||||||
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue