Working with Ping Subagent

Started by lbdecloedt, October 15, 2008, 07:13:50 PM

Previous topic - Next topic

lbdecloedt

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!

Sympology

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


lbdecloedt

Thank you for the quick response!!! :D