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