From 3263299b64553e1bebcc5003260adc3cec6d2cdd Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:48:04 -0700 Subject: [PATCH] Added Dashboards section. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2a55afd..420802e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ * [Password Management](https://github.com/mikeroyal/Self-Hosting-Guide#password-management) * [Network Tools](https://github.com/mikeroyal/Self-Hosting-Guide#network-tools) * [Monitoring](https://github.com/mikeroyal/Self-Hosting-Guide#monitoring) + * [Dashboards](#Dashboards) * [Analytics](#Analytics) * [Search](#Search) * [Notifications](#Notifications) @@ -1101,6 +1102,25 @@ Minio's test-server called "play" is already configured in the default client, y [Eclipse IoT Project](https://projects.eclipse.org/projects/iot) provides open source technology that will be used to build IoT solutions for industry and consumers. +### Dashboards + +[Back to The Top](#table-of-contents) + +[Adagios](http://adagios.org/) - Web based Nagios configuration interface. + +[Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. + +[Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. + +[Uchiwa](https://uchiwa.io) - Simple dashboard for the Sensu monitoring framework. + +[InfluxDB](https://www.influxdata.com) is an open source time series database, purpose-built by InfluxData for monitoring metrics and events, provides real-time visibility into stacks, sensors, and systems. Use InfluxDB to capture, analyze, and store millions of points per second, meet demanding SLA's, and chart a path to automation. + +[Grafana](https://grafana.com/oss/grafana/) is a tool that allows you to query, visualize, alert on and understand your metrics no matter where they are stored. + +[Prometheus](https://prometheus.io/) is a free software application used for event monitoring and alerting. It records real-time metrics in a time series database (allowing for high dimensionality) built using a HTTP pull model, with flexible queries and real-time alerting. + + ### Analytics [Back to the Top](#table-of-contents)