From b99410f135b20bd7021eccfa045d9c7fdc36afe0 Mon Sep 17 00:00:00 2001 From: psy Date: Mon, 4 Jan 2021 11:51:11 +0100 Subject: [PATCH] fix typo --- templates/rocketchat-bot.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rocketchat-bot.py.j2 b/templates/rocketchat-bot.py.j2 index b938807..7f7860b 100755 --- a/templates/rocketchat-bot.py.j2 +++ b/templates/rocketchat-bot.py.j2 @@ -34,7 +34,7 @@ def postAlertmanager(chatName): if 'description' in alert['annotations']: message += alert['annotations']['description'] if alert['status'] == "firing": - message += "@here" + message += " @here" message += "\n" if 'name' in alert['labels']: message += "Instance: "+alert['labels'].get('instance', 'unknown')+"("+alert['labels']['name']+")\n"