Commit 2887ff69 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite exclusión de devices

parent f5bbfd27
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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: