Projet

Général

Profil

Actions

Prometheus-grafana » Historique » Révision 1

Révision 1/17 | Suivant »
pizzacoca, 07/03/2020 06:43


Prometheus-grafana

Prometheus est sous licence Apache 2 . Les sources sont disponibles sous github .

Prometheus existe aussi sous la forme de paquets pour debian10, ce que nous allons utiliser.

Serveur Prometheus

Installation

/etc/apt/sources.list

deb https://packages.grafana.com/enterprise/deb stable main

Il est nécessaire d'ajouter la clef gpg pour ce dépôt.

gpg --receive-key 8C8C34C524098CB6
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8C8C34C524098CB6
apt update
apt install grafana-enterprise

Configuration

/etc/prometheus/prometheus.yml

Lancement

Tout simplement

systemctl start grafana-server

Ou pour relancer

systemctl reload prometheus

Le serveur est alors

Mis à jour par pizzacoca il y a environ 4 ans · 1 révisions