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
parent
9b95cff596
commit
77f276e4a6
|
@ -11,10 +11,14 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- There is no helpdesk here!
|
||||
- Maybe this is still fresh!
|
||||
condition: and
|
||||
condition: and
|
||||
- type: word
|
||||
words:
|
||||
- "freshservice.com"
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue