From ad57ea98360a3654ffa5da540338ed3684d12ed1 Mon Sep 17 00:00:00 2001 From: Kokomo123 Date: Fri, 26 Jan 2024 18:11:21 -0500 Subject: [PATCH 1/3] Add Dozzle to Monitoring Section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b434a06..c5b1372 100644 --- a/README.md +++ b/README.md @@ -486,6 +486,7 @@ _Related: [Metrics & Metric Collection](#metrics--metric-collection)_ - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. `Apache-2.0` `Go` - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/Checkmk/checkmk)) `GPL-2.0` `Python/PHP` - [dashdot](https://github.com/MauriceNino/dashdot) - A simple, modern server dashboard for smaller private servers. ([Demo](https://dash.mauz.dev/)) `MIT` `Nodejs/Docker` +- [Dozzle](https://dozzle.dev) - A lightweight, web-based Docker log viewer that provides real-time monitoring and easy troubleshooting. ([Source Code](https://github.com/amir20/dozzle)) `MIT` `Docker/Nodejs/Go` - [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](https://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` - [glances](https://nicolargo.github.io/glances/) - Open-source, cross-platform real-time monitoring tool with CLI and web dashboard interfaces and many exporting options. ([Source Code](https://github.com/nicolargo/glances)) `GPL-3.0` `Python` From 9094128139f356fec9331defa2a5f63e3bee322b Mon Sep 17 00:00:00 2001 From: Thomas <23611675+beyercenter@users.noreply.github.com> Date: Tue, 1 Apr 2025 20:28:58 +0200 Subject: [PATCH 2/3] Remove BackupPC (#608) Dead Project. Last Release 2020. https://github.com/backuppc/backuppc/issues/481 Co-authored-by: nodiscc --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1400dd0..d47bf59 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ _See also: [Restic's list of Linux backup software](https://github.com/restic/ot - [Amanda](https://www.amanda.org/) - Backup and archive many computers on a network to disk, tape changer/drive or cloud storage. ([Source Code](https://github.com/zmanda/amanda)) `MIT` `C` - [Backupninja](https://0xacab.org/liberate/backupninja) - Lightweight, extensible meta-backup system, provides a centralized way to configure and coordinate many different backup utilities. `GPL-2.0` `Shell` -- [BackupPC](https://backuppc.github.io/backuppc/) - High-performance, enterprise-grade system for backing up to a server's disk.. ([Source Code](https://github.com/backuppc/backuppc)) `GPL-3.0` `Perl` - [Backrest](https://garethgeorge.github.io/backrest/) - Backrest is a web UI and orchestrator for restic backup. ([Source Code](https://github.com/garethgeorge/backrest)) `GPL-3.0` `Docker/Go` - [Bareos](https://www.bareos.org/) - Cross-network backup solution which preserves, archives, and recovers data from all major operating systems. ([Source Code](https://github.com/bareos/bareos)) `AGPL-3.0` `C++/C` - [Barman](https://pgbarman.org) - Backup and Recovery Manager for PostgreSQL. ([Source Code](https://github.com/EnterpriseDB/barman)) `GPL-3.0` `Python` From 2ba11105d7bc3700c9fe1a91b900176e501ccc36 Mon Sep 17 00:00:00 2001 From: Ross Barnie Date: Tue, 1 Apr 2025 21:11:37 +0100 Subject: [PATCH 3/3] Remove bosun (#609) The github repo is archived as of 13th February 2025 and the website states the project is no longer maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d47bf59..4684ad7 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,6 @@ _Related: [Metrics & Metric Collection](#metrics--metric-collection)_ - [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, scalable 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](https://bosun.org/) - Monitoring and alerting system by Stack Exchange. ([Source Code](https://github.com/bosun-monitor/bosun)) `MIT` `Go` - [Cacti](https://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. `Apache-2.0` `Go` - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/Checkmk/checkmk)) `GPL-2.0` `Python/PHP`