Skip to content

Commit

Permalink
Upgrade Nagios Core to 4.5.2 and Nagios Plugins to 2.4.10 and Linux A…
Browse files Browse the repository at this point in the history
…lpine to 3.18 (#69)
  • Loading branch information
manios committed May 7, 2024
1 parent 7507283 commit 64a4da8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
This Docker image contains more than one software (Nagios, Nagios plugins, NRPE, Apache HTTPD, etc.) with different versions. Hence we decided to name the releases with the naming `Build - <number>` which will have an incremental unsigned integer. In this document we will describe the contents of every image in every build.


## Build 19 (2024-05-07)

* Nagios core: v4.5.2
* Nagios plugins: v2.4.10
* NRPE: 4.1.0

### Features

* Upgrade to Nagios Core to `4.5.2`, Nagios plugins to `2.4.19`. ([#69](https://github.com/manios/docker-nagios/issues/69))

## Build 18 (2024-03-10)

* Nagios core: v4.5.1
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ENV NAGIOS_HOME=/opt/nagios \
NAGIOS_FQDN=nagios.example.com \
NAGIOSADMIN_USER=nagiosadmin \
NAGIOSADMIN_PASS=nagios \
NAGIOS_VERSION=4.5.1 \
NAGIOS_PLUGINS_VERSION=2.4.8 \
NAGIOS_VERSION=4.5.2 \
NAGIOS_PLUGINS_VERSION=2.4.10 \
NRPE_VERSION=4.1.0 \
APACHE_LOCK_DIR=/var/run \
APACHE_LOG_DIR=/var/log/apache2
Expand Down Expand Up @@ -204,7 +204,7 @@ LABEL name="Nagios" \
nrpeVersion=$NRPE_VERSION \
homepage="https://www.nagios.com/" \
maintainer="Christos Manios <maniopaido@gmail.com>" \
build="18" \
build="19" \
org.opencontainers.image.title="Nagios" \
org.opencontainers.image.description="Nagios, the Industry Standard In IT Infrastructure Monitoring" \
org.opencontainers.image.vendor="Nagios" \
Expand All @@ -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="17"
org.opencontainers.image.version="19"

RUN mkdir -p ${NAGIOS_HOME} && \
mkdir -p /orig/apache2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Build Status:

## Supported tags and respective `Dockerfile` links

* `4.5.1`, `4.5`, `latest` [(4.5.1/Dockerfile)](https://github.com/manios/docker-nagios/blob/master/Dockerfile)
* `4.5.2`, `4.5`, `latest` [(4.5.2/Dockerfile)](https://github.com/manios/docker-nagios/blob/master/Dockerfile)

For more information about the image versions you may refer to the [CHANGELOG](https://github.com/manios/docker-nagios/blob/master/CHANGELOG.md)

Expand Down

0 comments on commit 64a4da8

Please sign in to comment.