Installation de surveillance Grafana 8 Ubuntu 22.04
rafana est un outil de visualisation de données gratuit et open source, Grafana est un outil de visualisation de données gratuit et open source.
Voici sa méthode d'installation.
Voici sa méthode d'installation:
1 | apt-get update -y |
Nous installons les paquets nécessaires:
1 | apt-get install gnupg2 curl wget git software-properties-common -y |
Voici sa méthode d'installation:
1 2 | curl https://packages.grafana.com/gpg.key | apt-key add - add-apt-repository "deb https://packages.grafana.com/oss/deb stable main" |
Voici sa méthode d'installation:
1 | apt-get update -y |
Voici sa méthode d'installation:
1 | apt-get install grafana -y |
Voici sa méthode d'installation:
1 | systemctl start grafana-server |
1 | systemctl enable grafana-server |
Voici sa méthode d'installation:
1 | apt-get install nginx -y |
Voici sa méthode d'installation:
1 | nano /etc/nginx/conf.d/grafana.conf |
le contenu:
1 2 3 4 5 6 7 8 9 10 11 12 13 | server { server_name grafana.naszadomena.pl; listen 80; access_log /var/log/nginx/grafana.log; location / { proxy_pass http://localhost:3000; proxy_set_header X-Forwarded-Host $host:$server_port; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } } |
Voici sa méthode d'installation:
1 | nginx -t |
Voici sa méthode d'installation:
1 2 | nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful |
Voici sa méthode d'installation
1 | systemctl restart nginx |
Voici sa méthode d'installation
Voici sa méthode d'installation
Voici sa méthode d'installation
Voici sa méthode d'installation:
Voici sa méthode d'installation.
Voici sa méthode d'installation.
Si tout s'est bien passé, vous devriez voir le tableau de bord des graphans.
Si tout s'est bien passé, vous devriez voir le tableau de bord des graphans
Nous installons les paquets nécessaires:
1 | apt-get install certbot python3-certbot-nginx -y |
Ensuite, nous allons à l'emplacement en lançant la commande:
1 | certbot --nginx -d grafana.naszadomena.pl |
Si tout s'est bien passé, vous devriez voir le tableau de bord des graphans
1 2 3 4 5 6 | Please read the Terms of Service at https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must agree in order to register with the ACME server at https://acme-v02.api.letsencrypt.org/directory - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (A)gree/(C)ancel: A |
Si tout s'est bien passé, vous devriez voir le tableau de bord des graphans://
1 2 3 4 5 6 7 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1: No redirect - Make no further changes to the webserver configuration. 2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for new sites, or if you're confident your site works on HTTPS. You can undo this change by editing your web server's configuration. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2 |
Si tout s'est bien passé, vous devriez voir le tableau de bord des graphans.