Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Service/Agent installation handling for blocking service config #69

Closed
LordHepipud opened this issue May 30, 2020 · 0 comments
Closed
Assignees
Labels
Enhancement New feature or request
Milestone

Comments

@LordHepipud
Copy link
Collaborator

In some cases it might happen that the icinga2 or other services are still accessed by our current PowerShell instance and blocking the removal for example.

In case this happens, installations and uninstallations will fail as long as the PowerShell instance blocking the service is closed. This issue might also happen when the service is being opened inside the service manager.

To resolve this issue, we should separate the installation/uninstallation and service handling Cmdlets to use an own PowerShell instance which is closed afterwards, freeing the access to certain objects.

@LordHepipud LordHepipud added the Enhancement New feature or request label May 30, 2020
@LordHepipud LordHepipud added this to the v1.1.0 milestone May 30, 2020
@LordHepipud LordHepipud self-assigned this May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant