Prometheus 新增 node_exporter

mixboot發表於2020-12-25
vim prometheus.yml
  • 新增
  - job_name: 'node'
    static_configs:
    - targets: ['localhost:9100']
systemctl restart prometheus.service

相關文章