diff --git a/Dockerfile.linux-amd64 b/Dockerfile.linux-amd64 index c40d466..0f33e83 100644 --- a/Dockerfile.linux-amd64 +++ b/Dockerfile.linux-amd64 @@ -9,7 +9,7 @@ LABEL name="Nagios" \ nagiosPluginsVersion="2.4.8" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="3.0.0" \ + ncpaVersion="3.0.1" \ nagiostvVersion="0.8.7" \ homepage="https://www.nagios.com/" \ maintainer="Tronyx " @@ -33,7 +33,7 @@ ENV NAGIOS_HOME=/opt/nagios \ NAGIOS_PLUGINS_BRANCH=2.4.8 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v3.0.0 \ + NCPA_BRANCH=v3.0.1 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/Dockerfile.linux-arm-v7 b/Dockerfile.linux-arm-v7 index dfed73a..f547440 100644 --- a/Dockerfile.linux-arm-v7 +++ b/Dockerfile.linux-arm-v7 @@ -9,7 +9,7 @@ LABEL name="Nagios" \ nagiosPluginsVersion="2.4.8" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="3.0.0" \ + ncpaVersion="3.0.1" \ nagiostvVersion="0.8.7" \ homepage="https://www.nagios.com/" \ maintainer="Tronyx " @@ -33,7 +33,7 @@ ENV NAGIOS_HOME=/opt/nagios \ NAGIOS_PLUGINS_BRANCH=2.4.8 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v3.0.0 \ + NCPA_BRANCH=v3.0.1 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/Dockerfile.linux-arm64 b/Dockerfile.linux-arm64 index 741f5c8..0373ca2 100644 --- a/Dockerfile.linux-arm64 +++ b/Dockerfile.linux-arm64 @@ -9,7 +9,7 @@ LABEL name="Nagios" \ nagiosPluginsVersion="2.4.8" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="3.0.0" \ + ncpaVersion="3.0.1" \ nagiostvVersion="0.8.7" \ homepage="https://www.nagios.com/" \ maintainer="Tronyx " @@ -33,7 +33,7 @@ ENV NAGIOS_HOME=/opt/nagios \ NAGIOS_PLUGINS_BRANCH=2.4.8 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v3.0.0 \ + NCPA_BRANCH=v3.0.1 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/README.md b/README.md index 5d4a52e..3d38317 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.8 | | [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.0 | -| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.0.0 | +| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.0.1 | | [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.2 | | [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.8.7 |