inventory: added node_exporter variable to all and moved prometheus variables to ffmwu-monitoring
This commit is contained in:
parent
ec039343df
commit
008a8365b9
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,7 @@ bgp_groups:
|
||||||
prometheus_groups:
|
prometheus_groups:
|
||||||
- ffmwu-gateways
|
- 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_internal: ffmwu.org
|
||||||
http_domain_external: freifunk-mwu.de
|
http_domain_external: freifunk-mwu.de
|
||||||
|
|
|
@ -7,6 +7,9 @@ common_repos:
|
||||||
repo_url: https://github.com/freifunk-mwu/backend-scripts.git
|
repo_url: https://github.com/freifunk-mwu/backend-scripts.git
|
||||||
version: ansible
|
version: ansible
|
||||||
|
|
||||||
|
prometheus_conf_main: prometheus/prometheus.yml.j2
|
||||||
|
prometheus_opts: "--web.listen-address=localhost:9090"
|
||||||
|
|
||||||
prometheus_components:
|
prometheus_components:
|
||||||
- prometheus
|
- prometheus
|
||||||
- alertmanager
|
- alertmanager
|
||||||
|
|
Loading…
Reference in a new issue