From 9c37ebe65ae2bc9d7e789b63e787ece5e5eeb8a8 Mon Sep 17 00:00:00 2001 From: Chris Yocum Date: Mon, 27 May 2024 08:19:49 -0400 Subject: [PATCH] Add PR 165 from upstream project --- Dockerfile.linux-amd64 | 2 ++ Dockerfile.linux-arm-v7 | 2 ++ Dockerfile.linux-arm64 | 2 ++ README.md | 3 ++- 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile.linux-amd64 b/Dockerfile.linux-amd64 index ed30b1a..8604d5f 100644 --- a/Dockerfile.linux-amd64 +++ b/Dockerfile.linux-amd64 @@ -68,6 +68,7 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set libcgi-pm-perl \ libcrypt-des-perl \ libcrypt-rijndael-perl \ + libcrypt-x509-perl \ libdbd-mysql-perl \ libdbd-pg-perl \ libdbi-dev \ @@ -93,6 +94,7 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set librrds-perl \ libssl-dev \ libswitch-perl \ + libtext-glob-perl \ libwww-perl \ m4 \ netcat \ diff --git a/Dockerfile.linux-arm-v7 b/Dockerfile.linux-arm-v7 index ac09dd0..9e4a5a1 100644 --- a/Dockerfile.linux-arm-v7 +++ b/Dockerfile.linux-arm-v7 @@ -69,6 +69,7 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set libcgi-pm-perl \ libcrypt-des-perl \ libcrypt-rijndael-perl \ + libcrypt-x509-perl \ libdbd-mysql-perl \ libdbd-pg-perl \ libdbi-dev \ @@ -95,6 +96,7 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set librrds-perl \ libssl-dev \ libswitch-perl \ + libtext-glob-perl \ libwww-perl \ m4 \ netcat \ diff --git a/Dockerfile.linux-arm64 b/Dockerfile.linux-arm64 index fd2bd60..717b5c4 100644 --- a/Dockerfile.linux-arm64 +++ b/Dockerfile.linux-arm64 @@ -68,6 +68,7 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set libcgi-pm-perl \ libcrypt-des-perl \ libcrypt-rijndael-perl \ + libcrypt-x509-perl \ libdbd-mysql-perl \ libdbd-pg-perl \ libdbi-dev \ @@ -93,6 +94,7 @@ RUN echo postfix postfix/main_mailer_type string "'Internet Site'" | debconf-set librrds-perl \ libssl-dev \ libswitch-perl \ + libtext-glob-perl \ libwww-perl \ m4 \ netcat \ diff --git a/README.md b/README.md index 6b58cbb..c7fb82e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Fork of [JasonRivers Docker Nagios image](https://github.com/JasonRivers/Docker- * [#120](https://github.com/JasonRivers/Docker-Nagios/pull/120) - Add NSCA ([mmerian](https://github.com/mmerian)) * [#130](https://github.com/JasonRivers/Docker-Nagios/issues/130) - Add Perl encryption libraries ([rehashedsalt](https://github.com/rehashedsalt)) * [#132](https://github.com/JasonRivers/Docker-Nagios/issues/132) - Add rSync ([LutzLegu](https://github.com/LutzLegu)) +* [#165](https://github.com/JasonRivers/Docker-Nagios/pull/165) - Added libcrypt-x509-per and libtext-glob-perl modules ([Scott-Jones-COS](https://github.com/Scott-Jones-COS)) Listing these as I wish to give the original users credit for their work. @@ -32,7 +33,7 @@ Things that I have changed/updated/added to date: ## Information -Nagios Core running on Ubuntu 22.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, CheckMK, and NagiosTV. +Nagios Core running on Ubuntu 22.04 LTS with NagiosGraph, NRPE, NCPA, NSCA, and NagiosTV. | Product | Version | | ------- | ------- |