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

We should be able to check that a service is running #40

Open
majormoses opened this issue May 24, 2017 · 3 comments
Open

We should be able to check that a service is running #40

majormoses opened this issue May 24, 2017 · 3 comments

Comments

@majormoses
Copy link
Member

Rather than having to match the process's command with all its args etc we should have a seperate check to be able to check sysvinit, upstart, and systemd style services status.

Created from #37 (comment)

@majormoses
Copy link
Member Author

runnit would also be a nice enhancement.

@Evesy
Copy link

Evesy commented Jun 30, 2017

Were you thinking of a single check that supports/runs against all these service managers (i.e. via a flag to specify the provider) or separate checks for each different service manager?

@majormoses
Copy link
Member Author

majormoses commented Jun 30, 2017

ideally a flag would work but depending on how much difference there is it might make sense to do one per provider, if we go that route I'd like whatever common logic to be pushed into a lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants