Skip to content

Commit

Permalink
Update Nagios Plugins to 2.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Aug 26, 2024
1 parent d000164 commit e45ccd4
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 @@ -6,7 +6,7 @@ FROM ubuntu:24.04

LABEL name="Nagios"
LABEL nagiosVersion="4.5.4"
LABEL nagiosPluginsVersion="2.4.11"
LABEL nagiosPluginsVersion="2.4.12"
LABEL nrpeVersion="4.1.1"
LABEL nscaVersion="2.10.3"
LABEL ncpaVersion="3.1.0"
Expand Down Expand Up @@ -34,7 +34,7 @@ ENV NG_NAGIOS_CONFIG_FILE=${NAGIOS_HOME}/etc/nagios.cfg
ENV NG_CGI_DIR=${NAGIOS_HOME}/sbin
ENV NG_WWW_DIR=${NAGIOS_HOME}/share/nagiosgraph
ENV NAGIOS_BRANCH=nagios-4.5.4
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.11
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
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:24.04

LABEL name="Nagios"
LABEL nagiosVersion="4.5.4"
LABEL nagiosPluginsVersion="2.4.11"
LABEL nagiosPluginsVersion="2.4.12"
LABEL nrpeVersion="4.1.1"
LABEL nscaVersion="2.10.3"
LABEL ncpaVersion="3.1.0"
Expand Down Expand Up @@ -34,7 +34,7 @@ ENV NG_NAGIOS_CONFIG_FILE=${NAGIOS_HOME}/etc/nagios.cfg
ENV NG_CGI_DIR=${NAGIOS_HOME}/sbin
ENV NG_WWW_DIR=${NAGIOS_HOME}/share/nagiosgraph
ENV NAGIOS_BRANCH=nagios-4.5.4
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.11
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Nagios Core running on Ubuntu 24.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, and
| Product | Version |
| ------- | ------- |
| [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.4 |
| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.11 |
| [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 |
| [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.3 |
Expand Down

0 comments on commit e45ccd4

Please sign in to comment.