最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

Windows 下搭建 windows_exporter+Prometheus+Grafana 服务器性能监控平台

业界 admin 10浏览 0评论

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

导入:

最终效果如下:

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

导入:

最终效果如下:

发布评论

评论列表 (0)

  1. 暂无评论