Skip to content

[Question] Monitoring CIFS storage #1274

@Orholt

Description

@Orholt

Hi, so I have my Azure Files instance mounted on /media/wyse-storage

Is there any way to display it in dash?

user@wyse5070:/mnt$ df -h
Filesystem                                 Size  Used Avail Use% Mounted on
tmpfs                                      1.6G  3.5M  1.6G   1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv          232G  166G   55G  76% /
tmpfs                                      7.8G     0  7.8G   0% /dev/shm
tmpfs                                      5.0M     0  5.0M   0% /run/lock
/dev/sda2                                  2.0G  253M  1.6G  14% /boot
/dev/sda1                                  1.1G  6.1M  1.1G   1% /boot/efi
tmpfs                                      1.6G     0  1.6G   0% /run/user/1000
//wyse.file.core.windows.net/wyse-storage  512G     0  512G   0% /media/wyse-storage
user@wyse5070:/mnt$

My docker-compose file:

version: '3.5'

services:
  dash:
    image: mauricenino/dashdot:latest
    restart: unless-stopped
    privileged: true
    ports:
      - 3001:3001
    environment:
      DASHDOT_ENABLE_CPU_TEMPS: 'true'
      DASHDOT_FS_DEVICE_FILTER: 'mmcblk0,mmcblk0boot0,mmcblk0boot1'
      DASHDOT_ENABLE_FS_PATHS: 'true'
      DASHDOT_FS_PATHS: '/mnt/host/media/wyse-storage:Wyse Storage'
      DASHDOT_FS_TYPE_FILTER: '9p,fuse.rclone,fuse.mergerfs,iso9660,fuse.shfs,autofs'

    volumes:
      - /:/mnt/host:ro
      - /media/wyse-storage:/mnt/host/media/wyse-storage:ro

Preview:

Image

I'll be thankfull for any help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions