diff options
| -rw-r--r-- | ansible/host_vars/lovelace/prometheus.yml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/ansible/host_vars/lovelace/prometheus.yml b/ansible/host_vars/lovelace/prometheus.yml index 63cef52..d148bf1 100644 --- a/ansible/host_vars/lovelace/prometheus.yml +++ b/ansible/host_vars/lovelace/prometheus.yml @@ -9,7 +9,9 @@ prometheus_configuration:    alerting:      alertmanagers:        - static_configs: -          - targets: [] +          - scheme: https +            targets: +              - alertmanager.pythondiscord.com    rule_files:      # - "first_rules.yml" | 
