Update freshdesk-takeover.yaml

freshservice and freshsdesk are different services from the same provider. Adding the condition negative true will only output freshdesk take overs, I created another template to detect only freshservice take overs.
patch-1
Philippe Delteil 2021-05-02 03:11:01 -04:00 committed by GitHub
parent 9b95cff596
commit 77f276e4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -11,10 +11,14 @@ requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- There is no helpdesk here! - There is no helpdesk here!
- Maybe this is still fresh! - Maybe this is still fresh!
condition: and condition: and
- type: word
words:
- "freshservice.com"
negative: true