NetXMS Support Forum

English Support => General Support => Topic started by: lbdecloedt on October 15, 2008, 07:13:50 PM

Title: Working with Ping Subagent
Post by: lbdecloedt on October 15, 2008, 07:13:50 PM
I have been unable to get a DCI to work for the icmp parameters. I have already read though the Ping Subagent documentation but this does not give an example of what the finished configuration should look like and even where to configure it. I only discovery where is goes through another topic for WinPerf.

Could someone please provide an example of an nxagentd.conf with the Ping subagent configured ???

Thanks in advance!
Title: Re: Working with Ping Subagent
Post by: Sympology on October 15, 2008, 09:55:27 PM
here is an example of one of mine:

MasterServers = 10.32.3.49
LogFile = {syslog}
FileStore = C:\NetXMS\var
SubAgent = ecs.nsm
SubAgent = ping.nsm
SubAgent = portcheck.nsm
SubAgent = winperf.nsm
SubAgent = wmi.nsm

*PING
Target = 10.64.80.17
Target = 10.64.71.13
Target = 10.64.65.14
Target = 10.64.60.14
Target = 10.64.20.15
Target = 10.32.70.10
Target = 10.32.3.98
Target = 10.32.3.96
Target = 10.32.3.95
Target = 10.32.3.66
Target = 10.32.3.217
Target = 10.15.16.21
Target = 10.121.2.15

Title: Re: Working with Ping Subagent
Post by: lbdecloedt on October 16, 2008, 12:46:32 AM
Thank you for the quick response!!! :D