You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 awayThe text was updated successfully, but these errors were encountered: