Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #35

Merged
merged 13 commits into from
Apr 1, 2024
12 changes: 6 additions & 6 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: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 <[email protected]>"
Expand All @@ -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 \
Expand Down
12 changes: 6 additions & 6 deletions Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
Expand All @@ -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 \
Expand Down
12 changes: 6 additions & 6 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: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 <[email protected]>"
Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
Loading