« Supervision serveurs » : différence entre les versions
Aucun résumé des modifications |
|||
(4 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 2 : | Ligne 2 : | ||
* https://grafana.com/docs/grafana/latest/installation/debian/ | * https://grafana.com/docs/grafana/latest/installation/debian/ | ||
* Importer un Dashboard : https://grafana.com/docs/grafana/latest/reference/export_import/ | * Importer un Dashboard : https://grafana.com/docs/grafana/latest/reference/export_import/ | ||
Pour installer les autres composants : https://portal.influxdata.com/downloads/ | |||
== Installation de Telegraf == | == Installation de Telegraf == | ||
* https://techexpert.tips/fr/influxdb-fr/installation-de-telegraf-sur-ubuntu-linux/ | * https://techexpert.tips/fr/influxdb-fr/installation-de-telegraf-sur-ubuntu-linux/ | ||
Ligne 10 : | Ligne 13 : | ||
# Créer un dashboard pfSense dans Grafana | # Créer un dashboard pfSense dans Grafana | ||
#* https://grafana.com/grafana/dashboards/9806 | |||
#* https://grafana.com/grafana/dashboards/10095 | |||
https://www.homelabrat.com/pfsense-dashboard/ | |||
== Pour Jitsi == | == Pour Jitsi == | ||
* https://community.jitsi.org/t/how-to-to-setup-grafana-dashboards-to-monitor-jitsi-my-comprehensive-tutorial-for-the-beginner/38696 | * https://community.jitsi.org/t/how-to-to-setup-grafana-dashboards-to-monitor-jitsi-my-comprehensive-tutorial-for-the-beginner/38696 | ||
Ligne 20 : | Ligne 28 : | ||
* https://jonspraggins.com/the-idiot-uses-grafana-and-influxdb-to-monitor-proxmox/ | * https://jonspraggins.com/the-idiot-uses-grafana-and-influxdb-to-monitor-proxmox/ | ||
* https://pve.proxmox.com/wiki/External_Metric_Server | * https://pve.proxmox.com/wiki/External_Metric_Server | ||
<pre> | |||
Principes | |||
https://blog.octo.com/monitorer-votre-infra-avec-telegraf-influxdb-et-grafana/ | |||
Installation Grafana | |||
Toute la suite est présentée ici : https://www.tech2tech.fr/grafana-superviser-tous-vos-serveurs-et-peripheriques/ | |||
Intaller InfluxDB | |||
https://computingforgeeks.com/install-influxdb-on-ubuntu-18-04-and-debian-9/ | |||
Paramétrer InfluxDB sur un Linux : | |||
* Installer Telegraf sur Ubuntu 18 : https://portal.influxdata.com/downloads/ | |||
* Suite les instructions données ici : https://pve.proxmox.com/wiki/External_Metric_Server | |||
ProxMox | |||
Installer telegraf | |||
Paraméter le fichier nano /etc/pve/status.cfg en indiquant | |||
influxdb: | |||
server 192.168.100.200 | |||
port 8089 | |||
Pour relancer le service systemctl restart pvestatd.service sur le proxmox | |||
Relancer InfluxDB sur le serveur Grafana : systemctl restart influxdb | |||
Création de la datasource InfluxDN sur base proxmox | |||
Importer ensuite les modèles de Dashboards suivants : | |||
- https://grafana.com/grafana/dashboards/10048 | |||
- https://grafana.com/grafana/dashboards/5875 | |||
- https://grafana.com/grafana/dashboards/11416 | |||
pfSense | |||
Installer le plugin Telegraf : | |||
Voir ici pour personnaliser : https://www.homelabrat.com/pfsense-dashboard/ | |||
Station Linux | |||
* Installer telegraf | |||
* Modifier le fichier /etc/telegraf/telegraf.conf comme indiqué ici : https://www.homelabrat.com/telegraf-homelab-dashboard/ | |||
* systemctl restart telegraf | |||
* Créer un dossier « Systèmes Linux » | |||
* Import les dashboards suivants : | |||
* https://grafana.com/grafana/dashboards/2381 | |||
* https://grafana.com/grafana/dashboards/928 | |||
* | |||
Unifi | |||
* Installation sur le contrôleur : https://github.com/unifi-poller/unifi-poller/wiki/Installation | |||
* | |||
* Dashboards : | |||
* https://grafana.com/grafana/dashboards/10418 | |||
* https://grafana.com/grafana/dashboards/10415 | |||
* https://grafana.com/grafana/dashboards/10414 | |||
Supervision d’InfluxDB : | |||
* Créer une datasource sur _internal | |||
* Utiliser les Dashboards : | |||
* | |||
Serveur Jitsi | |||
* Suivre la doc ici : https://community.jitsi.org/t/how-to-to-setup-grafana-dashboards-to-monitor-jitsi-my-comprehensive-tutorial-for-the-beginner/38696 | |||
* Installer Dashboard : | |||
* https://grafana.com/grafana/dashboards/11969?osource=blog | |||
* Modifier le fichier '''/etc/telegraf/telegraf.d/jitsi.conf ''' en indiquant l'adresse IP du serveur JITSI | |||
</pre> |
Dernière version du 5 novembre 2020 à 01:53
Installation de Grafana
- https://grafana.com/docs/grafana/latest/installation/debian/
- Importer un Dashboard : https://grafana.com/docs/grafana/latest/reference/export_import/
Pour installer les autres composants : https://portal.influxdata.com/downloads/
Installation de Telegraf
Pour pfSense
- installer le plugin dédié sur l'instance Grafana
- Sur chaque pfSense, installer Telegraf, avec les paramétrages suivants :
- Créer un dashboard pfSense dans Grafana
https://www.homelabrat.com/pfsense-dashboard/
Pour Jitsi
- https://community.jitsi.org/t/how-to-to-setup-grafana-dashboards-to-monitor-jitsi-my-comprehensive-tutorial-for-the-beginner/38696
- https://community.jitsi.org/t/monitoring-with-grafana/27399
Trouver un Dashboard
Pour ProxMox
- https://jonspraggins.com/the-idiot-uses-grafana-and-influxdb-to-monitor-proxmox/
- https://pve.proxmox.com/wiki/External_Metric_Server
Principes https://blog.octo.com/monitorer-votre-infra-avec-telegraf-influxdb-et-grafana/ Installation Grafana Toute la suite est présentée ici : https://www.tech2tech.fr/grafana-superviser-tous-vos-serveurs-et-peripheriques/ Intaller InfluxDB https://computingforgeeks.com/install-influxdb-on-ubuntu-18-04-and-debian-9/ Paramétrer InfluxDB sur un Linux : * Installer Telegraf sur Ubuntu 18 : https://portal.influxdata.com/downloads/ * Suite les instructions données ici : https://pve.proxmox.com/wiki/External_Metric_Server ProxMox Installer telegraf Paraméter le fichier nano /etc/pve/status.cfg en indiquant influxdb: server 192.168.100.200 port 8089 Pour relancer le service systemctl restart pvestatd.service sur le proxmox Relancer InfluxDB sur le serveur Grafana : systemctl restart influxdb Création de la datasource InfluxDN sur base proxmox Importer ensuite les modèles de Dashboards suivants : - https://grafana.com/grafana/dashboards/10048 - https://grafana.com/grafana/dashboards/5875 - https://grafana.com/grafana/dashboards/11416 pfSense Installer le plugin Telegraf : Voir ici pour personnaliser : https://www.homelabrat.com/pfsense-dashboard/ Station Linux * Installer telegraf * Modifier le fichier /etc/telegraf/telegraf.conf comme indiqué ici : https://www.homelabrat.com/telegraf-homelab-dashboard/ * systemctl restart telegraf * Créer un dossier « Systèmes Linux » * Import les dashboards suivants : * https://grafana.com/grafana/dashboards/2381 * https://grafana.com/grafana/dashboards/928 * Unifi * Installation sur le contrôleur : https://github.com/unifi-poller/unifi-poller/wiki/Installation * * Dashboards : * https://grafana.com/grafana/dashboards/10418 * https://grafana.com/grafana/dashboards/10415 * https://grafana.com/grafana/dashboards/10414 Supervision d’InfluxDB : * Créer une datasource sur _internal * Utiliser les Dashboards : * Serveur Jitsi * Suivre la doc ici : https://community.jitsi.org/t/how-to-to-setup-grafana-dashboards-to-monitor-jitsi-my-comprehensive-tutorial-for-the-beginner/38696 * Installer Dashboard : * https://grafana.com/grafana/dashboards/11969?osource=blog * Modifier le fichier '''/etc/telegraf/telegraf.d/jitsi.conf ''' en indiquant l'adresse IP du serveur JITSI