Hi
Is there any way to set 1200 ICMP only devices to be polled only once per day ?
Regards.
The Node Status polling interval for each would have to be set to 86400.
This would have to be done for each one individually or you could create a custom property to tag them with, filter by that in node management and select them all at once.
The maximum polling interval that I could set is 1200 sec.
Is there any way to increase this value ?
Look in the database at the Nodes table in the column PollInterval. You can try changing it there, but I have no idea if SW has a specific reason for limiting it to 1200.
I tried doing this in SQL via commands below, but SW used a smallint for PollInterval so it doesn't work
update Nodesset pollinterval = 86400where caption like 'PING TEST R-XRT%'
you would be limited to –32,768 to 32,767