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

Surface a healthcheck status command #22

Open
Gman98ish opened this issue Sep 22, 2020 · 1 comment
Open

Surface a healthcheck status command #22

Gman98ish opened this issue Sep 22, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@Gman98ish
Copy link
Contributor

What is the feature?

A php artisan healthcheck:status command which will output the status of all your services, exiting with a status code of 1 if it fails

What benefits will this change bring?

I think one advantage of this package is that it makes setting your project up easier, as you can hit the endpoint and see what services you still need to configure. However, instead of getting users to hit an endpoint and read a load of JSON, it'd be more convenient to do it straight from the CLI

@Gman98ish Gman98ish added enhancement New feature or request good first issue Good for newcomers hacktoberfest labels Sep 22, 2020
@tylerwoonton tylerwoonton added the help wanted Extra attention is needed label Sep 30, 2020
@tylerwoonton
Copy link
Contributor

It would be nice if we could exclude certain checks from being checked using a command argument using the name property.

We've had requests to exclude certain checks on a per-deployment basis - this could be achieved with this command.

@tylerwoonton tylerwoonton changed the title Surface a healthcheck command Surface a healthcheck status command Sep 30, 2020
@tylerwoonton tylerwoonton self-assigned this Oct 29, 2020
@tylerwoonton tylerwoonton removed their assignment Nov 10, 2020
@tylerwoonton tylerwoonton linked a pull request Nov 10, 2020 that will close this issue
nick322 added a commit to nick322/laravel-health-check that referenced this issue Jul 13, 2022
nick322 added a commit to nick322/laravel-health-check that referenced this issue Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Development

Successfully merging a pull request may close this issue.

2 participants