Loading deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,3 @@ PORT=9100 CONFIG_PATH=/home HOST_PATH=/rootfs MOUNT_POINTS_EXCLUDE=sys|proc|dev|etc|boot|tmp|run|.*/docker/containers DEVICE_EXCLUDE=/rootfs/root/run/udev/data|/run/udev/data deploy/compose.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ services: - --path.procfs=${HOST_PATH}/proc - --collector.textfile.directory=${CONFIG_PATH} - --collector.filesystem.mount-points-exclude=^/(${MOUNT_POINTS_EXCLUDE})($$|/) - --collector.diskstats.device-exclude=^(${DEVICE_EXCLUDE})$$ - --no-collector.ipvs - --no-collector.hwmon environment: Loading Loading
deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,3 @@ PORT=9100 CONFIG_PATH=/home HOST_PATH=/rootfs MOUNT_POINTS_EXCLUDE=sys|proc|dev|etc|boot|tmp|run|.*/docker/containers DEVICE_EXCLUDE=/rootfs/root/run/udev/data|/run/udev/data
deploy/compose.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ services: - --path.procfs=${HOST_PATH}/proc - --collector.textfile.directory=${CONFIG_PATH} - --collector.filesystem.mount-points-exclude=^/(${MOUNT_POINTS_EXCLUDE})($$|/) - --collector.diskstats.device-exclude=^(${DEVICE_EXCLUDE})$$ - --no-collector.ipvs - --no-collector.hwmon environment: Loading