diff --git a/README.md b/README.md index 41e1239..96acfe2 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ docker volume create prometheus-conf ### Wer die Retention Time setzen möchte fügt folgendes hinzu. (Aufbewahrungszeit) ---storage.tsdb.retention.time=30d --config.file=/etc/prometheus/prometheus.yml +--storage.tsdb.retention.time=30d --config.file=/etc/prometheus/prometheus.yml -Prometheus config (Prometheus.yml) +
Prometheus config (Prometheus.yml)
 
 # my global config
 global:
@@ -77,5 +77,5 @@ scrape_configs:
 
     static_configs:
       - targets: ["127.0.0.1:9100"] 
-
+
\ No newline at end of file