8 Commits

Author SHA1 Message Date
8ab749ed04 Add gitea-runner to service discovery patterns 2025-10-13 23:18:41 +02:00
f5acf44e3b Show individual Docker containers as sub-services similar to nginx sites 2025-10-13 21:20:53 +02:00
07886ec317 Add MongoDB/mongod service monitoring and description 2025-10-13 19:01:21 +02:00
6da23019e5 Add comprehensive service descriptions with useful metrics 2025-10-13 18:25:53 +02:00
d11d8a74f3 Enhance service discovery to include MQTT, WordPress, HAASP, and backup services 2025-10-13 17:57:12 +02:00
617da088b1 Fix all remaining commands to use full paths
- Fix systemctl, du, df, uptime, ss, journalctl commands
- Add sudo for du command (needed for directory access)
- This should resolve all remaining command path issues in the service
- Storage, backup, and system monitoring should now work properly
2025-10-13 17:44:13 +02:00
d9edcda36c Testing 2025-10-12 20:29:08 +02:00
2581435b10 Implement per-service disk usage monitoring
Replaced system-wide disk usage with accurate per-service tracking by scanning
service-specific directories. Services like sshd now correctly show minimal
disk usage instead of misleading system totals.

- Rename storage widget and add drive capacity/usage columns
- Move host display to main dashboard title for cleaner layout
- Replace separate alert displays with color-coded row highlighting
- Add per-service disk usage collection using du command
- Update services widget formatting to handle small disk values
- Restructure into workspace with dedicated agent and dashboard packages
2025-10-11 22:59:16 +02:00