How to check container health status for beszel-hub and beszel-agent? #649
-
DescriptionHi, first of all, thanks for your great work on this project! I really appreciate the effort put into beszel, and it's been a great tool to use. I am using the official Docker images for beszel-hub and beszel-agent and was wondering if there is a recommended way to check the health status of these containers. I couldn’t find anything in the documentation or the Docker setup that defines a health check (e.g., via Questions
ExampleUsually, I define a health check like this in my healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
start_interval: 5s Depending on whether the container image includes Why this mattersA defined health check would improve monitoring and allow for automated handling of issues (e.g., restarting the containers when necessary). OS / Architecturelinux/amd64 (agent) Beszel version0.9.1 Installation methodDocker ConfigurationNo response Hub LogsNo response Agent LogsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'll add this soon. There's a related issue here: #324 |
Beta Was this translation helpful? Give feedback.
I'll add this soon. There's a related issue here: #324