My Zabbix Server version is 6.0.34 LTS.
In template "SMART by Zabbix agent 2" we have trigger named SMART [nvme0]: Check returned "DISK FAILING", with following expression:
( count(/db1.fqdn/smart.disk.es[nvme0],#2) = 1 and bitand(last(/db1.fqdn/smart.disk.es[nvme0]),8) = 8 )
or ( bitand(last(/db1.fqdn/smart.disk.es[nvme0]),8) = 8
and bitand(last(/db1.fqdn/smart.disk.es[nvme0]),8) > bitand(last(/db1.fqdn/smart.disk.es[nvme0],#2),8) )
And we don't have by default "OK event generation" its defined like "None" so my question is:
why does this particular trigger need to be closed manually, what is the admin missing when the incident is closed automatically?
In template "SMART by Zabbix agent 2" we have trigger named SMART [nvme0]: Check returned "DISK FAILING", with following expression:
( count(/db1.fqdn/smart.disk.es[nvme0],#2) = 1 and bitand(last(/db1.fqdn/smart.disk.es[nvme0]),8) = 8 )
or ( bitand(last(/db1.fqdn/smart.disk.es[nvme0]),8) = 8
and bitand(last(/db1.fqdn/smart.disk.es[nvme0]),8) > bitand(last(/db1.fqdn/smart.disk.es[nvme0],#2),8) )
And we don't have by default "OK event generation" its defined like "None" so my question is:
why does this particular trigger need to be closed manually, what is the admin missing when the incident is closed automatically?