-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On zabbix 6.2 I'm seeing a lot of Zfs dataset $1 $2 with values but with the name $1 $2 #40
Comments
I see the same the $1 and $2 are not substitued. |
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. |
Yes, your code changes would be very welcome. |
I created a PR. Never done this before so hope it is correct. |
This might be related to this change. |
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). |
I have also noticed that this ZFS template doesn't seem to work under Zabbix 6.0. I am going to try applying #41 to see if that brings it back to life. |
The above PR was no help for me so I've opened this ticket. If anyone knows how I fix the pool health monitoring under Zabbix 6.0 please let me know, thanks! |
these were deprecated after version 6. I've just renamed them to corresponding values and it works. |
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"
The text was updated successfully, but these errors were encountered: