README.md aktualisiert

This commit is contained in:
M_Viper 2024-02-15 14:46:49 +00:00
parent 4aee0df4e3
commit 7bf885fd61
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Prometheus_Node-Explorer_Grafana
Prometheus docker Install
## Prometheus docker Install
## Docker Schnellinstallation
# Docker Schnellinstallation
<code>apt update && apt upgrade
apt install curl</code>
@ -25,7 +25,7 @@ docker volume create prometheus-conf</code>
prom/prometheus:latest </pre></span>
### Wer die Retention Time setzen möchte fügt folgendes hinzu. (Aufbewahrungszeit)
Wer die Retention Time setzen möchte fügt folgendes hinzu. (Aufbewahrungszeit)
<code>--storage.tsdb.retention.time=30d --config.file=/etc/prometheus/prometheus.yml</code>