Ad Widget

Collapse

Monitoring Disk IO errors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wooway
    Junior Member
    • Mar 2023
    • 6

    #1

    Monitoring Disk IO errors

    Hello,

    I am looking for a way to monitor disks IO errors using discovery key vfs.dev.discovery.

    However, I try something like vfs.dev.read.errors[{#DEVNAME}] it says Unknown metric vfs.dev.read.errors.

    Is there a way to monitor for disk io errors?

    Thanks
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2



    Do you see something like "vfs.dev.read.errors" in item list? No? So, why do you expect it to work?

    If you want to monitor something that is not built-in, then you should think, who would you obtain that data manually, from command line for example. If you can find such a command/series of commands, you can script this, and run it as UserParameter https://www.zabbix.com/documentation...userparameters

    Comment

    • wooway
      Junior Member
      • Mar 2023
      • 6

      #3
      I appears that I can use zabbix key log[/var/log/messages,"I/O error"] to find what I want. Thanks

      Comment

      Working...