Skip to content
Snippets Groups Projects
Commit 3292a954 authored by David Trattnig's avatar David Trattnig
Browse files

Configure coordinator emails. #38

parent 370877aa
No related branches found
No related tags found
No related merge requests found
...@@ -23,14 +23,19 @@ mail_server_port="587" ...@@ -23,14 +23,19 @@ mail_server_port="587"
mail_user="aura@subsquare.at" mail_user="aura@subsquare.at"
mail_pass="---SECRET--PASSWORD---" mail_pass="---SECRET--PASSWORD---"
# Set to "true" if you want to notify programme-coordinators about about fallback situations, otherwise "false"
mail_coordinator_enabled="true"
# If you want to address multiple programme-coordinators separate their emails by space
coordinator_mail="programme-coordinator@your-radio.org"
# Set to "true" if you want to notify admins about incidents, otherwise "false" # Set to "true" if you want to notify admins about incidents, otherwise "false"
mail_admin_enabled="true" mail_admin_enabled="true"
# If you want to send multiple admin-mails, make them space separated # If you want to address multiple administrators separate their emails by space
admin_mail="admin@your-radio.org" admin_mail="david@subsquare.at"
# The FROM email address used when sending # The FROM email address used when sending
from_mail="monitoring@aura.engine" from_mail="monitoring@aura.engine"
# A subject prefix allows applying filter rules in your mail client # A subject prefix allows applying filter rules in your mail client
mailsubject_prefix="[AURA Engine]" mailsubject_prefix="[AURA Engine]"
# Server where heartbeat info is sent to # Server where heartbeat info is sent to
heartbeat_server = "127.0.0.1" heartbeat_server = "127.0.0.1"
# Some UDP port # Some UDP port
......
...@@ -23,14 +23,19 @@ mail_server_port="587" ...@@ -23,14 +23,19 @@ mail_server_port="587"
mail_user="aura@subsquare.at" mail_user="aura@subsquare.at"
mail_pass="---SECRET--PASSWORD---" mail_pass="---SECRET--PASSWORD---"
# Set to "true" if you want to notify programme-coordinators about about fallback situations, otherwise "false"
mail_coordinator_enabled="true"
# If you want to address multiple programme-coordinators separate their emails by space
coordinator_mail="programme-coordinator@your-radio.org"
# Set to "true" if you want to notify admins about incidents, otherwise "false" # Set to "true" if you want to notify admins about incidents, otherwise "false"
mail_admin_enabled="true" mail_admin_enabled="true"
# If you want to send multiple admin-mails, make them space separated # If you want to address multiple administrators separate their emails by space
admin_mail="admin@your-radio.org" admin_mail="admin@your-radio.org"
# The FROM email address used when sending # The FROM email address used when sending
from_mail="monitoring@aura.engine" from_mail="monitoring@aura.engine"
# A subject prefix allows applying filter rules in your mail client # A subject prefix allows applying filter rules in your mail client
mailsubject_prefix="[AURA Engine]" mailsubject_prefix="[AURA Engine]"
# Server where heartbeat info is sent to # Server where heartbeat info is sent to
heartbeat_server = "127.0.0.1" heartbeat_server = "127.0.0.1"
# Some UDP port # Some UDP port
......
...@@ -23,14 +23,19 @@ mail_server_port="587" ...@@ -23,14 +23,19 @@ mail_server_port="587"
mail_user="aura@subsquare.at" mail_user="aura@subsquare.at"
mail_pass="---SECRET--PASSWORD---" mail_pass="---SECRET--PASSWORD---"
# Set to "true" if you want to notify programme-coordinators about about fallback situations, otherwise "false"
mail_coordinator_enabled="true"
# If you want to address multiple programme-coordinators separate their emails by space
coordinator_mail="programme-coordinator@your-radio.org"
# Set to "true" if you want to notify admins about incidents, otherwise "false" # Set to "true" if you want to notify admins about incidents, otherwise "false"
mail_admin_enabled="true" mail_admin_enabled="true"
# If you want to send multiple admin-mails, make them space separated # If you want to address multiple administrators separate their emails by space
admin_mail="admin@your-radio.org" admin_mail="admin@your-radio.org"
# The FROM email address used when sending # The FROM email address used when sending
from_mail="monitoring@aura.engine" from_mail="monitoring@aura.engine"
# A subject prefix allows applying filter rules in your mail client # A subject prefix allows applying filter rules in your mail client
mailsubject_prefix="[AURA Engine]" mailsubject_prefix="[AURA Engine]"
# Server where heartbeat info is sent to # Server where heartbeat info is sent to
heartbeat_server = "127.0.0.1" heartbeat_server = "127.0.0.1"
# Some UDP port # Some UDP port
......
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