Prometheus: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:ServerApplikation = Installation = <syntaxhighlight lang="bash"> apt install prometheus </syntaxhighlight>“) |
|||
Zeile 5: | Zeile 5: | ||
apt install prometheus | apt install prometheus | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= Konfiguration = | |||
* /etc/prometheus/prometheus.yaml | |||
<pre> | |||
</pre> | |||
* /etc/default/prometheus | |||
<pre> | |||
ARGS="--web.listen-address=19090" | |||
</pre> | |||
= Dateien/Verzeichnisse = | |||
* /lib/systemd/system/prometheus.service |
Version vom 14. Februar 2023, 14:35 Uhr
Installation
apt install prometheus
Konfiguration
- /etc/prometheus/prometheus.yaml
- /etc/default/prometheus
ARGS="--web.listen-address=19090"
Dateien/Verzeichnisse
- /lib/systemd/system/prometheus.service