Skip to content
Snippets Groups Projects
Commit 3fabc08a authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Added ALERT_XMPP_SERVER settings so we can easily keep test instances sending...

Added ALERT_XMPP_SERVER settings so we can easily keep test instances sending to jabber instead of lvalert.
parent ac63d1ec
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ def issueXMPPAlert(event, location, alert_type="new", description="", serialized
null = open('/dev/null','w')
p = Popen(
["lvalert_send",
# "--server=jabber.phys.uwm.edu",
"--server=%s" % settings.ALERT_XMPP_SERVER,
"--username=gracedb",
"--password=w4k3upal1ve",
"--file=-",
......
......@@ -34,6 +34,7 @@ ALERT_TEST_EMAIL_FROM = "Dev Test Alert <root@moe.phys.uwm.edu>"
ALERT_TEST_EMAIL_TO = [
"Branson Stephens <branson@gravity.phys.uwm.edu>",
]
ALERT_XMPP_SERVER = "jabber.phys.uwm.edu"
EMBB_MAIL_ADDRESS = 'branson@moe.phys.uwm.edu'
EMBB_SMTP_SERVER = 'localhost'
......
......@@ -24,6 +24,7 @@ ALERT_EMAIL_BCC = [
ALERT_TEST_EMAIL_FROM = "GraCEDb TEST <gracedb@archie.phys.uwm.edu>"
ALERT_TEST_EMAIL_TO = [
]
ALERT_XMPP_SERVER = "lvalert.phys.uwm.edu"
EMBB_MAIL_ADDRESS = 'embb@gracedb.ligo.org'
EMBB_SMTP_SERVER = 'localhost'
......
......@@ -41,6 +41,7 @@ ALERT_TEST_EMAIL_TO = [
"Roy Williams <roy@caltech.edu>",
]
ALERT_XMPP_SERVER = 'jabber.phys.uwm.edu'
EMBB_MAIL_ADDRESS = 'embb@embb-dev.ligo.caltech.edu'
EMBB_SMTP_SERVER = 'acrux.ligo.caltech.edu'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment