Add experimental watchdog

This commit is contained in:
andryyy
2017-09-20 10:56:49 +02:00
parent 719aa1a391
commit a8fb1d3f4f
9 changed files with 348 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
FROM alpine:3.6
LABEL maintainer "André Peters <andre.peters@servercow.de>"
# Installation
RUN apk add --update \
&& apk add --no-cache nagios-plugins-smtp \
nagios-plugins-tcp \
nagios-plugins-http \
nagios-plugins-ping \
curl \
bash \
jq \
fcgi \
nagios-plugins-mysql \
nagios-plugins-dns \
bind-tools
COPY watchdog.sh /watchdog.sh
# Less verbose
CMD /watchdog.sh 2> /dev/null