Skip to content

Commit

Permalink
Upgrade Nagios Core to 4.5.1 and Nagios Plugins to 2.4.8 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
manios committed Mar 10, 2024
1 parent 6b550aa commit 7507283
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}
-
name: Cache Docker layers for this Git branch
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache
Expand Down
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 18 (2024-03-10)

* Nagios core: v4.5.1
* Nagios plugins: v2.4.8
* NRPE: 4.1.0

### Features

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

## Build 17 (2023-11-20)

* Nagios core: v4.5.0
Expand Down
6 changes: 3 additions & 3 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.0 \
NAGIOS_PLUGINS_VERSION=2.4.7 \
NAGIOS_VERSION=4.5.1 \
NAGIOS_PLUGINS_VERSION=2.4.8 \
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="17" \
build="18" \
org.opencontainers.image.title="Nagios" \
org.opencontainers.image.description="Nagios, the Industry Standard In IT Infrastructure Monitoring" \
org.opencontainers.image.vendor="Nagios" \
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.0`, `4.5`, `latest` [(4.5.0/Dockerfile)](https://github.com/manios/docker-nagios/blob/master/Dockerfile)
* `4.5.1`, `4.5`, `latest` [(4.5.1/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 7507283

Please sign in to comment.