Add Nagios bot user

(imported from commit e36ea06908b488e4003463e1afa34181fd299316)
This commit is contained in:
Keegan McAllister 2012-11-23 15:19:24 -05:00
parent d8783cd0c0
commit ec6ebd034b

View File

@ -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"),
]