NetXMS Support Forum

English Support => General Support => Topic started by: Benjamin Dill on September 14, 2024, 11:48:47 AM

Title: New object class "Collector"
Post by: Benjamin Dill on September 14, 2024, 11:48:47 AM
Can you explain what this class is for? It looks like a mixture of node and a container?
Title: Re: New object class "Collector"
Post by: Filipp Sudanov on September 16, 2024, 02:05:33 PM
Yes, correct. It's a container, but with data collection capabilities. 
A typical use would be some script DCIs that walk through child nodes to get some summary values, or Web Services. But you can also use "Source node override" on a DCI and collect by agent/snmp/etc from any other node.

Title: Re: New object class "Collector"
Post by: Benjamin Dill on September 16, 2024, 02:46:26 PM
Thank you.