CrazyMax
CrazyMax
@haydenseitz Watchdog scheduler [is disabled](https://github.com/librenms/docker/blob/42fb44b987225a2a350bf5ac49cef1600dcf5941/rootfs/etc/cont-init.d/03-config.sh#L185) for the Docker image because polling service is already handled by Docker itself.
@haydenseitz > When the poller disconnects from redis,the polling threads die, and the main dispatcher thread stays alive. Ok then that's an issue with the dispatcher service itself. > If...
@maesbrisa `HEALTHCHECK NONE` will "disable any healthcheck inherited from the base image" but there is [none for the base image currently used](https://github.com/crazy-max/docker-alpine-s6/blob/master/Dockerfile).
@maesbrisa There is no HEALTHCHECK currently used in this image or the based one, therefore it's not necessary to add this. > ``` > HEALTHCHECK --interval=10s --timeout=10s CMD nc -w...
@maesbrisa > Agree 100% about treating bugs related liveliness in the main repo, but the PR was about improving the monitoring during the containers execution, similar to this example: https://github.com/crazy-max/docker-msmtpd/blob/master/Dockerfile...
Hi @cybermcm, we have to wait fail2ban/fail2ban#2254
@cybermcm Leave it open for now. I keep you in touch when this feature is implemented.
> It seems the linked PR has been merged now. But not yet released.
This feature is now available. Let me know if you can test it and give me your feedback.
@cybermcm I will make some tests too. Keep you in touch.