PDA

View Full Version : ALARM "Zabbix-Agent Don't RUN"


vikty
10-12-2007, 18:19
Hi,

When zabbix-agent don't run can I start a trigger?
thank you for the help.

Niels
11-12-2007, 08:14
You can make a trigger with an expression like {Template:system.cpu.load[,avg1].nodata(300)}=1

It will trig when the server hasn't received data from the agent in 300 seconds. You don't have to use cpu.load, obviously.

vikty
11-12-2007, 09:02
Thanks so much!!! :D