Update prtg-detect.yaml
parent
e7d2d6baf6
commit
09eeccdbcd
|
@ -13,18 +13,18 @@ requests:
|
|||
- "{{BaseURL}}/index.htm"
|
||||
- "{{BaseURL}}/prtg/index.htm"
|
||||
- "{{BaseURL}}/PRTG/index.htm"
|
||||
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "PRTG Network Monitor"
|
||||
condition: and
|
||||
|
||||
- type: regex
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue