Skip to content

Commit

Permalink
Update Nagios Plugins to 2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Mar 21, 2024
1 parent b27b7a4 commit 27351ef
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 @@ -6,7 +6,7 @@ FROM ubuntu:22.04

LABEL name="Nagios" \
nagiosVersion="4.5.0" \
nagiosPluginsVersion="2.4.6" \
nagiosPluginsVersion="2.4.9" \
nrpeVersion="4.1.0" \
nscaVersion="2.10.2" \
ncpaVersion="3.0.1" \
Expand All @@ -30,7 +30,7 @@ ENV NAGIOS_HOME=/opt/nagios \
NAGIOS_TIMEZONE=UTC \
DEBIAN_FRONTEND=noninteractive \
NAGIOS_BRANCH=nagios-4.5.0 \
NAGIOS_PLUGINS_BRANCH=release-2.4.6 \
NAGIOS_PLUGINS_BRANCH=release-2.4.9 \
NRPE_BRANCH=nrpe-4.1.0 \
NSCA_TAG=nsca-2.10.2 \
NCPA_BRANCH=v3.0.1 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:22.04

LABEL name="Nagios" \
nagiosVersion="4.5.0" \
nagiosPluginsVersion="2.4.6" \
nagiosPluginsVersion="2.4.9" \
nrpeVersion="4.1.0" \
nscaVersion="2.10.2" \
ncpaVersion="3.0.1" \
Expand All @@ -30,7 +30,7 @@ ENV NAGIOS_HOME=/opt/nagios \
NAGIOS_TIMEZONE=UTC \
DEBIAN_FRONTEND=noninteractive \
NAGIOS_BRANCH=nagios-4.5.0 \
NAGIOS_PLUGINS_BRANCH=release-2.4.6 \
NAGIOS_PLUGINS_BRANCH=release-2.4.9 \
NRPE_BRANCH=nrpe-4.1.0 \
NSCA_TAG=nsca-2.10.2 \
NCPA_BRANCH=v3.0.1 \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:22.04

LABEL name="Nagios" \
nagiosVersion="4.5.0" \
nagiosPluginsVersion="2.4.6" \
nagiosPluginsVersion="2.4.9" \
nrpeVersion="4.1.0" \
nscaVersion="2.10.2" \
ncpaVersion="3.0.1" \
Expand All @@ -30,7 +30,7 @@ ENV NAGIOS_HOME=/opt/nagios \
NAGIOS_TIMEZONE=UTC \
DEBIAN_FRONTEND=noninteractive \
NAGIOS_BRANCH=nagios-4.5.0 \
NAGIOS_PLUGINS_BRANCH=release-2.4.6 \
NAGIOS_PLUGINS_BRANCH=release-2.4.9 \
NRPE_BRANCH=nrpe-4.1.0 \
NSCA_TAG=nsca-2.10.2 \
NCPA_BRANCH=v3.0.1 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Nagios Core running on Ubuntu 22.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, Chec
| Product | Version |
| ------- | ------- |
| [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.0 |
| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.6 |
| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.9 |
| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.0 |
| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.0.1 |
| [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.2 |
Expand Down

0 comments on commit 27351ef

Please sign in to comment.