ansible-debops-infrastructure

DebOps and Ansible scripts to manage my infrastructure
git clone git://git.erethon.com/ansible-debops-infrastructure
Log | Files | Refs

commit 024099ac73581ea37f4869d33733b98c5f7e641b
parent 404f4274b274f01ce678bb0e16ca9ed50062fc5e
Author: Dionysis Grigoropoulos <dgrig@erethon.com>
Date:   Mon, 18 Jan 2021 01:49:58 +0200

promethes: Add thor to the list of node exporters

Diffstat:
ansible/inventory/host_vars/productiongrafana/prometheus.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/inventory/host_vars/productiongrafana/prometheus.yml b/ansible/inventory/host_vars/productiongrafana/prometheus.yml @@ -3,7 +3,7 @@ prometheus__node_targets: ['127.0.0.1', 'matrix.int.erethon.com', 'pgmatrix.int.erethon.com', 'oricono.int.erethon.com', 'spinny.int.erethon.com', 'kagari.int.erethon.com', 'rpi.int.erethon.com', - 'lenny.int.erethon.com', 'docker.int.erethon.com'] + 'lenny.int.erethon.com', 'docker.int.erethon.com', 'thor.int.erethon.com'] prometheus__http_targets: ['https://erethon.com', 'https://blog.erethon.com', 'https://grafana.erethon.com', 'https://riot.dgrig.com', 'https://matrix.erethon.com',