diff --git a/Dockerfile.linux-amd64 b/Dockerfile.linux-amd64 index ad9f1d9..3c1280b 100644 --- a/Dockerfile.linux-amd64 +++ b/Dockerfile.linux-amd64 @@ -5,11 +5,11 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true FROM ubuntu:22.04 LABEL name="Nagios" \ - nagiosVersion="4.4.14" \ - nagiosPluginsVersion="2.4.6" \ + nagiosVersion="4.5.1" \ + nagiosPluginsVersion="2.4.9" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="2.4.1" \ + ncpaVersion="3.0.2" \ nagiostvVersion="0.8.7" \ homepage="https://www.nagios.com/" \ maintainer="Tronyx " @@ -29,11 +29,11 @@ ENV NAGIOS_HOME=/opt/nagios \ APACHE_LOG_DIR=/var/log/apache2 \ NAGIOS_TIMEZONE=UTC \ DEBIAN_FRONTEND=noninteractive \ - NAGIOS_BRANCH=nagios-4.4.14 \ - NAGIOS_PLUGINS_BRANCH=release-2.4.6 \ + NAGIOS_BRANCH=nagios-4.5.1 \ + NAGIOS_PLUGINS_BRANCH=release-2.4.9 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v2.4.1 \ + NCPA_BRANCH=v3.0.2 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/Dockerfile.linux-arm-v7 b/Dockerfile.linux-arm-v7 index 8acfee0..dba7b25 100644 --- a/Dockerfile.linux-arm-v7 +++ b/Dockerfile.linux-arm-v7 @@ -5,11 +5,11 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true FROM ubuntu:22.04 LABEL name="Nagios" \ - nagiosVersion="4.4.14" \ - nagiosPluginsVersion="2.4.6" \ + nagiosVersion="4.5.1" \ + nagiosPluginsVersion="2.4.9" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="2.4.1" \ + ncpaVersion="3.0.2" \ nagiostvVersion="0.8.7" \ homepage="https://www.nagios.com/" \ maintainer="Tronyx " @@ -29,11 +29,11 @@ ENV NAGIOS_HOME=/opt/nagios \ APACHE_LOG_DIR=/var/log/apache2 \ NAGIOS_TIMEZONE=UTC \ DEBIAN_FRONTEND=noninteractive \ - NAGIOS_BRANCH=nagios-4.4.14 \ - NAGIOS_PLUGINS_BRANCH=release-2.4.6 \ + NAGIOS_BRANCH=nagios-4.5.1 \ + NAGIOS_PLUGINS_BRANCH=release-2.4.9 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v2.4.1 \ + NCPA_BRANCH=v3.0.2 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/Dockerfile.linux-arm64 b/Dockerfile.linux-arm64 index 2e5c282..1301df0 100644 --- a/Dockerfile.linux-arm64 +++ b/Dockerfile.linux-arm64 @@ -5,11 +5,11 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true FROM ubuntu:22.04 LABEL name="Nagios" \ - nagiosVersion="4.4.14" \ - nagiosPluginsVersion="2.4.6" \ + nagiosVersion="4.5.1" \ + nagiosPluginsVersion="2.4.9" \ nrpeVersion="4.1.0" \ nscaVersion="2.10.2" \ - ncpaVersion="2.4.1" \ + ncpaVersion="3.0.2" \ nagiostvVersion="0.8.7" \ homepage="https://www.nagios.com/" \ maintainer="Tronyx " @@ -29,11 +29,11 @@ ENV NAGIOS_HOME=/opt/nagios \ APACHE_LOG_DIR=/var/log/apache2 \ NAGIOS_TIMEZONE=UTC \ DEBIAN_FRONTEND=noninteractive \ - NAGIOS_BRANCH=nagios-4.4.14 \ - NAGIOS_PLUGINS_BRANCH=release-2.4.6 \ + NAGIOS_BRANCH=nagios-4.5.1 \ + NAGIOS_PLUGINS_BRANCH=release-2.4.9 \ NRPE_BRANCH=nrpe-4.1.0 \ NSCA_TAG=nsca-2.10.2 \ - NCPA_BRANCH=v2.4.1 \ + NCPA_BRANCH=v3.0.2 \ NAGIOSTV_VERSION=0.8.7 ENV NG_CGI_URL=/cgi-bin \ diff --git a/LICENSE.md b/LICENSE.md index 0fe5832..c9cb9c2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright 2020 Tronyx +Copyright 2024 Tronyx Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 16aed7a..956bad3 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ Nagios Core running on Ubuntu 22.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, Chec | Product | Version | | ------- | ------- | -| [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.4.14 | -| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.6 | +| [Nagios Core](https://github.com/NagiosEnterprises/nagioscore/releases) | 4.5.1 | +| [Nagios Plugins](https://github.com/nagios-plugins/nagios-plugins) | 2.4.9 | | [NRPE](https://github.com/NagiosEnterprises/nrpe) | 4.1.0 | -| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 2.4.1 | +| [NCPA](https://github.com/NagiosEnterprises/ncpa) | 3.0.2 | | [NSCA](https://github.com/NagiosEnterprises/nsca) | 2.10.2 | | [NagiosTV](https://github.com/chriscareycode/nagiostv-react) | 0.8.7 |