From c081de3f90deffab86205bd94523880548668685 Mon Sep 17 00:00:00 2001 From: Christos Manios Date: Fri, 10 Feb 2023 20:21:53 +0200 Subject: [PATCH] Upgrade Nagios Core to 4.4.10 and Nagios Plugins to 2.4.3 (#53) --- .github/workflows/github-build.yml | 2 +- CHANGELOG.md | 10 ++++++++++ Dockerfile | 6 +++--- README.md | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-build.yml b/.github/workflows/github-build.yml index cbaeb3e..abf2bde 100644 --- a/.github/workflows/github-build.yml +++ b/.github/workflows/github-build.yml @@ -19,7 +19,7 @@ jobs: echo "github.action_path : ${{ github.action_path }}" echo "github.actor : ${{ github.actor }}" echo "github.base_ref : ${{ github.base_ref }}" - echo "github.event : ${{ toJson(github.event) }}" + echo 'github.event : ${{ toJson(github.event) }}' echo "github.event_name : ${{ github.event_name }}" echo "github.event_path : ${{ github.event_path }}" echo "github.head_ref : ${{ github.head_ref }}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb8618..94ed10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,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 - ` which will have an incremental unsigned integer. In this document we will describe the contents of every image in every build. +## Build 12 (2023-03-03) + +* Nagios core: v4.4.10 +* Nagios plugins: v2.4.3 +* NRPE: 4.1.0 + +### Features + +* Upgrade to Nagios Core to `4.4.10`, Nagios plugins to `2.4.3``. ([#53](https://github.com/manios/docker-nagios/issues/53) + ## Build 11 (2022-12-12) * Nagios core: v4.4.9 diff --git a/Dockerfile b/Dockerfile index 046cfe5..a8dc0ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,8 @@ ENV NAGIOS_HOME=/opt/nagios \ NAGIOS_FQDN=nagios.example.com \ NAGIOSADMIN_USER=nagiosadmin \ NAGIOSADMIN_PASS=nagios \ - NAGIOS_VERSION=4.4.9 \ - NAGIOS_PLUGINS_VERSION=2.4.2 \ + NAGIOS_VERSION=4.4.10 \ + NAGIOS_PLUGINS_VERSION=2.4.3 \ NRPE_VERSION=4.1.0 \ APACHE_LOCK_DIR=/var/run \ APACHE_LOG_DIR=/var/log/apache2 @@ -203,7 +203,7 @@ LABEL name="Nagios" \ nrpeVersion=$NRPE_VERSION \ homepage="https://www.nagios.com/" \ maintainer="Christos Manios " \ - build="11" + build="12" RUN mkdir -p ${NAGIOS_HOME} && \ mkdir -p /orig/apache2 diff --git a/README.md b/README.md index db390c9..9526f15 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Build Status: ## Supported tags and respective `Dockerfile` links -* `4.4.9`, `4.4`, `latest` [(4.4.9/Dockerfile)](https://github.com/manios/docker-nagios/blob/master/Dockerfile) +* `4.4.10`, `4.4`, `latest` [(4.4.10/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)