admin 管理员组文章数量: 887021
https://github/prometheus/prometheus 【官网】
https://prometheus.io/download/ 【Prometheus 各模块下载】
https://songjiayang.gitbooks.io/prometheus/ 【Prometheus 实战】
https://blog.csdn/zeroctu/article/details/81184109 【各个平台上的SQL语句】
https://github/starsliao/Prometheus/tree/master/windows_exporter 【模板下载】
备注:
- windows_exporter(Windows) / node_exporter (Linux) 是用来做数据采集的
1、下载安装 windows_exporter
(1)、下载地址:https://github/prometheus-community/windows_exporter/releases
(2)、双击安装后,exporter 自动运行,可以在服务列表里看到。
(3)、Windows 默认 9182 端口。访问
显示以下数据说明数据采集器安装成功。
2、下载安装 Prometheus(Windows版本)
(2)、下载地址:https://prometheus.io/download/
(2)、解压后修改配置文件:prometheus.yml
主要是修改 IP,端口号
(3)、双击prometheus.exe 或在 prometheus 目录下启动命令行,输入命令启动:prometheus.exe --config.file=prometheus.yml
(4)、Windows 默认 9090 端口。访问:http://localhost:9090/ 。能够访问,说明安装并启动成功。
http://localhost:9090/targets
选择Status下的Targets
页面State字段显示up,说明prometheus已经成功的pull数据。
3、grafana配置
3.1、配置Prometheus数据库
3.2、导入模板
模板下载地址:https://github/starsliao/Prometheus/tree/master/windows_exporter
导入:
最终效果如下:
本文标签: 性能 服务器 平台 Windowsexporter Windows
版权声明:本文标题:Windows 下搭建 windows_exporter+Prometheus+Grafana 服务器性能监控平台 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1716034545h663302.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论