Hi all,
I'm monitoring successfully tons of items using zabbix and last() function for triggers like trigger on cpu load.
I've recently used Zabbix trapper to monitor some batches, triggers with nodata() works like a charm but LAST() doesn't!
I can(t figure out why but a trigger like this nevers comes TRUE:
{MyServer:batchState.last(0)}>30
The batchState value is the execution time so I'm monitoring the batch is not taking too much time (not more than 30 secs).
For Zabbix Trappers, no trigger.
I'm using Zabbix 1.4 on a Gentoo OS. I checked logs on both sides (agent, server) and no clue about what happens.
Any help appreciated.
Thanks, Pascal.
I'm monitoring successfully tons of items using zabbix and last() function for triggers like trigger on cpu load.
I've recently used Zabbix trapper to monitor some batches, triggers with nodata() works like a charm but LAST() doesn't!
I can(t figure out why but a trigger like this nevers comes TRUE:
{MyServer:batchState.last(0)}>30
The batchState value is the execution time so I'm monitoring the batch is not taking too much time (not more than 30 secs).
For Zabbix Trappers, no trigger.
I'm using Zabbix 1.4 on a Gentoo OS. I checked logs on both sides (agent, server) and no clue about what happens.
Any help appreciated.
Thanks, Pascal.
Comment