From a8fa64de7db79c77a4f13cce605fa2e37953d882 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 Mar 2015 21:23:26 +0000 Subject: [PATCH] OOpsie --- roles/nagios_server/files/irc-colorize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/files/irc-colorize.py b/roles/nagios_server/files/irc-colorize.py index 3de3d8ec02..d62d3658a6 100755 --- a/roles/nagios_server/files/irc-colorize.py +++ b/roles/nagios_server/files/irc-colorize.py @@ -29,7 +29,7 @@ mirc_colors = { mapping = { 'RECOVERY': 'green', 'OK': 'green', - 'ACKNOWLEDGEMENT', 'yellow', + 'ACKNOWLEDGEMENT': 'yellow', 'UNKNOWN': 'purple', 'WARNING': 'teal', # 'red' probably makes the most sense here, but it behaved oddly