Hi all,
I'm currently working on migrating from Nagios to Zabbix. On Nagios I've created a custom webpage showing the values of only the current triggered items, so only the problems on the network will be shown in detail. Like this:
[hostname] [date/time] [issue description]
SERVER1 09-09 12:13 The alerter service has been stopped
SERVER3 14-09 09:09 Free space on D: is running low (0.8GB)
I'm trying to recreate this for Zabbix (also with mysql) but i am unable to find the way of obaining if an item has been triggered. Does anyone know if this is a single value in the database and which one it is, or another way to find triggered items using mysql.
Thanx!
I'm currently working on migrating from Nagios to Zabbix. On Nagios I've created a custom webpage showing the values of only the current triggered items, so only the problems on the network will be shown in detail. Like this:
[hostname] [date/time] [issue description]
SERVER1 09-09 12:13 The alerter service has been stopped
SERVER3 14-09 09:09 Free space on D: is running low (0.8GB)
I'm trying to recreate this for Zabbix (also with mysql) but i am unable to find the way of obaining if an item has been triggered. Does anyone know if this is a single value in the database and which one it is, or another way to find triggered items using mysql.
Thanx!
. I'm going to give it a try, thanx!
It would seem that a simple "hostid" field in the triggers database, would be too much to ask for.
Comment