在prometheus中负责数据汇报的程序统一叫做exporter;

负责主机信息收集的node_exporter

可以利用prometheus的static_configs来拉取node_exporter的数据;

在prometheus.yml文件的scrape_configs中添加如下配置:

- job_name : node

     static_configs:

         - targets : ["127.0.0.1:9100"]

远程通过ip访问

node exporter

相关文章:

  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2021-09-09
  • 2022-12-23
  • 2021-12-10
  • 2019-08-15
  • 2022-01-31
  • 2021-09-08
  • 2021-09-22
相关资源
相似解决方案