From 2f772cf804aea6d15d888b6877a93d5ec7c86114 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Thu, 15 Feb 2024 14:33:19 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 248ce49..47b1ff0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Prometheus docker Install apt install curl #Docker Installation + curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh @@ -15,6 +16,7 @@ sh get-docker.sh docker volume create prometheus-data docker volume create prometheus-conf + docker run \ -p 9090:9090 \ -v prometheus-data:/prometheus \ @@ -23,6 +25,7 @@ docker run \ --restart=always prom/prometheus:latest + ### Wer die Retention Time setzen möchte fügt folgendes hinzu. (Aufbewahrungszeit) --storage.tsdb.retention.time=30d --config.file=/etc/prometheus/prometheus.yml