diff --git a/README.md b/README.md index a817559..6c1f970 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@
- ## Prometheus Node-Explorer Grafana + + ## Prometheus Node-Explorer Grafana +
-
## Prometheus docker Install @@ -32,7 +33,6 @@ Wer die Retention Time setzen möchte fügt folgendes hinzu. (Aufbewahrungszeit)
--storage.tsdb.retention.time=30d --config.file=/etc/prometheus/prometheus.yml
-
## Prometheus Konfiguration – prometheus.yml
# my global config
@@ -82,7 +82,6 @@ scrape_configs:
static_configs:
- targets: ["127.0.0.1:9100"]
-
## Node Exporter installieren @@ -98,11 +97,9 @@ tar xvfz node_exporter-1.3.1.linux-amd64.tar.gz cd node_exporter-*.*-amd64 ./node_exporter -
-
# Start Skript für Node Exporter @@ -127,8 +124,8 @@ systemctl status node_exporter
-
-## Node Exporter mit Docker starten (Alternative) + + ## Node Exporter mit Docker starten (Alternative)
docker run -d \
--net="host" \
@@ -141,8 +138,7 @@ systemctl status node_exporter
-
- ## Grafana Docker installieren + ## Grafana Docker installieren
docker run \
-p 3000:3000 \