From 1627f19a26d72a86ed65c5d38d125f6755069023 Mon Sep 17 00:00:00 2001 From: aaronagios <146751886+aaronagios@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:01:09 -0600 Subject: [PATCH 1/4] Update quickstart location --- INSTALLING | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/INSTALLING b/INSTALLING index e17ba49c5..60a46e08d 100644 --- a/INSTALLING +++ b/INSTALLING @@ -1,17 +1,12 @@ Nagios Installation Instructions -------------------------------- -A quickstart installation guide can now be found in the HTML -documentation. You can find the quickstart guide (quickstart.html) -in the following subdirectory: +A quickstart installation guide can now be found at - html/docs/ +https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/quickstart.html The quickstart covers all the basic steps you need to follow to install Nagios, the Nagios plugins, and start out monitoring the machine that Nagios is installed on. Good luck! - - - From 030d58cef0b710d19f1c2ed78626040cf4bfabdb Mon Sep 17 00:00:00 2001 From: aaronagios <146751886+aaronagios@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:06:07 -0600 Subject: [PATCH 2/4] Update documentation location --- html/docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/docs/index.html b/html/docs/index.html index 881735962..c51f1cec5 100644 --- a/html/docs/index.html +++ b/html/docs/index.html @@ -74,7 +74,7 @@

-Documentation for Nagios Core can now be found online at https://go.nagios.com/nagioscore/docs/ +Documentation for Nagios Core can now be found online at https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/toc.html

@@ -94,4 +94,4 @@

- \ No newline at end of file + From 4ff80a0e7db160d067e210a19cd3b02bc8e1afc9 Mon Sep 17 00:00:00 2001 From: aaronagios <146751886+aaronagios@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:29:10 -0600 Subject: [PATCH 3/4] Update THANKS --- THANKS | 1 + 1 file changed, 1 insertion(+) diff --git a/THANKS b/THANKS index 86aa81ae8..bc71a82c1 100644 --- a/THANKS +++ b/THANKS @@ -9,6 +9,7 @@ since 1999. If I missed your name, misspelled it or otherwise got it wrong, please let me know. * Aaron Beck +* Aaron Cieslicki * Adam Bowen * Ahmon Dancy * Alain Radix From 1cb2d2f5a29ecccc860796a94d37ba35b04b6208 Mon Sep 17 00:00:00 2001 From: aaronagios <146751886+aaronagios@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:30:26 -0600 Subject: [PATCH 4/4] Update Changelog --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog b/Changelog index 0b1a7c826..e72ec04aa 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,10 @@ Nagios Core 4 Change Log ######################## +4.5.10 - 2025-XX-XX +------------------- +* Update quickstart and documentations links (Aaron Cieslicki) + 4.5.9 - 2024-12-19 ------------------ * Fix unreachable notifications (Dylan Anderson)