riotkit-org / infracheck

Incredibly elastic and lightweight health check endpoint to cover ANY CASE, including infrastructure as well as applications
https://infracheck.docs.riotkit.org
Apache License 2.0
19 stars 1 forks source link

Implement check: docker-container-log #6

Closed blackandred closed 3 years ago

blackandred commented 3 years ago

Implement a check that will search for docker container logs, allow limiting by X last lines, since given time (in seconds could be), and specifying if the regexp should be in logs or not.

blackandred commented 3 years ago

Done