mirror of
https://github.com/manios/docker-nagios.git
synced 2026-07-18 00:45:14 +00:00
Upgrade Nagios Core to 4.4.10 and Nagios Plugins to 2.4.3 (#53)
This commit is contained in:
parent
311fcc48a3
commit
c081de3f90
4 changed files with 15 additions and 5 deletions
2
.github/workflows/github-build.yml
vendored
2
.github/workflows/github-build.yml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
10
CHANGELOG.md
10
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 - <number>` 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
|
||||
|
|
|
|||
|
|
@ -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 <maniopaido@gmail.com>" \
|
||||
build="11"
|
||||
build="12"
|
||||
|
||||
RUN mkdir -p ${NAGIOS_HOME} && \
|
||||
mkdir -p /orig/apache2
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue