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
No related merge requests found
...@@ -121,6 +121,20 @@ in { ...@@ -121,6 +121,20 @@ in {
name = "provisioned"; name = "provisioned";
options.path = ./grafana-dashboards; 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.
Please register or to comment