Skip to content
Snippets Groups Projects
Commit 58f450f9 authored by Florian Sesser's avatar Florian Sesser
Browse files

Add notification channel: Slack

parent f5a3c663
No related branches found
No related tags found
2 merge requests!228merge develop into production,!185Enable alerting
......@@ -121,6 +121,20 @@ in {
name = "provisioned";
options.path = ./grafana-dashboards;
}];
# See https://grafana.com/docs/grafana/latest/administration/provisioning/#example-alert-notification-channels-config-file
notifiers = [{
uid = "slack-notifier-1";
name = "Slack";
type = "slack";
is_default = true;
send_reminder = false;
settings = {
uploadImage = true;
};
secure_settings = {
url = "https://hooks.slack.com/services/...";
};
}];
};
};
......
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