diff --git a/technologies/prtg-detect.yaml b/technologies/prtg-detect.yaml index e8f202c055..6613cc861a 100644 --- a/technologies/prtg-detect.yaml +++ b/technologies/prtg-detect.yaml @@ -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