From 0488797d0135a27554ff16c95cdedf81bd6f729c Mon Sep 17 00:00:00 2001 From: Chris Yocum Date: Thu, 21 Mar 2024 15:49:17 -0400 Subject: [PATCH] Update NCPA to 3.0.2 --- Dockerfile.linux-amd64 | 4 ++-- Dockerfile.linux-arm-v7 | 4 ++-- Dockerfile.linux-arm64 | 4 ++-- README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile.linux-amd64 b/Dockerfile.linux-amd64 index 0d0227a..3c1280b 100644 --- a/Dockerfile.linux-amd64 +++ b/Dockerfile.linux-amd64 @@ -9,7 +9,7 @@ LABEL name="Nagios" \ nagiosPluginsVersion="2.4.9" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="3.0.1" \ + ncpaVersion="3.0.2" \ nagiostvVersion="0.8.7" \ homepage="https://www.nagios.com/" \ maintainer="Tronyx " @@ -33,7 +33,7 @@ ENV NAGIOS_HOME=/opt/nagios \ NAGIOS_PLUGINS_BRANCH=release-2.4.9 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v3.0.1 \ + NCPA_BRANCH=v3.0.2 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/Dockerfile.linux-arm-v7 b/Dockerfile.linux-arm-v7 index 6340ef8..dba7b25 100644 --- a/Dockerfile.linux-arm-v7 +++ b/Dockerfile.linux-arm-v7 @@ -9,7 +9,7 @@ LABEL name="Nagios" \ nagiosPluginsVersion="2.4.9" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="3.0.1" \ + ncpaVersion="3.0.2" \ nagiostvVersion="0.8.7" \ homepage="https://www.nagios.com/" \ maintainer="Tronyx " @@ -33,7 +33,7 @@ ENV NAGIOS_HOME=/opt/nagios \ NAGIOS_PLUGINS_BRANCH=release-2.4.9 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v3.0.1 \ + NCPA_BRANCH=v3.0.2 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/Dockerfile.linux-arm64 b/Dockerfile.linux-arm64 index ea7606b..1301df0 100644 --- a/Dockerfile.linux-arm64 +++ b/Dockerfile.linux-arm64 @@ -9,7 +9,7 @@ LABEL name="Nagios" \ nagiosPluginsVersion="2.4.9" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="3.0.1" \ + ncpaVersion="3.0.2" \ nagiostvVersion="0.8.7" \ homepage="https://www.nagios.com/" \ maintainer="Tronyx " @@ -33,7 +33,7 @@ ENV NAGIOS_HOME=/opt/nagios \ NAGIOS_PLUGINS_BRANCH=release-2.4.9 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v3.0.1 \ + NCPA_BRANCH=v3.0.2 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/README.md b/README.md index 3baa847..956bad3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Nagios Core running on Ubuntu 22.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, Chec | [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.1 | | [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.9 | | [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.0 | -| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.0.1 | +| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.0.2 | | [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.2 | | [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.8.7 |