This commit is contained in:
commit
88549ed7d2
3 changed files with 161 additions and 0 deletions
21
Dockerfile
Normal file
21
Dockerfile
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue