Prometheus-grafana » Historique » Version 1
pizzacoca, 07/03/2020 06:43
1 | 1 | pizzacoca | # Prometheus-grafana |
---|---|---|---|
2 | |||
3 | **[Prometheus](https://prometheus.io/)** est sous licence **[Apache 2](https://www.apache.org/licenses/LICENSE-2.0)** . Les sources sont disponibles sous **[github](https://github.com/prometheus)** . |
||
4 | |||
5 | Prometheus existe aussi sous la forme de paquets pour debian10, ce que nous allons utiliser. |
||
6 | |||
7 | |||
8 | ## Serveur Prometheus |
||
9 | |||
10 | ### Installation |
||
11 | |||
12 | **/etc/apt/sources.list** |
||
13 | ``` |
||
14 | deb https://packages.grafana.com/enterprise/deb stable main |
||
15 | ``` |
||
16 | |||
17 | Il est nécessaire d'ajouter la clef gpg pour ce dépôt. |
||
18 | ``` |
||
19 | gpg --receive-key 8C8C34C524098CB6 |
||
20 | apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8C8C34C524098CB6 |
||
21 | apt update |
||
22 | apt install grafana-enterprise |
||
23 | ``` |
||
24 | |||
25 | ### Configuration |
||
26 | |||
27 | **/etc/prometheus/prometheus.yml** |
||
28 | |||
29 | ### Lancement |
||
30 | |||
31 | Tout simplement |
||
32 | ``` |
||
33 | systemctl start grafana-server |
||
34 | ``` |
||
35 | Ou pour relancer |
||
36 | ``` |
||
37 | systemctl reload prometheus |
||
38 | ``` |
||
39 | |||
40 | |||
41 | Le serveur est alors |