Skip to content

Commit

Permalink
Correct scheme configuration for Alertmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed May 7, 2024
1 parent 29138ef commit 74e5e41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/host_vars/lovelace/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ prometheus_configuration:
# Alertmanager configuration
alerting:
alertmanagers:
- static_configs:
- scheme: https
targets:
- scheme: https
static_configs:
- targets:
- alertmanager.pythondiscord.com

rule_files:
Expand Down

0 comments on commit 74e5e41

Please sign in to comment.