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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue