From 133cdd4b38032e246e54fad1dbacfc4ab18509d6 Mon Sep 17 00:00:00 2001 From: Chris Yocum Date: Fri, 13 Dec 2024 19:43:15 -0500 Subject: [PATCH] Update NRPE to 4.1.3 --- Dockerfile.linux-amd64 | 4 ++-- Dockerfile.linux-arm64 | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile.linux-amd64 b/Dockerfile.linux-amd64 index 785330a..a735a24 100644 --- a/Dockerfile.linux-amd64 +++ b/Dockerfile.linux-amd64 @@ -7,7 +7,7 @@ FROM ubuntu:24.04 LABEL name="Nagios" LABEL nagiosVersion="4.5.8" LABEL nagiosPluginsVersion="2.4.12" -LABEL nrpeVersion="4.1.1" +LABEL nrpeVersion="4.1.3" LABEL nscaVersion="2.10.3" LABEL ncpaVersion="3.1.1" LABEL nagiostvVersion="0.9.2" @@ -35,7 +35,7 @@ ENV NG_CGI_DIR=${NAGIOS_HOME}/sbin ENV NG_WWW_DIR=${NAGIOS_HOME}/share/nagiosgraph ENV NAGIOS_BRANCH=nagios-4.5.8 ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12 -ENV NRPE_BRANCH=nrpe-4.1.1 +ENV NRPE_BRANCH=nrpe-4.1.3 ENV NSCA_TAG=nsca-2.10.3 ENV NCPA_BRANCH=v3.1.1 ENV NAGIOSTV_VERSION=0.9.2 diff --git a/Dockerfile.linux-arm64 b/Dockerfile.linux-arm64 index 59b9ad7..0ca32d9 100644 --- a/Dockerfile.linux-arm64 +++ b/Dockerfile.linux-arm64 @@ -7,7 +7,7 @@ FROM ubuntu:24.04 LABEL name="Nagios" LABEL nagiosVersion="4.5.8" LABEL nagiosPluginsVersion="2.4.12" -LABEL nrpeVersion="4.1.1" +LABEL nrpeVersion="4.1.3" LABEL nscaVersion="2.10.3" LABEL ncpaVersion="3.1.1" LABEL nagiostvVersion="0.9.2" @@ -35,7 +35,7 @@ ENV NG_CGI_DIR=${NAGIOS_HOME}/sbin ENV NG_WWW_DIR=${NAGIOS_HOME}/share/nagiosgraph ENV NAGIOS_BRANCH=nagios-4.5.8 ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12 -ENV NRPE_BRANCH=nrpe-4.1.1 +ENV NRPE_BRANCH=nrpe-4.1.3 ENV NSCA_TAG=nsca-2.10.3 ENV NCPA_BRANCH=v3.1.1 ENV NAGIOSTV_VERSION=0.9.2 diff --git a/README.md b/README.md index fb9f39e..70f5ec8 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Nagios Core running on Ubuntu 24.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, and | ------- | ------- | | [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.8 | | [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.12 | -| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.1 | +| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.3 | | [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.1.1 | | [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.3 | | [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.9.2 |