From ec6ebd034b9e530114b5b401dbd5b9a04aab7d2d Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 23 Nov 2012 15:19:24 -0500 Subject: [PATCH] Add Nagios bot user (imported from commit e36ea06908b488e4003463e1afa34181fd299316) --- zephyr/management/commands/populate_db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/management/commands/populate_db.py b/zephyr/management/commands/populate_db.py index c27149e96d..860bbd9e8b 100644 --- a/zephyr/management/commands/populate_db.py +++ b/zephyr/management/commands/populate_db.py @@ -202,6 +202,7 @@ class Command(BaseCommand): internal_humbug_users_nosubs = [ ("Humbug Commit Bot", "humbug+commits@humbughq.com"), ("Humbug Trac Bot", "humbug+trac@humbughq.com"), + ("Humbug Nagios Bot", "humbug+nagios@humbughq.com"), ("Humbug Feedback Bot", "feedback@humbughq.com"), ("Humbug New User Bot", "humbug+signups@humbughq.com"), ]