is there a way to discover and then assign a single component on multiple nodes?
I'd like to completely avoid making a custom template and using the application discovery.
To be more specific, I want to add a process to each node that is running it into their respective custom template.
I know the long way would be to go through each node and check for that process but if there is a function to discover that component then that would save me a lot of time.
If not that then would a sql query do the trick?
Thanks!