Disabled node-exporter until it is fixed
Commented out the node-exporter until we figure out what is wrong with it as it doesn't perform the same across all OS platforms.
This commit is contained in:
parent
cd6a0350b3
commit
6f8db85035
@ -36,24 +36,24 @@ services:
|
|||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == <hostname where the prometheus config files are located>
|
- node.hostname == <hostname where the prometheus config files are located>
|
||||||
node-exporter:
|
# node-exporter:
|
||||||
image: prom/node-exporter
|
# image: prom/node-exporter
|
||||||
volumes:
|
# volumes:
|
||||||
- /proc:/host/proc:ro
|
# - /proc:/host/proc:ro
|
||||||
- /sys:/host/sys:ro
|
# - /sys:/host/sys:ro
|
||||||
- /:/rootfs:ro
|
# - /:/rootfs:ro
|
||||||
command:
|
# command:
|
||||||
- '--path.procfs=/host/proc'
|
# - '--path.procfs=/host/proc'
|
||||||
- '--path.sysfs=/host/sys'
|
# - '--path.sysfs=/host/sys'
|
||||||
- '--collector.filesystem.ignored-mount-points="^(/rootfs|/host|)/(sys|proc|dev|host|etc)($$|/)"'
|
# - '--collector.filesystem.ignored-mount-points="^(/rootfs|/host|)/(sys|proc|dev|host|etc)($$|/)"'
|
||||||
- '--collector.filesystem.ignored-fs-types="^(sys|proc|auto|cgroup|devpts|ns|au|fuse\.lxc|mqueue)(fs|)$$"'
|
# - '--collector.filesystem.ignored-fs-types="^(sys|proc|auto|cgroup|devpts|ns|au|fuse\.lxc|mqueue)(fs|)$$"'
|
||||||
expose:
|
# expose:
|
||||||
- 9100
|
# - 9100
|
||||||
networks:
|
# networks:
|
||||||
- back-tier
|
# - back-tier
|
||||||
restart: always
|
# restart: always
|
||||||
deploy:
|
# deploy:
|
||||||
mode: global
|
# mode: global
|
||||||
alertmanager:
|
alertmanager:
|
||||||
image: prom/alertmanager
|
image: prom/alertmanager
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user