better installation

This commit is contained in:
2026-08-11 17:22:03 +02:00
parent 8af31c94b5
commit 84ea3b21a9
4 changed files with 10 additions and 4 deletions
+6
View File
@@ -23,6 +23,12 @@ sudo apt install rrdtool
sudo ./install.sh
```
The executable application files are installed under
`/opt/cheap_system_monitor`. Configuration remains in
`/etc/cheap-system-monitor.conf`, and the RRD database remains under
`/var/lib/cheap-system-monitor` so code, configuration, and mutable data stay
separate.
Edit `/etc/cheap-system-monitor.conf` to choose network interfaces,
mountpoints, and the graph directory. For example, use
`mountpoints = /, /boot/firmware, /mnt/data` to monitor two additional disks;