Skip to content

Commit

Permalink
Update Nagios Core to 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Aug 16, 2024
1 parent 1e5452c commit 4f1c2f0
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 @@ -5,7 +5,7 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM ubuntu:24.04

LABEL name="Nagios"
LABEL nagiosVersion="4.5.3"
LABEL nagiosVersion="4.5.4"
LABEL nagiosPluginsVersion="2.4.11"
LABEL nrpeVersion="4.1.1"
LABEL nscaVersion="2.10.3"
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.3
ENV NAGIOS_BRANCH=nagios-4.5.4
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.11
ENV NRPE_BRANCH=nrpe-4.1.1
ENV NSCA_TAG=nsca-2.10.3
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.3"
LABEL nagiosVersion="4.5.4"
LABEL nagiosPluginsVersion="2.4.11"
LABEL nrpeVersion="4.1.1"
LABEL nscaVersion="2.10.3"
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.3
ENV NAGIOS_BRANCH=nagios-4.5.4
ENV NAGIOS_PLUGINS_BRANCH=release-2.4.11
ENV NRPE_BRANCH=nrpe-4.1.1
ENV NSCA_TAG=nsca-2.10.3
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 24.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, and

| Product | Version |
| ------- | ------- |
| [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.3 |
| [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.4 |
| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.11 |
| [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.1 |
| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.1.0 |
Expand Down

0 comments on commit 4f1c2f0

Please sign in to comment.