Skip to content

Commit

Permalink
Update Nagios Core to 4.5.2 and Nagios Plugins to 2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed May 6, 2024
1 parent 90c4cbc commit d490bfe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM ubuntu:22.04

LABEL name="Nagios" \
nagiosVersion="4.5.1" \
nagiosPluginsVersion="2.4.9" \
nagiosVersion="4.5.2" \
nagiosPluginsVersion="2.4.10" \
nrpeVersion="4.1.0" \
nscaVersion="2.10.2" \
ncpaVersion="3.0.2" \
Expand All @@ -29,8 +29,8 @@ ENV NAGIOS_HOME=/opt/nagios \
APACHE_LOG_DIR=/var/log/apache2 \
NAGIOS_TIMEZONE=UTC \
DEBIAN_FRONTEND=noninteractive \
NAGIOS_BRANCH=nagios-4.5.1 \
NAGIOS_PLUGINS_BRANCH=release-2.4.9 \
NAGIOS_BRANCH=nagios-4.5.2 \
NAGIOS_PLUGINS_BRANCH=release-2.4.10 \
NRPE_BRANCH=nrpe-4.1.0 \
NSCA_TAG=nsca-2.10.2 \
NCPA_BRANCH=v3.0.2 \
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM ubuntu:22.04

LABEL name="Nagios" \
nagiosVersion="4.5.1" \
nagiosPluginsVersion="2.4.9" \
nagiosVersion="4.5.2" \
nagiosPluginsVersion="2.4.10" \
nrpeVersion="4.1.0" \
nscaVersion="2.10.2" \
ncpaVersion="3.0.2" \
Expand All @@ -29,8 +29,8 @@ ENV NAGIOS_HOME=/opt/nagios \
APACHE_LOG_DIR=/var/log/apache2 \
NAGIOS_TIMEZONE=UTC \
DEBIAN_FRONTEND=noninteractive \
NAGIOS_BRANCH=nagios-4.5.1 \
NAGIOS_PLUGINS_BRANCH=release-2.4.9 \
NAGIOS_BRANCH=nagios-4.5.2 \
NAGIOS_PLUGINS_BRANCH=release-2.4.10 \
NRPE_BRANCH=nrpe-4.1.0 \
NSCA_TAG=nsca-2.10.2 \
NCPA_BRANCH=v3.0.2 \
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM ubuntu:22.04

LABEL name="Nagios" \
nagiosVersion="4.5.1" \
nagiosPluginsVersion="2.4.9" \
nagiosVersion="4.5.2" \
nagiosPluginsVersion="2.4.10" \
nrpeVersion="4.1.0" \
nscaVersion="2.10.2" \
ncpaVersion="3.0.2" \
Expand All @@ -29,8 +29,8 @@ ENV NAGIOS_HOME=/opt/nagios \
APACHE_LOG_DIR=/var/log/apache2 \
NAGIOS_TIMEZONE=UTC \
DEBIAN_FRONTEND=noninteractive \
NAGIOS_BRANCH=nagios-4.5.1 \
NAGIOS_PLUGINS_BRANCH=release-2.4.9 \
NAGIOS_BRANCH=nagios-4.5.2 \
NAGIOS_PLUGINS_BRANCH=release-2.4.10 \
NRPE_BRANCH=nrpe-4.1.0 \
NSCA_TAG=nsca-2.10.2 \
NCPA_BRANCH=v3.0.2 \
Expand Down

0 comments on commit d490bfe

Please sign in to comment.