Skip to content

Commit dbb6fd0

Browse files
committed
Update NCPA to 3.1.1
1 parent 709abb4 commit dbb6fd0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile.linux-amd64

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL nagiosVersion="4.5.5"
99
LABEL nagiosPluginsVersion="2.4.12"
1010
LABEL nrpeVersion="4.1.1"
1111
LABEL nscaVersion="2.10.3"
12-
LABEL ncpaVersion="3.1.0"
12+
LABEL ncpaVersion="3.1.1"
1313
LABEL nagiostvVersion="0.9.2"
1414
LABEL homepage="https://www.nagios.com/"
1515
LABEL maintainer="Tronyx <[email protected]>"
@@ -37,7 +37,7 @@ ENV NAGIOS_BRANCH=nagios-4.5.5
3737
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12
3838
ENV NRPE_BRANCH=nrpe-4.1.1
3939
ENV NSCA_TAG=nsca-2.10.3
40-
ENV NCPA_BRANCH=v3.1.0
40+
ENV NCPA_BRANCH=v3.1.1
4141
ENV NAGIOSTV_VERSION=0.9.2
4242

4343
RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \

Dockerfile.linux-arm64

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL nagiosVersion="4.5.5"
99
LABEL nagiosPluginsVersion="2.4.12"
1010
LABEL nrpeVersion="4.1.1"
1111
LABEL nscaVersion="2.10.3"
12-
LABEL ncpaVersion="3.1.0"
12+
LABEL ncpaVersion="3.1.1"
1313
LABEL nagiostvVersion="0.9.2"
1414
LABEL homepage="https://www.nagios.com/"
1515
LABEL maintainer="Tronyx <[email protected]>"
@@ -37,7 +37,7 @@ ENV NAGIOS_BRANCH=nagios-4.5.5
3737
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12
3838
ENV NRPE_BRANCH=nrpe-4.1.1
3939
ENV NSCA_TAG=nsca-2.10.3
40-
ENV NCPA_BRANCH=v3.1.0
40+
ENV NCPA_BRANCH=v3.1.1
4141
ENV NAGIOSTV_VERSION=0.9.2
4242

4343
RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Nagios Core running on Ubuntu 24.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, and
4040
| [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.5 |
4141
| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.12 |
4242
| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.1 |
43-
| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.1.0 |
43+
| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.1.1 |
4444
| [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.3 |
4545
| [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.9.2 |
4646

0 commit comments

Comments
 (0)