Skip to main content

Installer un serveur Prometheus

Installation des paquets nécessaires : 

apt-get install wget tar -y

Téléchargement de l'archive :

wget https://github.com/prometheus/prometheus/releases/download/v2.26.0/prometheus-2.26.0.linux-amd64.tar.gz

Extraction de l'archive :

tar xvfz prometheus-*.tar.gz
cd prometheus-*