mirror of
https://github.com/manios/docker-nagios.git
synced 2026-01-23 10:15:25 +00:00
Upgrade to Nagios Core to 4.5.8 (#87)
This commit is contained in:
parent
47c30fc38d
commit
155722ddbd
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.7 \
|
||||
NAGIOS_VERSION=4.5.8 \
|
||||
NAGIOS_PLUGINS_VERSION=2.4.12 \
|
||||
NRPE_VERSION=4.1.1 \
|
||||
APACHE_LOCK_DIR=/var/run \
|
||||
|
|
@ -204,7 +204,7 @@ LABEL name="Nagios" \
|
|||
nrpeVersion=$NRPE_VERSION \
|
||||
homepage="https://www.nagios.com/" \
|
||||
maintainer="Christos Manios <maniopaido@gmail.com>" \
|
||||
build="24" \
|
||||
build="26-snapshot" \
|
||||
org.opencontainers.image.title="Nagios" \
|
||||
org.opencontainers.image.description="Nagios, the Industry Standard In IT Infrastructure Monitoring" \
|
||||
org.opencontainers.image.vendor="Nagios" \
|
||||
|
|
@ -213,7 +213,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="24"
|
||||
org.opencontainers.image.version="26-snapshot"
|
||||
|
||||
RUN mkdir -p ${NAGIOS_HOME} && \
|
||||
mkdir -p /orig/apache2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue