Update prtg-detect.yaml

patch-1
sandeep 2021-10-08 19:12:34 +05:30
parent e7d2d6baf6
commit 09eeccdbcd
1 changed files with 2 additions and 2 deletions

View File

@ -13,18 +13,18 @@ requests:
- "{{BaseURL}}/index.htm" - "{{BaseURL}}/index.htm"
- "{{BaseURL}}/prtg/index.htm" - "{{BaseURL}}/prtg/index.htm"
- "{{BaseURL}}/PRTG/index.htm" - "{{BaseURL}}/PRTG/index.htm"
stop-at-first-match: true stop-at-first-match: true
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: status - type: status
status: status:
- 200 - 200
- type: word - type: word
part: body part: body
words: words:
- "PRTG Network Monitor" - "PRTG Network Monitor"
condition: and
- type: regex - type: regex
part: header part: header