first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-01-30 18:08:04 +01:00
commit 88549ed7d2
3 changed files with 161 additions and 0 deletions

21
Dockerfile Normal file
View file

@ -0,0 +1,21 @@
FROM alpine
RUN apk add --no-cache \
nagios \
nagios-plugins \
nagios-plugins-dig \
nagios-plugins-dns \
nagios-plugins-http \
nagios-plugins-ldap \
nagios-plugins-mysql \
nagios-plugins-pgsql \
nagios-plugins-ping \
nagios-plugins-smtp \
nagios-plugins-ssh \
nagios-plugins-ssl_validity \
nagios-web \
nrpe-plugin
USER nagios
CMD ["/usr/sbin/nagios", "/etc/nagios/nagios.cfg"]