Monitor multiple disks with system monitor

Is it possible to set the names for disks or other resources in system monitor? My configuration.yaml looks like this. However, I can’t setup more than a single ‘disk_use_percent’.

  # https://www.home-assistant.io/integrations/systemmonitor/
  - platform: systemmonitor
    resources:
      - type: disk_use_percent
        arg: /
      - type: memory_use_percent
      - type: swap_use_percent
      - type: load_5m

I got the exact same question. Did you find any awnsers?

Strugglin here as well.

No, no luck yet sorry.

Yes, you can have multiple values.

  - platform: systemmonitor
    resources:
      - type: disk_use_percent
        arg: /
      - type: disk_use_percent
        arg: /media/usb
1 Like

Hi, i have an usb drive connected to my RPI 4 PI where is installed Home Assistant Core in a docker, but there is no way to monitor the disk use for this usb disk.
Is there someone that resolve this situation?
Thank you.