News:

We really need your input in this questionnaire

Main Menu

ICMP PING

Started by pedrong, March 03, 2013, 07:15:59 AM

Previous topic - Next topic

pedrong

Hi All,

I configured a node to do ping to another server by using icmp.ping("www.xyz.com") or icmp.ping(www.xyz.com). The value i got every time is 10000.

How to interpret the value? Anything wrong?

Thanks!

Pedro

Victor Kirhenshtein

Value 10000 means "unreachable".

Best regards,
Victor

pedrong

hi Victor, I found that if I use ip address, it works but doesn't work for domain name. I can do both ip address and domain ping in DOS prompt of the server. Is it normal? thanks!

Victor Kirhenshtein

Most likely that means that agent cannot resolve host name for some reason. Try Icmp.Ping(localhost) - it should work. Also, what NetXMS agent version you have? Ping by DNS names only supported in 1.2.6.

Best regards,
Victor

pedrong

Hi Victor, thanks for your reply! I use 1.2.5. Will update to 1.2.5

Thanks!