Monitoring Docker Container status #704
accforgithubtest
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assume a scenario where the docker containers are running behind something like containernursery / sablier, which will start / stop containers based on whether there is traffic or not, primarily useful in self-hosted situations where not all containers need to be running all the time.
What is the best practice for monitoring the up / down (start / stop) status of each container ?
Currently I am thinking about setting up a tcp based check for each container based on the export port. But wondering if there is a better suggestion for monitoring the up/down status for containers without having to write a config file with each container listed with the corresponding ports.
Beta Was this translation helpful? Give feedback.
All reactions