Forum Discussion
- Mike_MonizProfessor
Since you have collectors per site, you can just run a Resource Inventory Report and include the "system.collectordesc" and/or "system.collectorid" properties. Then sort/group by the collector.
- Anonymous
I've had this DS hanging out in my portal for a while and never committed it to the repo nor my github. It's now on my github. Simply add your portal as a device and add the token with the appropriate property names. It'll create instance groups under the applied device, one group per Collector. Devices are created as instances under the Collector group it is assigned to (preferred collector).
I also built this python script to automatically create dynamic resource groups. It creates Collector groups, with groups for each Collector in the group, then dynamically adds the devices.
- DominiqueAdvisor
Thanks Stuart, Excellent as usual ... starting the fight to get Python3 and this "Custom" installed... :)/emoticons/smile@2x.png 2x" title=":)" width="20" />
- DominiqueAdvisor
Hello Stuart,
What is the impact on Logic Monitor? load on collectors?
Any risks to have alerts... for any reason when setting up this scripts... ?
Thanks,
Dom
- Anonymous
The python script that builds the dynamic groups shouldn't have any impact unless you're running it on the collector. It makes a few GETs to find out what is present already and makes 1 call to create the parent group (if it doesn't already exist), 1 call per collector group to create the collector group groups, and 1 call per collector to create the collector group. So, if you have 30 collectors across 3 groups, it makes up to 34 API calls.
The DS makes one API call for discovery and one for collection.
All told, they should both be pretty lightweight.
Related Content
- 5 months ago
- 7 months ago
- 6 months ago