This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to move a Local Service (FSMChildService) from one FSMCategory to another one

Basically, I'm able to move nested Global services (FSMService) within multiple FSMCategories and even remove them afterwards without destroying the Global Service. How could we achieve this with a Local Service?

I was thinking something along the lines of using groovy to change the parentService of the FSMChildService object and/or modifying the definition of the FSMCategory that contains this FSMChildService.

Any feedback will be appreciated.

Thanks in advance.

-J.

Parents
  • You may get some useful hints about using Groovy with services in this post:
    www.quest.com/.../foglight5-groovy-script-for-creating-services-in-service-builder

    If you were doing this kind of move often maybe you could think about a different organisation of your services. You could have a global service that contained all the monitored components you care about and this global service could be added to a child service. You could also then add this global service to another child service, as only global services can be added to more than one service. You could then remove if from the old service, all this can be done from the UI.
Reply
  • You may get some useful hints about using Groovy with services in this post:
    www.quest.com/.../foglight5-groovy-script-for-creating-services-in-service-builder

    If you were doing this kind of move often maybe you could think about a different organisation of your services. You could have a global service that contained all the monitored components you care about and this global service could be added to a child service. You could also then add this global service to another child service, as only global services can be added to more than one service. You could then remove if from the old service, all this can be done from the UI.
Children
No Data