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

Added lvalert_send executable to settings files.

parent 61c7cd77
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,8 @@ def issueXMPPAlert(event, location, alert_type="new", description="", serialized
"--file=-",
"--node=%s" % nodename,
],
executable="/usr/bin/lvalert_send",
#executable="/usr/bin/lvalert_send",
executable=settings.LVALERT_SEND_EXECUTABLE,
stdin=PIPE,
stdout=null,
stderr=STDOUT,
......
......@@ -39,6 +39,7 @@ ALERT_TEST_EMAIL_TO = [
]
ALERT_XMPP_SERVER = "jabber.phys.uwm.edu",
ALERT_XMPP_SERVERS = ["jabber.phys.uwm.edu",]
LVALERT_SEND_EXECUTABLE = '/home/branson/djangoenv/bin/lvalert_send'
EMBB_MAIL_ADDRESS = 'branson@moe.phys.uwm.edu'
EMBB_SMTP_SERVER = 'localhost'
......
......@@ -27,6 +27,8 @@ ALERT_TEST_EMAIL_TO = [
]
ALERT_XMPP_SERVER = "lvalert.phys.uwm.edu"
ALERT_XMPP_SERVERS = ["lvalert.phys.uwm.edu", "lvalert.cgca.uwm.edu"]
#LVALERT_SEND_EXECUTABLE = 'lvalert_send'
LVALERT_SEND_EXECUTABLE = '/home/lars/wsgi-sandbox/bin/lvalert_send'
EMBB_MAIL_ADDRESS = 'embb@gracedb.ligo.org'
EMBB_SMTP_SERVER = 'localhost'
......
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