Grafana/Prometheus节点出口商没有数据
Grafana/Prometheus Node exporter No Data
所以我设置了 grafana 和 prometheus 来监控我的服务器,但我没有在 grafana 中获得任何数据(而且我不知道如何检查它是否在 grafana 之外工作......
Prometheus.yml:
global:
scrape_interval: 10s
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9090']
- job_name: 'node'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9100', '192.168.1.11:9100', '192.168.1.12:9100']
我miss/do错了什么?
编辑:
我想查看的所有服务器上都有 node_exporter 运行。
普罗米修斯似乎得到了它的数据?
Prometheus 正在发送数据,所以问题似乎出在 Grafana 端。
转到 Explore in Grafana 和 运行 与上面屏幕截图中 Prometheus 上 运行 相同的查询。
如果您没有得到响应,则数据源未配置 properly.Go 到 Configuration->DataSource 并检查 Prometheus 作为 source.Save 并且测试将显示一条通知,说明 Grafana 是否能够连接到数据源。
如果您得到响应,那么仪表板似乎 problem.Check 图表中面板中的一个或多个查询,并检查这些指标在普罗米修斯中是否可用
接下来检查仪表板中的变量以检查它们是否正确。
所以我设置了 grafana 和 prometheus 来监控我的服务器,但我没有在 grafana 中获得任何数据(而且我不知道如何检查它是否在 grafana 之外工作......
Prometheus.yml:
global:
scrape_interval: 10s
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9090']
- job_name: 'node'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9100', '192.168.1.11:9100', '192.168.1.12:9100']
我miss/do错了什么?
编辑:
我想查看的所有服务器上都有 node_exporter 运行。
普罗米修斯似乎得到了它的数据?
Prometheus 正在发送数据,所以问题似乎出在 Grafana 端。
转到 Explore in Grafana 和 运行 与上面屏幕截图中 Prometheus 上 运行 相同的查询。
如果您没有得到响应,则数据源未配置 properly.Go 到 Configuration->DataSource 并检查 Prometheus 作为 source.Save 并且测试将显示一条通知,说明 Grafana 是否能够连接到数据源。
如果您得到响应,那么仪表板似乎 problem.Check 图表中面板中的一个或多个查询,并检查这些指标在普罗米修斯中是否可用
接下来检查仪表板中的变量以检查它们是否正确。