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

Redis checks not working #4

Open
seanhamlin opened this issue Mar 23, 2023 · 0 comments
Open

Redis checks not working #4

seanhamlin opened this issue Mar 23, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@seanhamlin
Copy link
Collaborator

Executing a test against a site with an env var REDIS_HOST defined, I do not see a redis section in the output

curl -s https://test-site.com/.lagoonhealthz -A 'StatusCake'
{"check_db":"pass","check_nginx":"pass","check_php":"pass"}

I am also wondering if we need to update the response from Redis https://github.com/amazeeio/healthz-php/blob/master/src/Check/CheckRedis.php#L48 as my understanding is that the newer version of the phpredis library does not use this response (just a bool now).

@seanhamlin seanhamlin added the bug Something isn't working label Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant