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