From 6a9b874553863e6be1452515a5d373ce4f3264a3 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Thu, 15 Feb 2024 14:37:58 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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