After linking two zfs plugins for munin, they could not be executed as the zfs and zpool commands require root priviledges. I checked out the scripts from https://github.com/munin-monitoring/con ... lugins/zfs and linked them as usual into the munin plugins directory:
Code: Select all
/etc/munin/plugins/zfs_cache_efficiency
/etc/share/munin/plugins/zfs_list
Code: Select all
$ zpool status
Permission denied the ZFS utilities must be run as root.
The needed info needs to be configured in /etc/munin/plugin-conf.d/munin-node by adding:
Code: Select all
[zfs_list]
user root
[zfs_cache_efficiency]
user root