Cosium / zabbix_zfs-on-linux

zabbix template and user parameters to monitor zfs on linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arcstat parameters are not populated with data

rugubara opened this issue · comments

Latest data in Zabbix show the red flag on arcstat metrics with the following error Value "c_max 4 16636397568" of type "string" is not suitable for value type "Numeric (unsigned)"
I tried to change the userparameter zfs.arcstats[*] command to awk '/^$1/ {printf $3;}' /proc/spl/kstat/zfs/arcstats because it produces a nice number when run from shell - but the problem did go away

This issue should be closed since it is a duplicate of #37.