From ea5e46228ad91379b7d298cf09a439e9842475d5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Fri, 9 Mar 2018 13:25:03 -0500 Subject: [PATCH] All alerts got to all devices now --- alerts/security_issue.yaml | 2 +- alerts/tornado_warning.yaml | 2 +- alerts/unauthorized_access.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alerts/security_issue.yaml b/alerts/security_issue.yaml index b0fd56d..c19a33e 100644 --- a/alerts/security_issue.yaml +++ b/alerts/security_issue.yaml @@ -7,4 +7,4 @@ security_issue: can_acknowledge: True skip_first: False notifiers: - - jeff_ios \ No newline at end of file + - all_ios \ No newline at end of file diff --git a/alerts/tornado_warning.yaml b/alerts/tornado_warning.yaml index 1453e49..7c7d15d 100644 --- a/alerts/tornado_warning.yaml +++ b/alerts/tornado_warning.yaml @@ -7,4 +7,4 @@ tornado_warning: can_acknowledge: True skip_first: False notifiers: - - jeff_ios \ No newline at end of file + - all_ios \ No newline at end of file diff --git a/alerts/unauthorized_access.yaml b/alerts/unauthorized_access.yaml index 1dde01d..0ea411f 100644 --- a/alerts/unauthorized_access.yaml +++ b/alerts/unauthorized_access.yaml @@ -7,4 +7,4 @@ unauthorized_access: can_acknowledge: True skip_first: False notifiers: - - jeff_ios \ No newline at end of file + - all_ios \ No newline at end of file