autoformatter

This commit is contained in:
decentral1se 2021-12-21 00:59:02 +01:00
parent 339b090570
commit bc708f87e9
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 8 additions and 8 deletions

View File

@ -13,22 +13,22 @@ services:
- /:/rootfs:ro - /:/rootfs:ro
- /etc/hostname:/etc/nodename - /etc/hostname:/etc/nodename
command: command:
- '--path.sysfs=/host/sys' - "--path.sysfs=/host/sys"
- '--path.procfs=/host/proc' - "--path.procfs=/host/proc"
- '--path.rootfs=/rootfs' - "--path.rootfs=/rootfs"
- '--collector.textfile.directory=/etc/node-exporter/' - "--collector.textfile.directory=/etc/node-exporter/"
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($$|/)' - "--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($$|/)"
- '--no-collector.ipvs' - "--no-collector.ipvs"
configs: configs:
- source: node_exporter_entrypoint_sh - source: node_exporter_entrypoint_sh
target: /entrypoint.sh target: /entrypoint.sh
entrypoint: ['/bin/sh', '-e', '/entrypoint.sh'] entrypoint: ["/bin/sh", "-e", "/entrypoint.sh"]
networks: networks:
- exporters - exporters
deploy: deploy:
mode: global mode: global
endpoint_mode: dnsrr endpoint_mode: dnsrr
cadvisor: cadvisor:
image: google/cadvisor:latest image: google/cadvisor:latest
command: -logtostderr -docker_only command: -logtostderr -docker_only