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"