NetXMS Support Forum

English Support => General Support => Topic started by: Shin Sugita on March 26, 2010, 04:19:55 AM

Title: ICMP Ping timeout
Post by: Shin Sugita on March 26, 2010, 04:19:55 AM
Please tell me about Ping timeout.
I created the Node without using NetXMS agent or SNMP agent.

in a way:
1. [Object] -> [Create] -> [Node...]
2. input the [Name] and [IP address].
   check mark [Disable access to NetXMS agent for all polls],[Disable usage of SNMP for all polls]

In this case, what is the ICMP Ping timeout value?
And can I change the ICMP Ping timeout value?

thanks and regards
Shin
Title: Re: ICMP Ping timeout
Post by: Shin Sugita on March 29, 2010, 03:39:50 AM
I checked the fllowing debug log.

Quote
[29-Mar-2010 09:19:56] Interface::StatusPoll(131,lan0): calling IcmpPing(0xCCA9DE0A,3,1500,NULL,46)

Is the value of the ICMP Ping timeout "3" seconds?

thanks and regards
Shin
Title: Re: ICMP Ping timeout
Post by: Victor Kirhenshtein on April 27, 2010, 09:52:24 AM
Hi!

In this case, 3 is number of retries, and ping timeout is 1500 milliseconds. Unfortunately, this value is hard-coded (file src/server/core/interface.cpp line 329).

Best regards,
Victor
Title: Re: ICMP Ping timeout
Post by: Shin Sugita on April 28, 2010, 09:49:13 AM
Hello!

Thank you for your reply.
I understood your answer.

thanks and regards
Shin