We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to check this rest api with /health get query. Can we do?
The text was updated successfully, but these errors were encountered:
There seems to be a /health and /version endpoint.
Sorry, something went wrong.
You can use either the / or the /version as health endpoints (if you just want to check if it's up, like for Kubernetes liveness probe)
/
/version
sample output:
curl http://localhost:9000/ {"Pools":"1","State":"STATE: VALID PRIMARY","Threads":"THREADS: live 1 idle 0 max 10 idle-timeout 30","Memstats":"MEMSTATS: heap N/A mmap N/A used N/A free N/A releasable N/A pools 1 pools_used 1367.780M pools_total 1367.827M","Queue":"QUEUE: 0 items"} ... curl http://localhost:9000/version { "Clamav": "1.4.1", "Signature": "27494" , "Signature_date": "Sat Dec 21 10:37:14 2024" }
No branches or pull requests
I want to check this rest api with /health get query. Can we do?
The text was updated successfully, but these errors were encountered: