代码之家  ›  专栏  ›  技术社区  ›  Pinky

关于Node_导出器

  •  0
  • Pinky  · 技术社区  · 7 年前

    我的普罗米修斯。yml文件如下所示

    global:
      scrape_interval: 5sec
    scrape_configs:
      -job_name: node
       static_configs:
          - targets:["localhost:9100"]
      -job_name: prometheus 
       static_configs:
           - targets: ["localhost:9090"]
    
    1 回复  |  直到 7 年前
        1
  •  1
  •   brian-brazil    7 年前

    您可以将新主机名添加到节点scrape\u config的目标列表中,您当前仅在其中列出 localhost:9100 .