Enable processes node collector
I downloaded a Grafana dashboard which makes use of the metrics collected here. After applying the change this works wonderfully.
This commit is contained in:
parent
b2acd918b5
commit
ca3da210d2
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ prometheus_alertmanager_config:
|
||||||
- raspberry-pi-1.kleinendorst.info:9093
|
- raspberry-pi-1.kleinendorst.info:9093
|
||||||
# Node exporter
|
# Node exporter
|
||||||
node_exporter_version: "1.8.2"
|
node_exporter_version: "1.8.2"
|
||||||
|
node_exporter_enabled_collectors:
|
||||||
|
- systemd
|
||||||
|
- {"textfile": {"directory": "{{ node_exporter_textfile_dir }}"}}
|
||||||
|
- processes
|
||||||
# Alertmanager
|
# Alertmanager
|
||||||
alertmanager_version: "0.27.0"
|
alertmanager_version: "0.27.0"
|
||||||
# Telegram configuration inspired by this source:
|
# Telegram configuration inspired by this source:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue