Hello,
I am looking for the most accurate way to keep track of the statuses of triggers (PROBLEM/OK) using the Zabbix API.
I am querying the API for triggers and their latest events (by timestamp), and I am noticing that the trigger.value does not always match the latest...
Search Result
Collapse
2 results in 0.0019 seconds.
Keywords
Members
Tags
-
Trigger value vs. Event value
-
trigger.get returns incorrect value for acknkowledge through Zabbix API
Hello!
I use Zabbix 2.0.3 in my environment and want to get the current problems via Zabbix API using another application (like a watcher), written on Java.
I created a table in my application and trying to populate it with unacknowledged problems and with acknowledged...