Skip to content

Commit

Permalink
Merge pull request #41 from tronyx/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tronyx authored Nov 7, 2024
2 parents 323bfc7 + 73efdb6 commit 7f048dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM ubuntu:24.04

LABEL name="Nagios"
LABEL nagiosVersion="4.5.4"
LABEL nagiosVersion="4.5.7"
LABEL nagiosPluginsVersion="2.4.12"
LABEL nrpeVersion="4.1.1"
LABEL nscaVersion="2.10.3"
LABEL ncpaVersion="3.1.0"
LABEL ncpaVersion="3.1.1"
LABEL nagiostvVersion="0.9.2"
LABEL homepage="https://www.nagios.com/"
LABEL maintainer="Tronyx <tronyx@tronflix.app>"
Expand All @@ -33,11 +33,11 @@ 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.4
ENV NAGIOS_BRANCH=nagios-4.5.7
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
ENV NCPA_BRANCH=v3.1.1
ENV NAGIOSTV_VERSION=0.9.2

RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM ubuntu:24.04

LABEL name="Nagios"
LABEL nagiosVersion="4.5.4"
LABEL nagiosVersion="4.5.7"
LABEL nagiosPluginsVersion="2.4.12"
LABEL nrpeVersion="4.1.1"
LABEL nscaVersion="2.10.3"
LABEL ncpaVersion="3.1.0"
LABEL ncpaVersion="3.1.1"
LABEL nagiostvVersion="0.9.2"
LABEL homepage="https://www.nagios.com/"
LABEL maintainer="Tronyx <tronyx@tronflix.app>"
Expand All @@ -33,11 +33,11 @@ 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.4
ENV NAGIOS_BRANCH=nagios-4.5.7
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
ENV NCPA_BRANCH=v3.1.1
ENV NAGIOSTV_VERSION=0.9.2

RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set-selections && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ 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 Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.7 |
| [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 |
| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.1.1 |
| [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.3 |
| [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.9.2 |

Expand Down

0 comments on commit 7f048dd

Please sign in to comment.