mirror of
https://github.com/manios/docker-nagios.git
synced 2026-01-23 02:14:07 +00:00
Upgrade to Nagios Core to 4.5.11 (#99)
This commit is contained in:
parent
29a8acf349
commit
78dff4a2d0
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ ENV NAGIOS_HOME=/opt/nagios \
|
|||
NAGIOS_FQDN=nagios.example.com \
|
||||
NAGIOSADMIN_USER=nagiosadmin \
|
||||
NAGIOSADMIN_PASS=nagios \
|
||||
NAGIOS_VERSION=4.5.10 \
|
||||
NAGIOS_VERSION=4.5.11 \
|
||||
NAGIOS_PLUGINS_VERSION=2.4.12 \
|
||||
NRPE_VERSION=4.1.3 \
|
||||
APACHE_LOCK_DIR=/var/run \
|
||||
|
|
@ -190,7 +190,7 @@ LABEL name="Nagios" \
|
|||
nrpeVersion=$NRPE_VERSION \
|
||||
homepage="https://www.nagios.com/" \
|
||||
maintainer="Christos Manios <maniopaido@gmail.com>" \
|
||||
build="32" \
|
||||
build="33-snapshot" \
|
||||
org.opencontainers.image.title="Nagios" \
|
||||
org.opencontainers.image.description="Nagios, the Industry Standard In IT Infrastructure Monitoring" \
|
||||
org.opencontainers.image.vendor="Nagios" \
|
||||
|
|
@ -199,7 +199,7 @@ LABEL name="Nagios" \
|
|||
org.opencontainers.image.url="https://hub.docker.com/r/manios/nagios" \
|
||||
org.opencontainers.image.source="https://github.com/manios/docker-nagios" \
|
||||
org.opencontainers.image.documentation="https://github.com/manios/docker-nagios/blob/master/README.md" \
|
||||
org.opencontainers.image.version="32"
|
||||
org.opencontainers.image.version="33-snapshot"
|
||||
|
||||
RUN mkdir -p ${NAGIOS_HOME} && \
|
||||
mkdir -p /orig/apache2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue