diff options
Diffstat (limited to 'ansible')
| -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: | 
