software:service:prometheus
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| software:service:prometheus [2021/12/31 15:44] – ↷ Page moved from vm:monitor:prometheus to software:service:prometheus warnaud | software:service:prometheus [2022/01/01 08:17] (current) – [References] warnaud | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Prometheus ====== | ||
| + | Configs/ | ||
| + | ===== Things to monitor ===== | ||
| + | ==== CPU/ | ||
| + | === Client(s) === | ||
| + | * Archlinux< | ||
| + | systemctl enable --now prometheus-node-exporter</ | ||
| + | === Server === | ||
| + | <code bash> | ||
| + | vi / | ||
| + | </ | ||
| + | - job_name: " | ||
| + | static_configs: | ||
| + | - targets: [" | ||
| + | |||
| + | ==== DNS (unbound) ==== | ||
| + | === Client(s) === | ||
| + | * configure the unbound server <code bash>vi / | ||
| + | extended-statistics: | ||
| + | * On archlinux:< | ||
| + | systemctl enable --now prometheus-unbound-exporter</ | ||
| + | |||
| + | === Server === | ||
| + | <code bash> | ||
| + | vi / | ||
| + | </ | ||
| + | <code perl> | ||
| + | - job_name: " | ||
| + | - targets: [" | ||
| + | |||
| + | <code bash> | ||
| + | ==== network ==== | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ====== References ====== | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
