Skip to content
Snippets Groups Projects
Commit 3eb6151f authored by jurgenhaas's avatar jurgenhaas
Browse files

Enable/disable alert channels

parent 73493bdd
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ curl=""
# note it needs a comma!
# enable/disable sending emails
SEND_EMAIL="YES"
SEND_EMAIL="{{ netdata_email_enabled|default('NO') }}"
# if a role recipient is not configured, an email will be send to:
DEFAULT_RECIPIENT_EMAIL="root"
......@@ -48,7 +48,7 @@ DEFAULT_RECIPIENT_EMAIL="root"
# "USERTOKEN1 USERTOKEN2 ..."
# enable/disable sending pushover notifications
SEND_PUSHOVER="YES"
SEND_PUSHOVER="{{ netdata_pushover_enabled|default('NO') }}"
# Login to pushover.net to get your pushover app token
# You need only one for all your netdata servers.
......@@ -67,7 +67,7 @@ DEFAULT_RECIPIENT_PUSHOVER="{{ netdata_pushover_user_token|default('') }}"
# "CHANNEL1 CHANNEL2 ..."
# enable/disable sending pushover notifications
SEND_SLACK="YES"
SEND_SLACK="{{ netdata_slack_enabled|default('NO') }}"
# Login to slack.com and create an incoming webhook.
# You need only one for all your netdata servers.
......
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