diff --git a/Dockerfile.linux-amd64 b/Dockerfile.linux-amd64 index 2b74a04..b8f3871 100644 --- a/Dockerfile.linux-amd64 +++ b/Dockerfile.linux-amd64 @@ -9,7 +9,7 @@ LABEL nagiosVersion="4.5.5" LABEL nagiosPluginsVersion="2.4.12" LABEL nrpeVersion="4.1.1" LABEL nscaVersion="2.10.3" -LABEL ncpaVersion="3.1.0" +LABEL ncpaVersion="3.1.1" LABEL nagiostvVersion="0.9.2" LABEL homepage="https://www.nagios.com/" LABEL maintainer="Tronyx " @@ -37,7 +37,7 @@ ENV NAGIOS_BRANCH=nagios-4.5.5 ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12 ENV NRPE_BRANCH=nrpe-4.1.1 ENV NSCA_TAG=nsca-2.10.3 -ENV NCPA_BRANCH=v3.1.0 +ENV NCPA_BRANCH=v3.1.1 ENV NAGIOSTV_VERSION=0.9.2 RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \ diff --git a/Dockerfile.linux-arm-v7 b/Dockerfile.linux-arm-v7 index 6ac431d..e415251 100644 --- a/Dockerfile.linux-arm-v7 +++ b/Dockerfile.linux-arm-v7 @@ -9,7 +9,7 @@ LABEL nagiosVersion="4.5.5" LABEL nagiosPluginsVersion="2.4.12" LABEL nrpeVersion="4.1.1" LABEL nscaVersion="2.10.3" -LABEL ncpaVersion="3.1.0" +LABEL ncpaVersion="3.1.1" LABEL nagiostvVersion="0.9.2" LABEL homepage="https://www.nagios.com/" LABEL maintainer="Tronyx " @@ -37,7 +37,7 @@ ENV NAGIOS_BRANCH=nagios-4.5.5 ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12 ENV NRPE_BRANCH=nrpe-4.1.1 ENV NSCA_TAG=nsca-2.10.3 -ENV NCPA_BRANCH=v3.1.0 +ENV NCPA_BRANCH=v3.1.1 ENV NAGIOSTV_VERSION=0.9.2 RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \ diff --git a/Dockerfile.linux-arm64 b/Dockerfile.linux-arm64 index e52f2a3..cd75ea0 100644 --- a/Dockerfile.linux-arm64 +++ b/Dockerfile.linux-arm64 @@ -9,7 +9,7 @@ LABEL nagiosVersion="4.5.5" LABEL nagiosPluginsVersion="2.4.12" LABEL nrpeVersion="4.1.1" LABEL nscaVersion="2.10.3" -LABEL ncpaVersion="3.1.0" +LABEL ncpaVersion="3.1.1" LABEL nagiostvVersion="0.9.2" LABEL homepage="https://www.nagios.com/" LABEL maintainer="Tronyx " @@ -37,7 +37,7 @@ ENV NAGIOS_BRANCH=nagios-4.5.5 ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12 ENV NRPE_BRANCH=nrpe-4.1.1 ENV NSCA_TAG=nsca-2.10.3 -ENV NCPA_BRANCH=v3.1.0 +ENV NCPA_BRANCH=v3.1.1 ENV NAGIOSTV_VERSION=0.9.2 RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \ diff --git a/README.md b/README.md index 7e30e15..b470046 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Nagios Core running on Ubuntu 22.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, and | [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.5 | | [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.12 | | [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.1 | -| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.1.0 | +| [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 |