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

Greenboot service monitor not to trigger failure if any service is disabled #82

Open
say-paul opened this issue Sep 9, 2022 · 0 comments

Comments

@say-paul
Copy link
Member

say-paul commented Sep 9, 2022

Current greenboot-service-monitor implementation validates the active state of the services irrespective if its enabled or not,
which causes unforced issue when user disables any service and put the same in the greenboot config to monitor.

Can be resolved by the following process:

service enabled? Yes -> service active? -> Yes -> boot success
                 No ->  boot success        No -> trigger redboot.target
@say-paul say-paul changed the title Greenboot service monitor not to trigger failure if a service is disabled Greenboot service monitor not to trigger failure if any service is disabled Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant