How change ping pollset?
How change ping pollset?
(OP)
Hi, how could I change the polling time, interval, etc, for the ping function? I´m a little confuse betwen agents and hosts. I mean, changing the pollset for an agent is easy but I dont see how to change the pollset for the ping, for the unclassified_tcp objects for example.
Thanks in advance.
Thanks in advance.
RE: How change ping pollset?
Look for this section and change the poll interval to whatever you want:
#moclprop
moclprop_class :Agent:Ping
moclprop_index :NextIndex
moclprop_prop :pollInterval
moclprop_value :300
If you are using TND 3.x / NSM then look for these files:
tnd\services\config\aws_nsm\dm\ip.atp and pingip.atp
(IP.atp is for hosts / workstations. pingip.atp is for unclassified objects and printers etc)
Look for this line and change it:
int pollInterval = 900;
After - you will have to run a resetnsm or resetdsm
RE: How change ping pollset?
If you want to change it just for the unclassified class then you will have to do it through pollsets.
In pollset browser - give it a name in the "name" field.
From the Agent drop down choose "Ping".
From the Host dorop down choose "unclassified_Class" - "Unclassified_TCP"
Click the "+" button.