I successfully set up monitoring for my TrueNAS by official SNMP integration/template from zabbix.
However, I have a strange issue with alerts about ZFS pool usage - they are not generated, and I have no idea why.
I have zabbix 7.0.6 and I'm using TrueNAS CORE by SNMP.
There is a trigger definition using two macros:
{$ZPOOL.PUSED.MAX.WARN} - value 80
{$ZPOOL.PUSED.MAX.CRIT} - value 90
All values are watched properly, but my zpool is currently at 99.32 usage and I never got any alert on the zabbix.
However, I have a strange issue with alerts about ZFS pool usage - they are not generated, and I have no idea why.
I have zabbix 7.0.6 and I'm using TrueNAS CORE by SNMP.
There is a trigger definition using two macros:
{$ZPOOL.PUSED.MAX.WARN} - value 80
{$ZPOOL.PUSED.MAX.CRIT} - value 90
All values are watched properly, but my zpool is currently at 99.32 usage and I never got any alert on the zabbix.
Comment