<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.grohub.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Grohub wiki - infrastructure:supervision:prometheus</title>
        <description>Boite à outils</description>
        <link>https://wiki.grohub.org/</link>
        <lastBuildDate>Sat, 02 May 2026 22:10:42 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.grohub.org/_media/wiki/logo.png</url>
            <title>Grohub wiki</title>
            <link>https://wiki.grohub.org/</link>
        </image>
        <item>
            <title>home</title>
            <link>https://wiki.grohub.org/infrastructure/supervision/prometheus/home?rev=1602330487&amp;do=diff</link>
            <description>Prometheus

supervision prometheus

Pages


	* Installation node exporter
	* Nginx exporter
	* Plan partitions
	* Prometheus : installation</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 10 Oct 2020 11:48:07 +0000</pubDate>
        </item>
        <item>
            <title>installation</title>
            <link>https://wiki.grohub.org/infrastructure/supervision/prometheus/installation?rev=1621872750&amp;do=diff</link>
            <description>Prometheus : installation

supervision prometheus installation

Prérequis

Une VM doit avoir été installée, et un disque additionnel qui recevra les datas de Prometheus (/var/lib/prometheus) devra être créé. Pour créer un disque addtionnel VMDK + LVM, voir cette page.

Installation depuis le site Prometheus</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 24 May 2021 16:12:30 +0000</pubDate>
        </item>
        <item>
            <title>nginx-exporter</title>
            <link>https://wiki.grohub.org/infrastructure/supervision/prometheus/nginx-exporter?rev=1602330487&amp;do=diff</link>
            <description>Nginx exporter

Installation


sudo aptitude install prometheus-nginx-exporter


Configuration Nginx

Nous éditons le fichier /etc/nginx/nginx.conf, et ajoutons avant l&#039;accolade de fin de la balise “http”


## Prometheus metrics
server {
    listen localhost:8080;
    location /stub_status {
        stub_status on;
        access_log   off;
        allow 127.0.0.1;
        deny all;
    }
}</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 10 Oct 2020 11:48:07 +0000</pubDate>
        </item>
        <item>
            <title>node-exporter-install</title>
            <link>https://wiki.grohub.org/infrastructure/supervision/prometheus/node-exporter-install?rev=1621872624&amp;do=diff</link>
            <description>Installation node exporter

supervision prometheus node-exporter

Nous créons le compte prometheus


sudo useradd -M -r -s /bin/false prometheus


Nous téléchargeons le binaire depuis le site prometheus.io


wget https://github.com/prometheus/node_exporter/releases/download/v1.1.2/node_exporter-1.1.2.linux-amd64.tar.gz</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 24 May 2021 16:10:24 +0000</pubDate>
        </item>
        <item>
            <title>plan-partitions</title>
            <link>https://wiki.grohub.org/infrastructure/supervision/prometheus/plan-partitions?rev=1602330487&amp;do=diff</link>
            <description>Plan partitions

supervision prometheus

Disques
 Nom        Volume    Taille  VG LVM       boot       /dev/sda1 512 MB  -          système    /dev/sda5 16 GiB  vg_sys    
Volumes
 Nom         VG LVM      LV_LVM   Montage              Taille  FS type  Options</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 10 Oct 2020 11:48:07 +0000</pubDate>
        </item>
    </channel>
</rss>
