PDA

View Full Version : zabbix_sender for windows


freax
19-05-2005, 18:45
Hi !

I've compiled zabbix_sender for windows without problem.

I'm running this in a schedule job:
"C:\zabbix_sender.exe" 10.2.111.133 10001 laptop:icmpping 1
and it is received in a graphic and is working very well.

But it doesn't work in triggers !

I created a trigger with {goliveira:icmpping.last(0)}#1 and the trigger doesn't start when I unplug the Network cable as it does when using icmpping simple check.

Any hints please ?!

freax
19-05-2005, 19:01
I know what is going on, but I can't have a solution anyway:

I need to know when the computer is down with zabbix_sender.

In the historic of the alarms it is detected but the last value of the trigger is always 1, so the condition is always true and it don't show in triggers.

Any sugestion in another Expression to appear in trigger ?

[]'s

Alexei
19-05-2005, 21:34
Send '1' first and then, after a second, send '0'. The trigger will come up and it will send notifications, if any defined.

freax
20-05-2005, 11:30
I don't know if I understand correctly but if I send the '0' after 1 second it will always activate the trigger as it is always '#1'.

The solution was: {laptop:icmpping.nodata(70)}=1


[]'s


Send '1' first and then, after a second, send '0'. The trigger will come up and it will send notifications, if any defined.