From 00f4222fa32cd8149b5fec5638602566d19b2ec3 Mon Sep 17 00:00:00 2001 From: Chris Yocum Date: Thu, 30 Nov 2023 08:17:57 -0500 Subject: [PATCH] Update NCPA to 3.0.0 --- 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 7849223..9f58bcb 100644 --- a/Dockerfile.linux-amd64 +++ b/Dockerfile.linux-amd64 @@ -9,7 +9,7 @@ LABEL name="Nagios" \ nagiosPluginsVersion="2.4.7" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="2.4.1" \ + ncpaVersion="3.0.0" \ 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.7 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v2.4.1 \ + NCPA_BRANCH=v3.0.0 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/Dockerfile.linux-arm-v7 b/Dockerfile.linux-arm-v7 index 9b45d4c..933a4c6 100644 --- a/Dockerfile.linux-arm-v7 +++ b/Dockerfile.linux-arm-v7 @@ -9,7 +9,7 @@ LABEL name="Nagios" \ nagiosPluginsVersion="2.4.7" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="2.4.1" \ + ncpaVersion="3.0.0" \ 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.7 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v2.4.1 \ + NCPA_BRANCH=v3.0.0 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/Dockerfile.linux-arm64 b/Dockerfile.linux-arm64 index 67fce6c..bb59363 100644 --- a/Dockerfile.linux-arm64 +++ b/Dockerfile.linux-arm64 @@ -9,7 +9,7 @@ LABEL name="Nagios" \ nagiosPluginsVersion="2.4.7" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="2.4.1" \ + ncpaVersion="3.0.0" \ 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.7 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v2.4.1 \ + NCPA_BRANCH=v3.0.0 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/README.md b/README.md index 841fe8b..6fb8314 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.0 | | [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.7 | | [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.0 | -| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 2.4.1 | +| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.0.0 | | [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.2 | | [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.8.7 |