From c0b8d35a47af102f43bd2fcb41953d77d12f4987 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 19 Feb 2021 14:03:00 +0100 Subject: [PATCH] bundles/icinga2: fix double emoji for WARNING state --- bundles/icinga2/files/scripts/icinga_notification_wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/icinga2/files/scripts/icinga_notification_wrapper b/bundles/icinga2/files/scripts/icinga_notification_wrapper index 98a3a47..b7e3a5a 100644 --- a/bundles/icinga2/files/scripts/icinga_notification_wrapper +++ b/bundles/icinga2/files/scripts/icinga_notification_wrapper @@ -16,7 +16,7 @@ STATUS_TO_EMOJI = { 'down': '๐Ÿšจ๐Ÿšจ๐Ÿšจ', 'ok': '๐Ÿ†—', 'up': '๐Ÿ‘Œ', - 'warning': 'โšกโšก', + 'warning': 'โšก', } parser = ArgumentParser(