Skip to content

Commit

Permalink
Update NCPA to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Sep 24, 2024
1 parent c3c66b2 commit d1ac339
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 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 <[email protected]>"
Expand Down Expand Up @@ -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 && \
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 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 <[email protected]>"
Expand Down Expand Up @@ -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 && \
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 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 <[email protected]>"
Expand Down Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit d1ac339

Please sign in to comment.