inventory: added node_exporter variable to all and moved prometheus variables to ffmwu-monitoring

This commit is contained in:
Julian Labus 2018-09-11 13:57:18 +02:00
parent ec039343df
commit 008a8365b9
No known key found for this signature in database
GPG key ID: 8AF209F2C6B3572A
2 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,7 @@ bgp_groups:
prometheus_groups:
- ffmwu-gateways
prometheus_conf_main: prometheus/prometheus.yml.j2
node_exporter_opts: "--web.listen-address=localhost:9100 --collector.systemd"
http_domain_internal: ffmwu.org
http_domain_external: freifunk-mwu.de

View file

@ -7,6 +7,9 @@ common_repos:
repo_url: https://github.com/freifunk-mwu/backend-scripts.git
version: ansible
prometheus_conf_main: prometheus/prometheus.yml.j2
prometheus_opts: "--web.listen-address=localhost:9090"
prometheus_components:
- prometheus
- alertmanager