Skip to content

Commit

Permalink
Update NCPA to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Nov 30, 2023
1 parent 110c914 commit 00f4222
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
Expand All @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
Expand All @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 00f4222

Please sign in to comment.