cleaner setup in /opt

This commit is contained in:
2026-08-11 18:52:41 +02:00
parent 84ea3b21a9
commit 8ebf939e81
4 changed files with 5 additions and 10 deletions
+2 -2
View File
@@ -25,11 +25,11 @@ 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
`/opt/cheap_system_monitor/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,
Edit `/opt/cheap_system_monitor/monitor.conf` to choose network interfaces,
mountpoints, and the graph directory. For example, use
`mountpoints = /, /boot/firmware, /mnt/data` to monitor two additional disks;
every configured path must be mounted and accessible.