Table of Contents

Prometheus

Configs/things to do

Things to monitor

CPU/Disk/RAM/Load

Client(s)

Server

vi /etc/prometheus/prometheus.yml
- job_name: "Nodes"
    static_configs:
      - targets: ["dns2.fortier-family.com:9100","localhost:9100"]

DNS (unbound)

Client(s)

Server

vi /etc/prometheus/prometheus.yml
  - job_name: "DNS2"
      - targets: ["dns2.fortier-family.com:9167"]
systemctl restart prometheus

network

References