Skip to content

Commit

Permalink
Update Nagios Core to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Jun 12, 2024
1 parent 7b9a775 commit 8b29936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM ubuntu:24.04

LABEL name="Nagios"
LABEL nagiosVersion="4.5.2"
LABEL nagiosVersion="4.5.3"
LABEL nagiosPluginsVersion="2.4.10"
LABEL nrpeVersion="4.1.0"
LABEL nscaVersion="2.10.2"
Expand Down Expand Up @@ -33,7 +33,7 @@ ENV NG_CGI_URL /cgi-bin
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.2
ENV NAGIOS_BRANCH nagios-4.5.3
ENV NAGIOS_PLUGINS_BRANCH release-2.4.10
ENV NRPE_BRANCH nrpe-4.1.0
ENV NSCA_TAG nsca-2.10.2
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM ubuntu:24.04

LABEL name="Nagios"
LABEL nagiosVersion="4.5.2"
LABEL nagiosVersion="4.5.3"
LABEL nagiosPluginsVersion="2.4.10"
LABEL nrpeVersion="4.1.0"
LABEL nscaVersion="2.10.2"
Expand Down Expand Up @@ -33,7 +33,7 @@ ENV NG_CGI_URL /cgi-bin
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.2
ENV NAGIOS_BRANCH nagios-4.5.3
ENV NAGIOS_PLUGINS_BRANCH release-2.4.10
ENV NRPE_BRANCH nrpe-4.1.0
ENV NSCA_TAG nsca-2.10.2
Expand Down

0 comments on commit 8b29936

Please sign in to comment.