Skip to content
Snippets Groups Projects
Commit c9c4ba84 authored by Leonard Penzer's avatar Leonard Penzer
Browse files

add responnd, remove vmstat for lxc

parent d0a9dc41
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -9,3 +9,5 @@ external_vm: ...@@ -9,3 +9,5 @@ external_vm:
dns02.as208772.net: dns02.as208772.net:
gw01n03.gw.freifunk-stuttgart.de: gw01n03.gw.freifunk-stuttgart.de:
ansible_ssh_port: 44353 ansible_ssh_port: 44353
gw05n01.gw.freifunk-stuttgart.de:
gw05n02.gw.freifunk-stuttgart.de:
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
content: | content: |
ARGS="--no-collector.cpufreq --no-collector.thermal_zone \ ARGS="--no-collector.cpufreq --no-collector.thermal_zone \
--no-collector.hwmon --no-collector.diskstats \ --no-collector.hwmon --no-collector.diskstats \
--no-collector.mdadm --web.listen-address=[::1]:9100 \ --no-collector.vmstat --no-collector.mdadm \
--web.listen-address=[::1]:9100 \
--web.listen-address=127.0.0.1:9100" --web.listen-address=127.0.0.1:9100"
dest: /etc/default/prometheus-node-exporter dest: /etc/default/prometheus-node-exporter
owner: root owner: root
...@@ -22,6 +23,7 @@ ...@@ -22,6 +23,7 @@
content: | content: |
ARGS="--no-collector.cpufreq --no-collector.thermal_zone \ ARGS="--no-collector.cpufreq --no-collector.thermal_zone \
--no-collector.hwmon --no-collector.diskstats \ --no-collector.hwmon --no-collector.diskstats \
--no-collector.vmstat --no-collector.mdadm \
--web.listen-address=127.0.0.1:9100" --web.listen-address=127.0.0.1:9100"
dest: /etc/default/prometheus-node-exporter dest: /etc/default/prometheus-node-exporter
owner: root owner: root
...@@ -254,6 +256,10 @@ ...@@ -254,6 +256,10 @@
method: http method: http
http: http:
port: 9100 port: 9100
respondd:
method: http
http:
port: 9104
bind: bind:
method: http method: http
http: http:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment