Ad Widget

Collapse

Disk space is critically low - get details?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blakeduf
    Junior Member
    • Jul 2024
    • 1

    #1

    Disk space is critically low - get details?

    We are using Zabbix to monitor disks - as an example, /home.

    We get an alert when /home goes below a threshold - which is great.

    Would it be possible in Zabbix (via the WebUI) to get listing of the directories (and the space used)?
  • vijayk
    Senior Member
    • May 2023
    • 305

    #2
    Originally posted by blakeduf
    We are using Zabbix to monitor disks - as an example, /home.

    We get an alert when /home goes below a threshold - which is great.

    Would it be possible in Zabbix (via the WebUI) to get listing of the directories (and the space used)?
    You can use shell script to retrieve the disk details with UserParameter. You have to set UserParameter in Zabbix agent.conf and Create Item in Host( WebUI).

    Comment

    Working...