¶下载安装
windows_exporter.exe 下载地址 https://github.com/prometheus-community/windows_exporter/releases
可以使用 nssm 安装为Windows服务
¶配置Prometheus
修改对应IP- job_name: "Windows"
static_configs:
- targets: ["IP:9182"]# 重启prometheus
systemctl restart prometheus
systemctl status prometheus
¶配置Grafana
- 新增Dashboard
- 填写
https://grafana.com/grafana/dashboards/20763
- 选择Prometheus
- 导入