Hi all,
I am trying to create an item / trigger which will run a constant ping to an appliance on the same network.
I am running Zabbix 2.4 and the agent I need to run the ping from is Windows Server 2012 R2 with the agent installed and need it to alert if it fails to respond for 60 seconds.
So far, I have created an item with the following settings:
Type: Simple Check
Key: icmppingsec[192.168.1.35, , , , , ]
Type of information: Numeric (float)
Units: ms
Use Custom multiplier: 1000
Update interval: 60
Applications: zabbix agent
and a trigger with:
{Server:icmppingsec[192.168.1.35, , , , , ].sum(450)}<1
This immediately alerts - even though the device is contactable from the server.
Would anyone be able to advise what i'm doing wrong?
Many Thanks
I am trying to create an item / trigger which will run a constant ping to an appliance on the same network.
I am running Zabbix 2.4 and the agent I need to run the ping from is Windows Server 2012 R2 with the agent installed and need it to alert if it fails to respond for 60 seconds.
So far, I have created an item with the following settings:
Type: Simple Check
Key: icmppingsec[192.168.1.35, , , , , ]
Type of information: Numeric (float)
Units: ms
Use Custom multiplier: 1000
Update interval: 60
Applications: zabbix agent
and a trigger with:
{Server:icmppingsec[192.168.1.35, , , , , ].sum(450)}<1
This immediately alerts - even though the device is contactable from the server.
Would anyone be able to advise what i'm doing wrong?
Many Thanks