Remove grafana alerting
parent
a8a37cd0c3
commit
d32fa35d58
|
@ -75,6 +75,9 @@
|
||||||
- section: auth.ldap
|
- section: auth.ldap
|
||||||
option: enabled
|
option: enabled
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- section: alerting
|
||||||
|
option: enabled
|
||||||
|
value: "false"
|
||||||
notify: Restart grafana
|
notify: Restart grafana
|
||||||
|
|
||||||
- name: Configure Grafana LDAP
|
- name: Configure Grafana LDAP
|
||||||
|
|
|
@ -51,7 +51,7 @@ email = "mail"
|
||||||
group_dn = "cn=nounou,ou=posix,ou=groups,dc=crans,dc=org"
|
group_dn = "cn=nounou,ou=posix,ou=groups,dc=crans,dc=org"
|
||||||
org_role = "Admin"
|
org_role = "Admin"
|
||||||
# To make user an instance admin (Grafana Admin) uncomment line below
|
# To make user an instance admin (Grafana Admin) uncomment line below
|
||||||
grafana_admin = true
|
# grafana_admin = true
|
||||||
# The Grafana organization database id, optional, if left out the default org (id 1) will be used
|
# The Grafana organization database id, optional, if left out the default org (id 1) will be used
|
||||||
# org_id = 1
|
# org_id = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue