diff --git a/pdb-js/src/app/app.component.html b/pdb-js/src/app/app.component.html
index 996beba..9f674fa 100644
--- a/pdb-js/src/app/app.component.html
+++ b/pdb-js/src/app/app.component.html
@@ -13,7 +13,9 @@
+
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 and App Dynamics. -They bring everything you need, a tool to collect logs or metrics, a database, a UI with dashboards and alerting. -
-+They bring everything you need, a tool to collect logs or metrics, a database, a UI with dashboards and alerting. 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 or Filebeat -for logfile collection.
-+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 +Relatively new 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. +which specializes in hardware monitoring. Solarwinds +is another tool more suited for hardware monitoring. +
+
- + diff --git a/pdb-js/src/styles.scss b/pdb-js/src/styles.scss index 8c9cdce..52e3a5f 100644 --- a/pdb-js/src/styles.scss +++ b/pdb-js/src/styles.scss @@ -31,6 +31,17 @@ $background-color: #CBD7F4; box-sizing: border-box; } +h1 { + font-size: 2rem; + margin-block-start: 0.67rem; + margin-block-end: 0.67rem; +} +h2 { + font-size: 1.5rem; + margin-block-start: 0.83rem; + margin-block-end: 0.83rem; +} + .icon-inline { width: 1em; height: 1em;