Skip to content

Commit

Permalink
[infra] refactor: rename grafana_provisioning to grafana_alerting
Browse files Browse the repository at this point in the history
  • Loading branch information
GresilleSiffle committed Dec 12, 2023
1 parent e4fc622 commit f8da7fd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Grafana Alerting
#
# These tasks configure the Grafana alerts using file provisioning.
#
# [REQUIREMENTS]
#
# They depend on the following tasks:
#
# - monitoring
# - logging
#

- name: Set up Grafana alerts
template:
dest: /etc/grafana/provisioning/alerting/defaultEvaluationGroup.yaml
Expand Down
2 changes: 1 addition & 1 deletion infra/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- django
- monitoring
- logging
- grafana_provisioning
- grafana_alerting
- frontend
- plausible_analytics
- backups
Expand Down

0 comments on commit f8da7fd

Please sign in to comment.