Number of icmp packet sent for status polling

Started by tivanni, September 19, 2013, 12:40:11 PM

Previous topic - Next topic

tivanni

Hi,

when netxms check a node throught icmp, how many icmp packets sent?
I've to check a node over a vpn tunnel, if i ping that node from my network, usually I lose some icmp packets.
So, my goal is similar to this:
i sent 5 icmp packet, if I lose all the packets then netxms have to consider the icmp status polling failed.
Is it possible to configure this?
If not, no problem, i write a simple script that do this task and i execute it throght netxms.

Thank you!

Victor Kirhenshtein

Hi!

Currently it's hard-coded value of 3 packets. I can make it configurable.

Best regards,
Victor

tivanni

Ok, Great!

An info: how many packets of the 3 packets netxms have to lost for consider ICMP poll failed?

Regards,

Giovanni

Victor Kirhenshtein

Quote from: tivanni on September 19, 2013, 05:32:17 PM
An info: how many packets of the 3 packets netxms have to lost for consider ICMP poll failed?

All of them. Logic here is that if any response is received, node is up. If you need to test quality of the link (for example, packet loss percentage), you can use PING sub-agent which can provide you such data.

Best regards,
Victor