Cosium / zabbix_zfs-on-linux

zabbix template and user parameters to monitor zfs on linux
MIT License
76 stars 50 forks source link

On zabbix 6.2 I'm seeing a lot of Zfs dataset $1 $2 with values but with the name $1 $2 #40

Open QUASARFREAK opened 2 years ago

QUASARFREAK commented 2 years ago

I think that the idea is to name it after the real name of the dataset but instead it does it with "Zfs dataset $1 $2"

image

prsf1233 commented 2 years ago

I see the same the $1 and $2 are not substitued.

prsf1233 commented 2 years ago

I have resolved this issue and also added Zpool fragmentation monitoring. I am not a developer (never done a PR) but happy to share my changes if on interest.

stevleibelt commented 2 years ago

Yes, your code changes would be very welcome.

prsf1233 commented 2 years ago

I created a PR. Never done this before so hope it is correct.

kobuki commented 1 year ago

This might be related to this change.

Hr46ph commented 1 year ago

Don't mind me asking but why hasn't that fix been merged and the issue closed?

I am running 6.4 in containers with 2 hosts running zfs and I am running into the same issue.

I think I manually applied the fix to those hosts but the graphs are slow and not loading at the moment (not sure if its related to this).

danboid commented 6 months ago

I have also noticed that this ZFS template doesn't seem to work under Zabbix 6.0.

I am going to try applying https://github.com/Cosium/zabbix_zfs-on-linux/pull/41 to see if that brings it back to life.

danboid commented 6 months ago

The above PR was no help for me so I've opened this ticket.

https://github.com/Cosium/zabbix_zfs-on-linux/issues/47

If anyone knows how I fix the pool health monitoring under Zabbix 6.0 please let me know, thanks!

vgdh commented 1 month ago

these were deprecated after version 6. I've just renamed them to corresponding values and it works. The template needs some maintenance care.