Skip to content

Commit 133cdd4

Browse files
committed
Update NRPE to 4.1.3
1 parent 029e0b4 commit 133cdd4

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
@@ -7,7 +7,7 @@ FROM ubuntu:24.04
77
LABEL name="Nagios"
88
LABEL nagiosVersion="4.5.8"
99
LABEL nagiosPluginsVersion="2.4.12"
10-
LABEL nrpeVersion="4.1.1"
10+
LABEL nrpeVersion="4.1.3"
1111
LABEL nscaVersion="2.10.3"
1212
LABEL ncpaVersion="3.1.1"
1313
LABEL nagiostvVersion="0.9.2"
@@ -35,7 +35,7 @@ ENV NG_CGI_DIR=${NAGIOS_HOME}/sbin
3535
ENV NG_WWW_DIR=${NAGIOS_HOME}/share/nagiosgraph
3636
ENV NAGIOS_BRANCH=nagios-4.5.8
3737
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12
38-
ENV NRPE_BRANCH=nrpe-4.1.1
38+
ENV NRPE_BRANCH=nrpe-4.1.3
3939
ENV NSCA_TAG=nsca-2.10.3
4040
ENV NCPA_BRANCH=v3.1.1
4141
ENV NAGIOSTV_VERSION=0.9.2

Dockerfile.linux-arm64

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ubuntu:24.04
77
LABEL name="Nagios"
88
LABEL nagiosVersion="4.5.8"
99
LABEL nagiosPluginsVersion="2.4.12"
10-
LABEL nrpeVersion="4.1.1"
10+
LABEL nrpeVersion="4.1.3"
1111
LABEL nscaVersion="2.10.3"
1212
LABEL ncpaVersion="3.1.1"
1313
LABEL nagiostvVersion="0.9.2"
@@ -35,7 +35,7 @@ ENV NG_CGI_DIR=${NAGIOS_HOME}/sbin
3535
ENV NG_WWW_DIR=${NAGIOS_HOME}/share/nagiosgraph
3636
ENV NAGIOS_BRANCH=nagios-4.5.8
3737
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.12
38-
ENV NRPE_BRANCH=nrpe-4.1.1
38+
ENV NRPE_BRANCH=nrpe-4.1.3
3939
ENV NSCA_TAG=nsca-2.10.3
4040
ENV NCPA_BRANCH=v3.1.1
4141
ENV NAGIOSTV_VERSION=0.9.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Nagios Core running on Ubuntu 24.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, and
3939
| ------- | ------- |
4040
| [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.8 |
4141
| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.12 |
42-
| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.1 |
42+
| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.3 |
4343
| [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 |

0 commit comments

Comments
 (0)