Skip to content

Commit

Permalink
Update NRPE to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Dec 14, 2024
1 parent 029e0b4 commit 133cdd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ubuntu:24.04
LABEL name="Nagios"
LABEL nagiosVersion="4.5.8"
LABEL nagiosPluginsVersion="2.4.12"
LABEL nrpeVersion="4.1.1"
LABEL nrpeVersion="4.1.3"
LABEL nscaVersion="2.10.3"
LABEL ncpaVersion="3.1.1"
LABEL nagiostvVersion="0.9.2"
Expand Down Expand Up @@ -35,7 +35,7 @@ ENV NG_CGI_DIR=${NAGIOS_HOME}/sbin
ENV NG_WWW_DIR=${NAGIOS_HOME}/share/nagiosgraph
ENV NAGIOS_BRANCH=nagios-4.5.8
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12
ENV NRPE_BRANCH=nrpe-4.1.1
ENV NRPE_BRANCH=nrpe-4.1.3
ENV NSCA_TAG=nsca-2.10.3
ENV NCPA_BRANCH=v3.1.1
ENV NAGIOSTV_VERSION=0.9.2
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ubuntu:24.04
LABEL name="Nagios"
LABEL nagiosVersion="4.5.8"
LABEL nagiosPluginsVersion="2.4.12"
LABEL nrpeVersion="4.1.1"
LABEL nrpeVersion="4.1.3"
LABEL nscaVersion="2.10.3"
LABEL ncpaVersion="3.1.1"
LABEL nagiostvVersion="0.9.2"
Expand Down Expand Up @@ -35,7 +35,7 @@ ENV NG_CGI_DIR=${NAGIOS_HOME}/sbin
ENV NG_WWW_DIR=${NAGIOS_HOME}/share/nagiosgraph
ENV NAGIOS_BRANCH=nagios-4.5.8
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12
ENV NRPE_BRANCH=nrpe-4.1.1
ENV NRPE_BRANCH=nrpe-4.1.3
ENV NSCA_TAG=nsca-2.10.3
ENV NCPA_BRANCH=v3.1.1
ENV NAGIOSTV_VERSION=0.9.2
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 24.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, and
| ------- | ------- |
| [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.8 |
| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.12 |
| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.1 |
| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.3 |
| [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 133cdd4

Please sign in to comment.