From 77f276e4a6918817f0f4e932c477b2488fc7fd52 Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Sun, 2 May 2021 03:11:01 -0400 Subject: [PATCH] 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. --- takeovers/freshdesk-takeover.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/takeovers/freshdesk-takeover.yaml b/takeovers/freshdesk-takeover.yaml index 408565b031..08fa83a583 100644 --- a/takeovers/freshdesk-takeover.yaml +++ b/takeovers/freshdesk-takeover.yaml @@ -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 \ No newline at end of file + condition: and + - type: word + words: + - "freshservice.com" + negative: true