From ce242dd8c0de69b57118d29a2817240dada3a0cb Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 20 May 2024 16:07:47 +0200 Subject: [PATCH 1/3] Added Logdy to Log Management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55718ad..570047d 100644 --- a/README.md +++ b/README.md @@ -424,6 +424,7 @@ Log management tools: collect, parse, visualize... - [Flume](https://flume.apache.org/) - Distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java` - [GoAccess](https://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal or through the browser. ([Source Code](https://github.com/allinurl/goaccess)) `MIT` `C` - [Loki](https://grafana.com/oss/loki/) - Log aggregation system designed to store and query logs from all your applications and infrastructure. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go` +- [Logdy](https://logdy.dev) - Web-based real-time log viewer. Stream ANY content to a web UI with autogenerated filters. Parse any format with TypeScript. ([Demo](https://demo.logdy.dev/), [Source code](https://github.com/logdyhq/logdy-core)) `Apache-2.0` `Go` - [rsyslog](https://www.rsyslog.com/) - Rocket-fast system for log processing. ([Source Code](https://github.com/rsyslog/rsyslog)) `GPL-3.0` `C` From a3ebbd55cca43bbcdc0f5f68115976b5a1ff20cf Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 20 May 2024 16:15:05 +0200 Subject: [PATCH 2/3] Added Logdy to Log Management --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570047d..c61156f 100644 --- a/README.md +++ b/README.md @@ -423,8 +423,8 @@ Log management tools: collect, parse, visualize... - [Fluentd](https://www.fluentd.org/) - Data collector for unified logging layer. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby` - [Flume](https://flume.apache.org/) - Distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java` - [GoAccess](https://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal or through the browser. ([Source Code](https://github.com/allinurl/goaccess)) `MIT` `C` -- [Loki](https://grafana.com/oss/loki/) - Log aggregation system designed to store and query logs from all your applications and infrastructure. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go` - [Logdy](https://logdy.dev) - Web-based real-time log viewer. Stream ANY content to a web UI with autogenerated filters. Parse any format with TypeScript. ([Demo](https://demo.logdy.dev/), [Source code](https://github.com/logdyhq/logdy-core)) `Apache-2.0` `Go` +- [Loki](https://grafana.com/oss/loki/) - Log aggregation system designed to store and query logs from all your applications and infrastructure. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go` - [rsyslog](https://www.rsyslog.com/) - Rocket-fast system for log processing. ([Source Code](https://github.com/rsyslog/rsyslog)) `GPL-3.0` `C` From 35b292119494fdf156390c0a4052471bbb479221 Mon Sep 17 00:00:00 2001 From: x011 Date: Thu, 13 Jun 2024 06:16:49 +0100 Subject: [PATCH 3/3] Fixed Demo of Status (#581) Fixed Demo of [Status](https://github.com/dani3l0/Status) from https://status-ksk5.onrender.com/ to https://status.enshittification.social/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54526de..6bffab4 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ _Related: [Metrics & Metric Collection](#metrics--metric-collection)_ - [ruptime](https://github.com/alexmyczko/ruptime) - Classic system status server. `AGPL-3.0` `Shell` - [Scrutiny](https://github.com/AnalogJ/scrutiny) - Web UI for hard drive S.M.A.R.T monitoring, historical trends & real-world failure thresholds. `MIT` `Go` - [Sensu](https://sensu.io/) - Monitoring tool for ephemeral infrastructure and distributed applications. ([Source Code](https://github.com/sensu/sensu-go)) `MIT` `Go` -- [Status](https://github.com/dani3l0/Status) - Simple and lightweight system monitoring tool for small homeservers with a pleasant web interface. ([Demo](https://status-ksk5.onrender.com/)) `MIT` `Python` +- [Status](https://github.com/dani3l0/Status) - Simple and lightweight system monitoring tool for small homeservers with a pleasant web interface. ([Demo](https://status.enshittification.social/) `MIT` `Python` - [Thruk](https://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. ([Source Code](https://github.com/sni/Thruk)) `GPL-1.0` `Perl` - [Wazuh](https://wazuh.com/) - Unified XDR and SIEM protection for endpoints and cloud workloads. ([Source Code](https://github.com/wazuh/wazuh)) `GPL-2.0` `C` - [Zabbix](https://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications. ([Source Code](https://git.zabbix.com/projects/ZBX/repos/zabbix/browse)) `GPL-2.0` `C`