Hi, all.
I have a Zabbix 1.4 mysql installation. I ran the following SQL query:
select from_unixtime(lastchange), triggerid, value, status, priority, description from triggers
where triggerid = 19138;
I got the following result:
from_unixtime(lastchange) triggerid value status priority description
2010-04-15 14:02:21 19138 0 0 4 DISK / 1
Question: How can a trigger have a value of 0 (false/untriggered) with a priority of 4 (error)? What does that mean?
Thanks.
Ed
I have a Zabbix 1.4 mysql installation. I ran the following SQL query:
select from_unixtime(lastchange), triggerid, value, status, priority, description from triggers
where triggerid = 19138;
I got the following result:
from_unixtime(lastchange) triggerid value status priority description
2010-04-15 14:02:21 19138 0 0 4 DISK / 1
Question: How can a trigger have a value of 0 (false/untriggered) with a priority of 4 (error)? What does that mean?
Thanks.
Ed
Comment