diff options
author | ansible_admin <capsul@cyberia.club> | 2021-02-09 17:42:43 +0000 |
---|---|---|
committer | ansible_admin <capsul@cyberia.club> | 2021-02-09 17:42:43 +0000 |
commit | 8e9f7e87da9b096723aa29ca14bd17227ed849b0 (patch) | |
tree | 2a576c97ad964f69790e61b18492bd1ff468c980 | |
parent | 9f3c8d7ec002382bb886eefba94d4a1a7f9bb8a3 (diff) | |
download | ops-handbook-8e9f7e87da9b096723aa29ca14bd17227ed849b0.tar.gz ops-handbook-8e9f7e87da9b096723aa29ca14bd17227ed849b0.tar.bz2 |
remove m1.nullhex.com since it was decommd
-rw-r--r-- | ansible/roles/prometheus/templates/prometheus.yml.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/prometheus/templates/prometheus.yml.j2 b/ansible/roles/prometheus/templates/prometheus.yml.j2 index 1305cbf..0c6e7cd 100644 --- a/ansible/roles/prometheus/templates/prometheus.yml.j2 +++ b/ansible/roles/prometheus/templates/prometheus.yml.j2 @@ -29,8 +29,7 @@ scrape_configs: # Static Servers 'elliot.cyberia.club:9100', 'baikal.cyberia.club:9100', - 'matrix.cyberia.club:9100', - 'm1.nullhex.com:9100' + 'matrix.cyberia.club:9100' ] - job_name: synapse scheme: 'https' |