You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to single services -> You could see that the services are cloned but not associated with the cloned host
Currently the service sets are not visible in Director Branches. So to check whether the service sets are properly associated with the cloned host. Query the database and check the host column for the service set of type 'object', which should not be empty.
SELECT object_name, object_type, host FROM branched_icinga_service_set WHERE object_name =<service set name>;
The text was updated successfully, but these errors were encountered:
raviks789
changed the title
Director branches: Cloned host loses its services
Director branches: Cloned host loses its services and service sets
Jul 23, 2024
raviks789
changed the title
Director branches: Cloned host loses its services and service sets
Director branches: Cloned host loses the corresponding services and service sets
Jul 23, 2024
raviks789
changed the title
Director branches: Cloned host loses the corresponding services and service sets
Director branches: Cloned host loses its corresponding services and service sets
Jul 23, 2024
Steps to reproduce:
Currently the service sets are not visible in Director Branches. So to check whether the service sets are properly associated with the cloned host. Query the database and check the host column for the service set of type 'object', which should not be empty.
The text was updated successfully, but these errors were encountered: