Add prometheus node exporter

This commit is contained in:
uumas
2023-03-21 01:40:51 +02:00
parent 4f3f9e0fa3
commit 00551183e4
5 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1 @@
ARGS="--web.listen-address {{ (ansible_all_ipv4_addresses | ansible.utils.ipaddr(local_network))[0] }}:9100 --collector.logind --collector.systemd --collector.processes"