NetXMS Support Forum

English Support => General Support => Topic started by: jacuinde on April 19, 2021, 09:19:42 PM

Title: Nodes with individual DCI Icmp.Ping problems
Post by: jacuinde on April 19, 2021, 09:19:42 PM
Hi, when i create a ICMP.ping({instance}) on a DCI from a node, i thought it would ping the primary IP address but it doesnt

i see that i can do a ICMP.ping(localhost) and in the transformation script i can pull the Primary IP Address and run ICMP.ping with that address and return the correct value

I know i can create the targets in the subagent PING section but i would like to have each node with their own ping DCI
Title: Re: Nodes with individual DCI Icmp.Ping problems
Post by: Filipp Sudanov on April 21, 2021, 11:02:08 PM
In recent versions NetXMS is performing ICMP ping to node's primary IP address automatically and collects the statistics visible in Object Details. You can also create DCIs to store the history of these values. https://www.netxms.org/documentation/adminguide/icmp-ping.html

If you are trying to achieve something different, please describe in details.
Title: Re: Nodes with individual DCI Icmp.Ping problems
Post by: jacuinde on April 22, 2021, 09:22:21 PM
I got confused and thought that i had to ping the nodes with Icmp.ping({instance}) but i got it resolved with help from the telegram group with the following DCI

ICMP.ResponseTime.Last

That automatically pings the Primary IP in the node that you create it

Thanks!!! NetXMS has a loooooonnggg learning curve because im spolied from PRTG. but im still working it out lol