2026-08-11 17:18:15 +02:00
|
|
|
[monitor]
|
|
|
|
|
# The service user must be able to create/write these locations.
|
2026-08-16 18:54:32 +02:00
|
|
|
rrd_file = /var/lib/rrd/system.rrd
|
2026-08-11 17:18:15 +02:00
|
|
|
graph_dir = /var/www/html/system-monitor
|
|
|
|
|
|
|
|
|
|
# Always include /. Add up to two other mounted paths, separated by commas.
|
|
|
|
|
mountpoints = /
|
|
|
|
|
|
|
|
|
|
# "auto" sums all interfaces except loopback. Or use e.g. eth0,wlan0.
|
|
|
|
|
interfaces = auto
|
|
|
|
|
|
|
|
|
|
# CPU percentages are measured over this interval each minute.
|
|
|
|
|
cpu_sample_seconds = 1.0
|
2026-08-12 14:07:50 +02:00
|
|
|
|
|
|
|
|
# Graphs to generate and show, in dashboard order. Available names:
|
|
|
|
|
# load, cpu, thermal, trouble, network, disk, storage-health, uptime
|
|
|
|
|
# For example, omit "thermal" on a virtual machine.
|
|
|
|
|
graphs = load, cpu, thermal, trouble, network, disk, storage-health, uptime
|