Rich Braun
Rich Braun
@d0ct0rvenkman the image tag `32.0-fixes.202305160103.72024244b8` is published with this update (I've also set permissions of mythlink.pl to `rwxr-xr-x`). Version 33.1 is out so I'll get that published when I get...
The `2.8.2-alpine-2.2.8-r0` tag now supports SIGTERM when the container is invoked directly via docker-compose (the `docker stop` and `docker-compose down` commands perform as expected). My testing under kubernetes fails the...
Iterated a couple times, figured out that graceful stop under k8s is [not well documented](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination) so I'm summarizing here for anyone else who searches for keywords `kubernetes`, `graceful stop`, `sigterm`,...
The NUT Tools package from which this container is built doesn't have built-in notifications: it provides an API for monitoring, via TCP port 3493. A typical alert system is Nagios,...
Please open a pull request rather than an Issue if you want this suggestion implemented. It should implement more than one notification integration, though: why would this container image solely...
In your testing, check the ownership and permissions of the shell script as well as the directory holding it (you created `/etc/nut/local`). In the published container, I see the config...
Revisiting this 2 years later, in context of similar user requests: support for `NOTIFYCMD` is (finally!) added as of tag `2.8.3-r2`. Please mount scripts under `/usr/local/bin` rather than `/etc/nut`.
Well, this issue went idle for a while. But the deed is done, INSTCMDS support is now added to the image with #227.