From a551f597ee34248738c9207140511c52bb88021a Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sat, 28 Jan 2023 21:18:40 +0100
Subject: [PATCH 01/28] fix adagios synatx, add license, language - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e768c68..c3b3982 100644
--- a/README.md
+++ b/README.md
@@ -498,10 +498,10 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 
 *Monitoring software.*
 
-- [Adagios](http://adagios.org/) - Web based Nagios interface for configuration and monitoring (replacement to the standard interface), and a REST interface, [SourceCode](https://github.com/opinkerfi/adagios), [Documentation](https://github.com/opinkerfi/adagios/wiki))
 - [Alerta](https://github.com/guardian/alerta) - Distributed, scaleable and flexible monitoring system.
 - [Bloonix](https://bloonix-monitoring.org/) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. `GPL-3.0` `Perl`
 - [Bosun](http://bosun.org/) - Monitoring and alerting system by Stack Exchange ([Source Code](https://github.com/bosun-monitor/bosun), [Documentation](http://bosun.org/quickstart.html)) `MIT` `Go`
+- [Adagios](http://adagios.org/) - Web based Nagios interface for configuration and monitoring (replacement to the standard interface), and a REST interface. ([Source Code](https://github.com/opinkerfi/adagios)) `AGPL-3.0` `Docker/Python`
 - [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty.
 - [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
 - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go`

From ec9b8e3b9044403f1813c65de0e2d5573231c54d Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sat, 28 Jan 2023 21:19:14 +0100
Subject: [PATCH 02/28] alerta: add source code link, license, language - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c3b3982..0239713 100644
--- a/README.md
+++ b/README.md
@@ -498,10 +498,10 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 
 *Monitoring software.*
 
-- [Alerta](https://github.com/guardian/alerta) - Distributed, scaleable and flexible monitoring system.
 - [Bloonix](https://bloonix-monitoring.org/) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. `GPL-3.0` `Perl`
 - [Bosun](http://bosun.org/) - Monitoring and alerting system by Stack Exchange ([Source Code](https://github.com/bosun-monitor/bosun), [Documentation](http://bosun.org/quickstart.html)) `MIT` `Go`
 - [Adagios](http://adagios.org/) - Web based Nagios interface for configuration and monitoring (replacement to the standard interface), and a REST interface. ([Source Code](https://github.com/opinkerfi/adagios)) `AGPL-3.0` `Docker/Python`
+- [Alerta](https://alerta.io/) - Distributed, scaleable and flexible monitoring system. ([Source Code](https://github.com/alerta/alerta)) `Apache-2.0` `Python`
 - [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty.
 - [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
 - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go`

From 6c699a24e244206d5b61050fbc436d453904e25d Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sat, 28 Jan 2023 21:19:26 +0100
Subject: [PATCH 03/28] bloonix: add source code link - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0239713..a5c6a1d 100644
--- a/README.md
+++ b/README.md
@@ -498,10 +498,10 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 
 *Monitoring software.*
 
-- [Bloonix](https://bloonix-monitoring.org/) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. `GPL-3.0` `Perl`
 - [Bosun](http://bosun.org/) - Monitoring and alerting system by Stack Exchange ([Source Code](https://github.com/bosun-monitor/bosun), [Documentation](http://bosun.org/quickstart.html)) `MIT` `Go`
 - [Adagios](http://adagios.org/) - Web based Nagios interface for configuration and monitoring (replacement to the standard interface), and a REST interface. ([Source Code](https://github.com/opinkerfi/adagios)) `AGPL-3.0` `Docker/Python`
 - [Alerta](https://alerta.io/) - Distributed, scaleable and flexible monitoring system. ([Source Code](https://github.com/alerta/alerta)) `Apache-2.0` `Python`
+- [Bloonix](https://bloonix-monitoring.org/) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. ([Source Code](https://github.com/bloonix)) `GPL-3.0` `Perl`
 - [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty.
 - [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
 - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go`

From b1c47e951c63fccaeb685188b025901e248b8224 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sat, 28 Jan 2023 21:19:53 +0100
Subject: [PATCH 04/28] bosun: fix syntax - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a5c6a1d..decad91 100644
--- a/README.md
+++ b/README.md
@@ -498,10 +498,10 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 
 *Monitoring software.*
 
-- [Bosun](http://bosun.org/) - Monitoring and alerting system by Stack Exchange ([Source Code](https://github.com/bosun-monitor/bosun), [Documentation](http://bosun.org/quickstart.html)) `MIT` `Go`
 - [Adagios](http://adagios.org/) - Web based Nagios interface for configuration and monitoring (replacement to the standard interface), and a REST interface. ([Source Code](https://github.com/opinkerfi/adagios)) `AGPL-3.0` `Docker/Python`
 - [Alerta](https://alerta.io/) - Distributed, scaleable and flexible monitoring system. ([Source Code](https://github.com/alerta/alerta)) `Apache-2.0` `Python`
 - [Bloonix](https://bloonix-monitoring.org/) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. ([Source Code](https://github.com/bloonix)) `GPL-3.0` `Perl`
+- [Bosun](http://bosun.org/) - Monitoring and alerting system by Stack Exchange ([Source Code](https://github.com/bosun-monitor/bosun)) `MIT` `Go`
 - [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty.
 - [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
 - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go`

From 0f251fc59564955cf3f80927b0810bb1b29bbfcd Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sun, 29 Jan 2023 14:00:01 +0100
Subject: [PATCH 05/28] cabot: add source code link, license, language - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index decad91..417f9b9 100644
--- a/README.md
+++ b/README.md
@@ -502,7 +502,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Alerta](https://alerta.io/) - Distributed, scaleable and flexible monitoring system. ([Source Code](https://github.com/alerta/alerta)) `Apache-2.0` `Python`
 - [Bloonix](https://bloonix-monitoring.org/) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. ([Source Code](https://github.com/bloonix)) `GPL-3.0` `Perl`
 - [Bosun](http://bosun.org/) - Monitoring and alerting system by Stack Exchange ([Source Code](https://github.com/bosun-monitor/bosun)) `MIT` `Go`
-- [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty.
+- [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. ([Source Code](https://github.com/arachnys/cabot)) `MIT` `Python`
 - [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
 - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go`
 - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/tribe29/checkmk)) `Python/PHP`

From 3094115ffbcba28d11eec811dc26a3ac6e61e16d Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sun, 29 Jan 2023 14:02:05 +0100
Subject: [PATCH 06/28] cacti: add source code link, license, language - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 417f9b9..90f66bf 100644
--- a/README.md
+++ b/README.md
@@ -503,7 +503,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Bloonix](https://bloonix-monitoring.org/) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. ([Source Code](https://github.com/bloonix)) `GPL-3.0` `Perl`
 - [Bosun](http://bosun.org/) - Monitoring and alerting system by Stack Exchange ([Source Code](https://github.com/bosun-monitor/bosun)) `MIT` `Go`
 - [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. ([Source Code](https://github.com/arachnys/cabot)) `MIT` `Python`
-- [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
+- [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool. ([Source Code](https://github.com/Cacti/cacti)) `GPL-2.0` `PHP`
 - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go`
 - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/tribe29/checkmk)) `Python/PHP`
 - [Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine.

From d63e6074e904730fcaef5c40ef651fac196e6720 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sun, 29 Jan 2023 14:03:58 +0100
Subject: [PATCH 07/28] linux dash: add license, language - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 90f66bf..1db3747 100644
--- a/README.md
+++ b/README.md
@@ -506,7 +506,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool. ([Source Code](https://github.com/Cacti/cacti)) `GPL-2.0` `PHP`
 - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go`
 - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/tribe29/checkmk)) `Python/PHP`
-- [Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine.
 - [EdMon](https://github.com/Edraens/EdMon) - A command-line monitoring application helping you to check that your hosts and services are available, with notifications support. `MIT` `Java`
 - [ElastiFlow](https://github.com/robcowart/elastiflow) - Network flow Monitoring (Netflow, sFlow and IPFIX) with the Elastic Stack.
 - [eZ Server Monitor](http://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application.
@@ -514,6 +513,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Healthchecks](https://healthchecks.io/) - Monitoring for cron jobs, background services and scheduled tasks.
 - [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring - ([Source Code](https://github.com/Icinga)) - `GPLv2`
 - [LibreNMS](http://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support.
+- [Linux Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. `MIT` `Nodejs/Go/Python/PHP`
 - [Monit](http://mmonit.com/monit/#home) - Small utility for managing and monitoring Unix systems.
 - [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool.
 - [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features.

From b4f7ccaa19bcbbef0fa587b3fa01bcda9a2c558a Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Sun, 29 Jan 2023 14:04:27 +0100
Subject: [PATCH 08/28] remove elastiflow (project archived) - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 1db3747..21e0907 100644
--- a/README.md
+++ b/README.md
@@ -507,7 +507,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go`
 - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/tribe29/checkmk)) `Python/PHP`
 - [EdMon](https://github.com/Edraens/EdMon) - A command-line monitoring application helping you to check that your hosts and services are available, with notifications support. `MIT` `Java`
-- [ElastiFlow](https://github.com/robcowart/elastiflow) - Network flow Monitoring (Netflow, sFlow and IPFIX) with the Elastic Stack.
 - [eZ Server Monitor](http://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application.
 - [Flapjack](http://flapjack.io/) - Monitoring notification routing & event processing system.
 - [Healthchecks](https://healthchecks.io/) - Monitoring for cron jobs, background services and scheduled tasks.

From 946ce69750ec4141e78d22c8c64bf8994c1b3ae5 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Tue, 31 Jan 2023 15:12:50 +0100
Subject: [PATCH 09/28] ez server monitor: add source code link, license,
 language - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 21e0907..c6f696d 100644
--- a/README.md
+++ b/README.md
@@ -507,7 +507,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go`
 - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/tribe29/checkmk)) `Python/PHP`
 - [EdMon](https://github.com/Edraens/EdMon) - A command-line monitoring application helping you to check that your hosts and services are available, with notifications support. `MIT` `Java`
-- [eZ Server Monitor](http://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application.
+- [eZ Server Monitor](http://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. ([Source Code](https://github.com/shevabam/ezservermonitor-web)) `GPL-3.0` `PHP/Shell`
 - [Flapjack](http://flapjack.io/) - Monitoring notification routing & event processing system.
 - [Healthchecks](https://healthchecks.io/) - Monitoring for cron jobs, background services and scheduled tasks.
 - [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring - ([Source Code](https://github.com/Icinga)) - `GPLv2`

From 1143147483ce1571d227461a0b06f39fee0507fe Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Tue, 31 Jan 2023 15:14:10 +0100
Subject: [PATCH 10/28] remove flapjack (unmaintained since 2016) - ref.
 https://github.com/flapjack/flapjack/commits/master - ref.
 https://github.com/flapjack/flapjack/issues/955 - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index c6f696d..876569b 100644
--- a/README.md
+++ b/README.md
@@ -508,7 +508,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/tribe29/checkmk)) `Python/PHP`
 - [EdMon](https://github.com/Edraens/EdMon) - A command-line monitoring application helping you to check that your hosts and services are available, with notifications support. `MIT` `Java`
 - [eZ Server Monitor](http://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. ([Source Code](https://github.com/shevabam/ezservermonitor-web)) `GPL-3.0` `PHP/Shell`
-- [Flapjack](http://flapjack.io/) - Monitoring notification routing & event processing system.
 - [Healthchecks](https://healthchecks.io/) - Monitoring for cron jobs, background services and scheduled tasks.
 - [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring - ([Source Code](https://github.com/Icinga)) - `GPLv2`
 - [LibreNMS](http://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support.

From 08ba16e14947ed9373b182628f1bc9b421f2347e Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Tue, 31 Jan 2023 15:16:08 +0100
Subject: [PATCH 11/28] icinga: fix syntax, source code link, license, add
 language - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 876569b..1d6986a 100644
--- a/README.md
+++ b/README.md
@@ -509,7 +509,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [EdMon](https://github.com/Edraens/EdMon) - A command-line monitoring application helping you to check that your hosts and services are available, with notifications support. `MIT` `Java`
 - [eZ Server Monitor](http://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. ([Source Code](https://github.com/shevabam/ezservermonitor-web)) `GPL-3.0` `PHP/Shell`
 - [Healthchecks](https://healthchecks.io/) - Monitoring for cron jobs, background services and scheduled tasks.
-- [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring - ([Source Code](https://github.com/Icinga)) - `GPLv2`
+- [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring. ([Source Code](https://github.com/Icinga/icinga2)) `GPL-2.0` `C++`
 - [LibreNMS](http://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support.
 - [Linux Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. `MIT` `Nodejs/Go/Python/PHP`
 - [Monit](http://mmonit.com/monit/#home) - Small utility for managing and monitoring Unix systems.

From e0946f6d0d96cf5316596ef874b0b28e26d89043 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Tue, 31 Jan 2023 15:18:13 +0100
Subject: [PATCH 12/28] healthchecks: add source code link, license, language,
 update homepage link - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1d6986a..0e6654f 100644
--- a/README.md
+++ b/README.md
@@ -508,7 +508,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/tribe29/checkmk)) `Python/PHP`
 - [EdMon](https://github.com/Edraens/EdMon) - A command-line monitoring application helping you to check that your hosts and services are available, with notifications support. `MIT` `Java`
 - [eZ Server Monitor](http://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. ([Source Code](https://github.com/shevabam/ezservermonitor-web)) `GPL-3.0` `PHP/Shell`
-- [Healthchecks](https://healthchecks.io/) - Monitoring for cron jobs, background services and scheduled tasks.
+- [Healthchecks](https://healthchecks.io/docs/self_hosted/) - Monitoring for cron jobs, background services and scheduled tasks. ([Source Code](https://github.com/healthchecks/healthchecks)) `BSD-3-Clause` `Python`
 - [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring. ([Source Code](https://github.com/Icinga/icinga2)) `GPL-2.0` `C++`
 - [LibreNMS](http://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support.
 - [Linux Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. `MIT` `Nodejs/Go/Python/PHP`

From 792ac0ca4f63b7dac58569a6c01ee08b41f5d305 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:14:10 +0100
Subject: [PATCH 13/28] add source code links for monit, munin, nameon, nagios,
 netdata - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 0e6654f..fe36982 100644
--- a/README.md
+++ b/README.md
@@ -510,13 +510,13 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [eZ Server Monitor](http://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. ([Source Code](https://github.com/shevabam/ezservermonitor-web)) `GPL-3.0` `PHP/Shell`
 - [Healthchecks](https://healthchecks.io/docs/self_hosted/) - Monitoring for cron jobs, background services and scheduled tasks. ([Source Code](https://github.com/healthchecks/healthchecks)) `BSD-3-Clause` `Python`
 - [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring. ([Source Code](https://github.com/Icinga/icinga2)) `GPL-2.0` `C++`
-- [LibreNMS](http://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support.
+- [LibreNMS](http://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support. ([Source Code](https://github.com/librenms/librenms))
 - [Linux Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. `MIT` `Nodejs/Go/Python/PHP`
-- [Monit](http://mmonit.com/monit/#home) - Small utility for managing and monitoring Unix systems.
-- [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool.
-- [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features.
-- [Nagios](https://www.nagios.org/) - Computer system, network and infrastructure monitoring software application.
-- [Netdata](https://www.netdata.cloud/) - Distributed, real-time, performance and health monitoring for systems and applications. Runs on Linux, FreeBSD, and MacOS.
+- [Monit](http://mmonit.com/monit/#home) - Small utility for managing and monitoring Unix systems. ([Source Code](https://bitbucket.org/tildeslash/monit/src/master/))
+- [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool. ([Source Code](https://github.com/munin-monitoring/munin))
+- [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features. ([Source Code](https://github.com/naemon/naemon-core))
+- [Nagios](https://www.nagios.org/) - Computer system, network and infrastructure monitoring software application. ([Source Code](https://github.com/NagiosEnterprises/nagioscore))
+- [Netdata](https://www.netdata.cloud/) - Distributed, real-time, performance and health monitoring for systems and applications. Runs on Linux, FreeBSD, and MacOS. ([Source Code](https://github.com/netdata/netdata))
 - [NetXMS](https://www.netxms.org/) - Open Source network and infrastructure monitoring and management. ([Source Code](https://github.com/netxms/netxms))
 - [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux.
 - [OMD](http://omdistro.org/) - The Open Monitoring Distribution.

From fa2c32582c41158f6cd15546404974e65b33580f Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:19:16 +0100
Subject: [PATCH 14/28] add source code links for PHP server monitor,
 PhpSysInfo - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fe36982..624096c 100644
--- a/README.md
+++ b/README.md
@@ -521,8 +521,8 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux.
 - [OMD](http://omdistro.org/) - The Open Monitoring Distribution.
 - [Performance Co-Pilot](http://pcp.io) - Lightweight, distributed system performance and analysis framework.
-- [PHP Server Monitor](https://www.phpservermonitor.org/) - Open source tool to monitor your servers and websites
-- [PhpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely.
+- [PHP Server Monitor](https://www.phpservermonitor.org/) - Open source tool to monitor your servers and websites. ([Source Code](https://github.com/phpservermon/phpservermon))
+- [PhpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely. ([Source Code](https://github.com/phpsysinfo/phpsysinfo))
 - [psdash](https://github.com/Jahaja/psdash) - A linux system information web dashboard using psut ils and flask.
 - [pyDash](https://k3oni.github.io/pydash/) - Small web-based monitoring dashboard for linux.
 - [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis.

From e4a7313a8c505be8b906041fd2c836afca6e5ccd Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:19:48 +0100
Subject: [PATCH 15/28] rmeove psdash (unmaintained since 2017, requires EOL
 python 2) - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 624096c..84ea42f 100644
--- a/README.md
+++ b/README.md
@@ -523,7 +523,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Performance Co-Pilot](http://pcp.io) - Lightweight, distributed system performance and analysis framework.
 - [PHP Server Monitor](https://www.phpservermonitor.org/) - Open source tool to monitor your servers and websites. ([Source Code](https://github.com/phpservermon/phpservermon))
 - [PhpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely. ([Source Code](https://github.com/phpsysinfo/phpsysinfo))
-- [psdash](https://github.com/Jahaja/psdash) - A linux system information web dashboard using psut ils and flask.
 - [pyDash](https://k3oni.github.io/pydash/) - Small web-based monitoring dashboard for linux.
 - [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis.
 - [rtop](https://github.com/rapidloop/rtop) - an interactive, remote system monitoring tool based on SSH.

From a3a0ac967037ee8a1c53ed709169b19b9547f78d Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:22:31 +0100
Subject: [PATCH 16/28] add source code links for pydash, riemann, rtop - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 84ea42f..f1adf85 100644
--- a/README.md
+++ b/README.md
@@ -523,9 +523,9 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Performance Co-Pilot](http://pcp.io) - Lightweight, distributed system performance and analysis framework.
 - [PHP Server Monitor](https://www.phpservermonitor.org/) - Open source tool to monitor your servers and websites. ([Source Code](https://github.com/phpservermon/phpservermon))
 - [PhpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely. ([Source Code](https://github.com/phpsysinfo/phpsysinfo))
-- [pyDash](https://k3oni.github.io/pydash/) - Small web-based monitoring dashboard for linux.
-- [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis.
-- [rtop](https://github.com/rapidloop/rtop) - an interactive, remote system monitoring tool based on SSH.
+- [pyDash](https://k3oni.github.io/pydash/) - Small web-based monitoring dashboard for linux. ([Source Code](https://gitlab.com/k3oni/pydash))
+- [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis. ([Source Code](https://github.com/riemann/riemann))
+- [rtop](https://github.com/rapidloop/rtop) - an interactive, remote system monitoring tool based on SSH. ([Source Code](https://github.com/rapidloop/rtop))
 - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds 
 - [Sensu](https://sensuapp.org/) - Monitoring framework.
 - [ServerStatus BotoX](https://github.com/BotoX/ServerStatus) - Display and monitor your servers statistics in a beatiful way.

From 8887b370402e1eef0d4e69b82b5ecc9779f59721 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:22:47 +0100
Subject: [PATCH 17/28] update sensu homepage, description, add source code
 link - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f1adf85..49d9070 100644
--- a/README.md
+++ b/README.md
@@ -527,7 +527,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis. ([Source Code](https://github.com/riemann/riemann))
 - [rtop](https://github.com/rapidloop/rtop) - an interactive, remote system monitoring tool based on SSH. ([Source Code](https://github.com/rapidloop/rtop))
 - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds 
-- [Sensu](https://sensuapp.org/) - Monitoring framework.
+- [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go))
 - [ServerStatus BotoX](https://github.com/BotoX/ServerStatus) - Display and monitor your servers statistics in a beatiful way.
 - [ServerStatus moejda](https://github.com/mojeda/ServerStatus) - Server Status website script, displays uptime (days), free RAM, free HDD
 - [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken.

From c0c90cf5defd70fc99391d59955a9a240fd1771a Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:23:29 +0100
Subject: [PATCH 18/28] remove ServerStatus BotoX (unmaintained since 2016) -
 ref. https://github.com/awesome-foss/awesome-sysadmin/issues/405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 49d9070..572a961 100644
--- a/README.md
+++ b/README.md
@@ -528,7 +528,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [rtop](https://github.com/rapidloop/rtop) - an interactive, remote system monitoring tool based on SSH. ([Source Code](https://github.com/rapidloop/rtop))
 - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds 
 - [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go))
-- [ServerStatus BotoX](https://github.com/BotoX/ServerStatus) - Display and monitor your servers statistics in a beatiful way.
 - [ServerStatus moejda](https://github.com/mojeda/ServerStatus) - Server Status website script, displays uptime (days), free RAM, free HDD
 - [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken.
 - [Uchiwa](https://uchiwa.io/) - Simple dashboard for sensu.

From 13044d7f26de9db6468680c4645af949852ab26d Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:24:01 +0100
Subject: [PATCH 19/28] remove ServerStatus moejda (unmaintained since 2015) -
 ref. https://github.com/awesome-foss/awesome-sysadmin/issues/405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 572a961..973c53a 100644
--- a/README.md
+++ b/README.md
@@ -528,7 +528,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [rtop](https://github.com/rapidloop/rtop) - an interactive, remote system monitoring tool based on SSH. ([Source Code](https://github.com/rapidloop/rtop))
 - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds 
 - [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go))
-- [ServerStatus moejda](https://github.com/mojeda/ServerStatus) - Server Status website script, displays uptime (days), free RAM, free HDD
 - [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken.
 - [Uchiwa](https://uchiwa.io/) - Simple dashboard for sensu.
 - [Vector](https://github.com/Netflix/vector/) - An on-host performance monitoring framework.

From 490929c3be71006a71bdce8913efe408c911395c Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:25:41 +0100
Subject: [PATCH 20/28] thruk: add source code link - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 973c53a..2b6ebd0 100644
--- a/README.md
+++ b/README.md
@@ -528,7 +528,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [rtop](https://github.com/rapidloop/rtop) - an interactive, remote system monitoring tool based on SSH. ([Source Code](https://github.com/rapidloop/rtop))
 - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds 
 - [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go))
-- [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken.
+- [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. ([Source Code](https://github.com/sni/Thruk))
 - [Uchiwa](https://uchiwa.io/) - Simple dashboard for sensu.
 - [Vector](https://github.com/Netflix/vector/) - An on-host performance monitoring framework.
 - [Xymon](https://www.xymon.com/) - Network monitoring inspired by Big Brother.

From a38d989bbf9c84b2d22770f1ac0a6cf27871f2c2 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:26:24 +0100
Subject: [PATCH 21/28] remove uchiwa (unmaintained since 2019, archived) -
 This repository has been archived by the owner on Jan 7, 2020. It is now
 read-only. - Uchiwa and Sensu 1.x are both superceded by Sensu Go. - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 2b6ebd0..e41d1cd 100644
--- a/README.md
+++ b/README.md
@@ -529,7 +529,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds 
 - [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go))
 - [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. ([Source Code](https://github.com/sni/Thruk))
-- [Uchiwa](https://uchiwa.io/) - Simple dashboard for sensu.
 - [Vector](https://github.com/Netflix/vector/) - An on-host performance monitoring framework.
 - [Xymon](https://www.xymon.com/) - Network monitoring inspired by Big Brother.
 - [Zabbix](http://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications.

From 54f129df1ec07b3281c0f9f42a422162c9b564f6 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:27:36 +0100
Subject: [PATCH 22/28] remove vector (unmaintained since 2020, archived)

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index e41d1cd..4887d76 100644
--- a/README.md
+++ b/README.md
@@ -529,7 +529,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds 
 - [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go))
 - [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. ([Source Code](https://github.com/sni/Thruk))
-- [Vector](https://github.com/Netflix/vector/) - An on-host performance monitoring framework.
 - [Xymon](https://www.xymon.com/) - Network monitoring inspired by Big Brother.
 - [Zabbix](http://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications.
 - [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.

From 952cdfb26145681e355507d6cc204e491c892daf Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:29:00 +0100
Subject: [PATCH 23/28] remove xymon (unmaintained since 2019) -
 https://sourceforge.net/p/xymon/code/HEAD/tree/ - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 4887d76..07f2599 100644
--- a/README.md
+++ b/README.md
@@ -529,7 +529,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds 
 - [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go))
 - [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. ([Source Code](https://github.com/sni/Thruk))
-- [Xymon](https://www.xymon.com/) - Network monitoring inspired by Big Brother.
 - [Zabbix](http://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications.
 - [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
 

From 3c796fa80fa86d327fe77e59743b142d70eb6967 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:32:09 +0100
Subject: [PATCH 24/28] zabbix: add source code link - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 07f2599..5f3a648 100644
--- a/README.md
+++ b/README.md
@@ -529,7 +529,7 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds 
 - [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go))
 - [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. ([Source Code](https://github.com/sni/Thruk))
-- [Zabbix](http://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications.
+- [Zabbix](http://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications. ([Source Code](https://git.zabbix.com/projects/ZBX/repos/zabbix/browse))
 - [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
 
 

From 4f05dbcb90fa7369e3c4b92626ed5934f032e29b Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:33:38 +0100
Subject: [PATCH 25/28] remove zenoss (website down, no source code) - the only
 website that is still up is https://www.zenoss.com/ and it does not mention
 the open-source solution - https://github.com/zenoss/ has no trace of the
 actual source code for the main app - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 5f3a648..69a6042 100644
--- a/README.md
+++ b/README.md
@@ -530,7 +530,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go))
 - [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. ([Source Code](https://github.com/sni/Thruk))
 - [Zabbix](http://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications. ([Source Code](https://git.zabbix.com/projects/ZBX/repos/zabbix/browse))
-- [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
 
 
 ### Status Pages

From 70e177a9dcee40bae11e3aa20a1647e1bea0feb0 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:38:36 +0100
Subject: [PATCH 26/28] add licences/languages for monit, munin, nameon,
 nagios, netdata, netxms - ref.
 https://github.com/awesome-foss/awesome-sysadmin/issues/416

---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 69a6042..806a953 100644
--- a/README.md
+++ b/README.md
@@ -510,14 +510,14 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [eZ Server Monitor](http://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. ([Source Code](https://github.com/shevabam/ezservermonitor-web)) `GPL-3.0` `PHP/Shell`
 - [Healthchecks](https://healthchecks.io/docs/self_hosted/) - Monitoring for cron jobs, background services and scheduled tasks. ([Source Code](https://github.com/healthchecks/healthchecks)) `BSD-3-Clause` `Python`
 - [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring. ([Source Code](https://github.com/Icinga/icinga2)) `GPL-2.0` `C++`
-- [LibreNMS](http://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support. ([Source Code](https://github.com/librenms/librenms))
+- [LibreNMS](http://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support. ([Source Code](https://github.com/librenms/librenms)) `GPL-3.0` `PHP`
 - [Linux Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. `MIT` `Nodejs/Go/Python/PHP`
-- [Monit](http://mmonit.com/monit/#home) - Small utility for managing and monitoring Unix systems. ([Source Code](https://bitbucket.org/tildeslash/monit/src/master/))
-- [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool. ([Source Code](https://github.com/munin-monitoring/munin))
-- [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features. ([Source Code](https://github.com/naemon/naemon-core))
-- [Nagios](https://www.nagios.org/) - Computer system, network and infrastructure monitoring software application. ([Source Code](https://github.com/NagiosEnterprises/nagioscore))
-- [Netdata](https://www.netdata.cloud/) - Distributed, real-time, performance and health monitoring for systems and applications. Runs on Linux, FreeBSD, and MacOS. ([Source Code](https://github.com/netdata/netdata))
-- [NetXMS](https://www.netxms.org/) - Open Source network and infrastructure monitoring and management. ([Source Code](https://github.com/netxms/netxms))
+- [Monit](http://mmonit.com/monit/#home) - Small utility for managing and monitoring Unix systems. ([Source Code](https://bitbucket.org/tildeslash/monit/src/master/)) `AGPL-3.0` `C`
+- [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool. ([Source Code](https://github.com/munin-monitoring/munin)) `GPL-2.0` `Perl/Shell`
+- [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features. ([Source Code](https://github.com/naemon/naemon-core)) `GPL-2.0` `C`
+- [Nagios](https://www.nagios.org/) - Computer system, network and infrastructure monitoring software application. ([Source Code](https://github.com/NagiosEnterprises/nagioscore)) `GPL-2.0` `C`
+- [Netdata](https://www.netdata.cloud/) - Distributed, real-time, performance and health monitoring for systems and applications. Runs on Linux, FreeBSD, and MacOS. ([Source Code](https://github.com/netdata/netdata)) `GPL-3.0` `C`
+- [NetXMS](https://www.netxms.org/) - Open Source network and infrastructure monitoring and management. ([Source Code](https://github.com/netxms/netxms)) `LGPL-3.0/GPL-3.0` `Java/C++/C`
 - [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux.
 - [OMD](http://omdistro.org/) - The Open Monitoring Distribution.
 - [Performance Co-Pilot](http://pcp.io) - Lightweight, distributed system performance and analysis framework.

From c88c240dad57e74a634866b69f09f307b7af26f4 Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:46:19 +0100
Subject: [PATCH 27/28] remove rocketeer (dead link, no such domain) - ref.
 #405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 806a953..1739362 100644
--- a/README.md
+++ b/README.md
@@ -299,7 +299,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks.
 - [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool (rake based).
 - [munki](https://www.munki.org/munki/) - Webserver-based repository of packages and package metadata, that allows macOS administrators to manage software installs.
-- [Rocketeer](http://rocketeer.autopergamene.eu/) - PHP task runner and deployment tool.
 - [sup](https://github.com/pressly/sup/) - Super simple deployment tool - just Unix - think of it like 'make' for a network of servers.
 - [Vlad the Deployer](https://github.com/seattlerb/vlad) - Deployment automation (rake based).
 

From bc6d0584312862115794e427f0d5ee9e1cf4be8a Mon Sep 17 00:00:00 2001
From: nodiscc <nodiscc@gmail.com>
Date: Wed, 1 Feb 2023 18:47:37 +0100
Subject: [PATCH 28/28] remove sup (unmaintained since 2021) - ref. #405

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 1739362..a81d4d6 100644
--- a/README.md
+++ b/README.md
@@ -299,7 +299,6 @@ _See also: [IT Asset Management]([Ralph](#it-asset-management))_
 - [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks.
 - [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool (rake based).
 - [munki](https://www.munki.org/munki/) - Webserver-based repository of packages and package metadata, that allows macOS administrators to manage software installs.
-- [sup](https://github.com/pressly/sup/) - Super simple deployment tool - just Unix - think of it like 'make' for a network of servers.
 - [Vlad the Deployer](https://github.com/seattlerb/vlad) - Deployment automation (rake based).