zabbix-zfs
zabbix-zfs copied to clipboard
Zabbix template & script to monitor ZFS on Linux
Hi there! I'm getting this error when i'm trying to run ./zfs.py locally and i don't really know what's causing it: ``` Traceback (most recent call last): File "/etc/zabbix/scripts/./zfs.py", line...
When I execute following from Zabbix server, I see following error: ``` $ zabbix_get -s 10.165.254.254 -k zfs Traceback (most recent call last): File "/etc/zabbix/scripts/zfs.py", line 171, in scrub, vdev_errors...
As it is described [here](https://www.truenas.com/community/threads/zfs-arc-is-getting-smarter-with-version-2-2-smiley_face_emoji.109446/) and more deeply [here](https://github.com/openzfs/zfs/pull/14359), it seems the ARC metadata mangling has changed. The clearest consequence is that the parameter `arc_meta_limit` is not anymore shown in...
Hey, I saw you have a check for "is it currently scrubbing?". However, I think a more important one would be "It's been X days since your last scrub", which...
Hi, Igor, thanks a lot for this tool! My only problem is with Python script not being executable by default, which made monitoring not active until I made simple: `chmod...
Traceback (most recent call last): File "/etc/zabbix/scripts/zfs.py", line 153, in 'vdevs': vdev_list(vdev_errors), File "/etc/zabbix/scripts/zfs.py", line 78, in vdev_list return {x[0]: { File "/etc/zabbix/scripts/zfs.py", line 86, in 'errors': errors[x[0]], KeyError: '/dev/disk/by-id/ata-WDC_WD30EFRX-*************-part1'
Hello, The script can't seem to export IO stats properly. Zabbix reports "Failed: cannot extract value from json by path "$.pools['tank'].io.nread": no data matches the specified path". ``` [root@nas scripts]#...