amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
3.24k stars 443 forks source link

Feature: populate multiple custom fields in one collector task #1938

Open bbrendon opened 3 months ago

bbrendon commented 3 months ago

Basically allow selecting multiple custom fields in the GUI to populate.

Have a pre-defined or use selectable Field Separator so that returning one string will fill multiple custom fields. Returning JSON or something would work as well. Get creative :)

Describe alternatives you've considered Using the API can do this, but not as elegant.

P6g9YHK6 commented 3 months ago

agreed image

plao commented 3 months ago

+1

P6g9YHK6 commented 3 months ago

btw i gave an intern the job of figuring a way around it and we brainstormed something nice we have a single script doing a collect and add a separator to each section then with the reporting feature we divide the whole report in a table based on the number of section and each section goes in it's own collumn