From 3af669c9198b66c87e15f3b49ef32b32e4113386 Mon Sep 17 00:00:00 2001 From: Ismail Al-Jubbah Date: Thu, 16 Jun 2016 18:20:30 +0800 Subject: [PATCH] Add ALAMR to the condones array --- handler.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/handler.js b/handler.js index 79afc71..15bb5ef 100644 --- a/handler.js +++ b/handler.js @@ -18,6 +18,13 @@ var ALARM_CONFIG = [ mention: "<@channel> ", color: "#F35A00", severity: "CRITICAL" + }, + { + condition: "ALARM", + channel: "#cloudwatch", + mention: "<@channel> ", + color: "#F35A00", + severity: "CRITICAL" } ];