Aller au contenu

Prometheus - Windows Exporter

Releases · prometheus-community/windows_exporter

Lancer le fichier windows_exporter-0.31.3-amd64.msi alt text Suivre le processus d’installation alt text alt text alt text Windows Exporter est installé comme un service alt text Nous pouvons voir les métriques à l’adresse http://localhost:9182/metrics alt text

Nous allons modifier le fichier

Fenêtre de terminal
root@MONITORING-D13:~ # nano /etc/prometheus/prometheus.yml
- job_name: winsrv
static_configs:
- targets: ['192.168.130.101:9182']
root@MONITORING-D13:~ # service prometheus restart

alt text

La target est bien configurée

alt text