settings: Add NAGIOS_STAGING_{SEND,RECEIVE}_BOT bots.

This makes it a bit more convenient to have multiple machines running
the Zulip `check_send_receive_time` Nagios checks, if desired.
This commit is contained in:
Tim Abbott 2016-08-12 19:56:21 -07:00 committed by Tim Abbott
parent 91da4bd59b
commit ce528c2b5f
1 changed files with 6 additions and 0 deletions

View File

@ -528,6 +528,12 @@ INTERNAL_BOTS = [{'var_name': 'NOTIFICATION_BOT',
{'var_name': 'NAGIOS_RECEIVE_BOT',
'email_template': 'nagios-receive-bot@%s',
'name': 'Nagios Receive Bot'},
{'var_name': 'NAGIOS_STAGING_SEND_BOT',
'email_template': 'nagios-staging-send-bot@%s',
'name': 'Nagios Staging Send Bot'},
{'var_name': 'NAGIOS_STAGING_RECEIVE_BOT',
'email_template': 'nagios-staging-receive-bot@%s',
'name': 'Nagios Staging Receive Bot'},
{'var_name': 'WELCOME_BOT',
'email_template': 'welcome-bot@%s',
'name': 'Welcome Bot'}]