From 46623236c6ae9b17db4bc0422592eab724fe2aa2 Mon Sep 17 00:00:00 2001
From: Andreas Huber
Date: Sun, 29 Mar 2020 09:08:22 +0200
Subject: [PATCH] little improvements to help page
---
.../app/help-page/help-page.component.html | 23 ++++++++++++++-----
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/pdb-js/src/app/help-page/help-page.component.html b/pdb-js/src/app/help-page/help-page.component.html
index 65f77a4..d8ef9bf 100644
--- a/pdb-js/src/app/help-page/help-page.component.html
+++ b/pdb-js/src/app/help-page/help-page.component.html
@@ -15,7 +15,7 @@ This page describes how to use this tool.
There are many tools out there that do monitoring in one way or the other. There are complete closed source solutions like
New Relic,
-Splunk,
+Splunk
and App Dynamics.
They bring everything you need, a tool to collect logs or metrics, a database, a UI with dashboards and alerting.
@@ -23,16 +23,27 @@ They bring everything you need, a tool to collect logs or metrics, a database, a
The OSS community likes to break them down into separate tools.
For example the ELK-stack
consists of Elasticsearch
-as database, and Kibana
-as the UI. It is usually combined with Logstash
-for logfile collection.
+as database and Kibana
+as the UI. It is usually combined with Logstash
+or Filebeat
+for logfile collection.
+
Another popular UI is Grafana
which can be combined with
Loki,
Prometheus,
Graphite or
Metrictank (which is an engine for Graphite).
-
+
+
+Newer and popular for its good database is the duo InfluxDB
++ Chronograf.
+
+
+Apart from the general purpose solutions there are also more specialized tools. For example
+Nagios/Icinga
+which specializes in hardware monitoring.
+
Kibana (ELK),
@@ -43,7 +54,7 @@ which can be combined with
Loki,
Grafana,
-
+Solarwinds
Netflix Atlas,
RRDtool,
Ganglia,