diff options
author | 2024-05-07 07:26:49 +0200 | |
---|---|---|
committer | 2024-05-07 07:27:35 +0200 | |
commit | 74e5e4197112de8e6a5a031ea3478f8baed93f76 (patch) | |
tree | 923195ffd4b52908c03c851866a0129c97156c1d | |
parent | install blackbox exporter as part of out monitoring stack (diff) |
Correct scheme configuration for Alertmanager
-rw-r--r-- | ansible/host_vars/lovelace/prometheus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/host_vars/lovelace/prometheus.yml b/ansible/host_vars/lovelace/prometheus.yml index 1e4ec40..41c5a97 100644 --- a/ansible/host_vars/lovelace/prometheus.yml +++ b/ansible/host_vars/lovelace/prometheus.yml @@ -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: |