PDA

View Full Version : Trigger for host down (beginner)


Moulins
15-06-2009, 09:27
Hi all,

I'm just starting to test Zabbix. I'm stuck with a little problem: my hosts are flagged "ok" even when agents are stopped or hosts disconnected.

I have the standard trigger "{Template_Linux:status. last( 0 ) }=2" set to "average". The hosts remain green in the dashboard view. Maybe I miss something important ?

pesadilla
15-06-2009, 09:56
{Template_Linux:agent.ping. nodata( 1200 ) }=1
20 minutes without activity

Moulins
15-06-2009, 15:53
Many thanks for your answer pesadilla. Your solution works nicely.

I now discover another problem, but this is for another tread :)