From fe757a157dbe54f6143d47e3829577d223521625 Mon Sep 17 00:00:00 2001 From: Michal Purzynski Date: Fri, 4 Jan 2019 11:32:25 -0800 Subject: [PATCH] Remove the extra colon --- alerts/ssh_access.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerts/ssh_access.json b/alerts/ssh_access.json index 3a9feba0..e041344a 100644 --- a/alerts/ssh_access.json +++ b/alerts/ssh_access.json @@ -1,6 +1,6 @@ { "watchlist": [ {"hostname": "nagios1.small.corp.com", "ipaddress": "11.22.33.44"}, - {"hostname:": "nagios2.super.corp.com", "ipaddress":"11.22.33.45"} + {"hostname": "nagios2.super.corp.com", "ipaddress": "11.22.33.45"} ] }