Skip to content
Snippets Groups Projects
Commit 63659bb4 authored by Dominik Horb's avatar Dominik Horb Committed by Paweł Krupa
Browse files

Allow disabling of Grafana alerts (#115)

[minor]
parent 39e98437
Branches
Tags 0.12.0
No related merge requests found
......@@ -96,11 +96,13 @@ enabled = true
path = {{ grafana_data_dir }}/dashboards
# Alerting
{% if not grafana_alerting %}
[alerting]
{% if grafana_alerting %}
enabled = true
{% else %}
enabled = false
;execute_alerts = true
{% endif %}
;execute_alerts = true
# SMTP and email config
{% if grafana_smtp != {} %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment