Commit Graph

5 Commits

Author SHA1 Message Date
ImpulsiveFPS 3de9b38388 Update existing files for performance optimizations
- Refactor fan_control.py with SensorCollector class
- Update main.py endpoints to use cache-first approach
- Fix database models with proper indexes
- Fix SSH client to parse nested lm-sensors JSON
- Update Dashboard with server overview grid
- Update ServerDetail with fan curve integration
- Update API client with new endpoints
2026-02-01 22:20:05 +01:00
ImpulsiveFPS 7c5b44539f Performance optimizations and dashboard redesign
- Add continuous sensor collector with parallel IPMI operations
- Implement TTL cache for fast web UI responses
- Add timeouts to prevent hanging on slow servers
- Add automatic database cleanup for old sensor data
- Optimize frontend polling intervals (30s/60s instead of 5s/10s)
- Move fan curve management to Server Detail Fan Control tab
- Fix SSH sensor parsing for nested JSON from lm-sensors
- Fix power consumption display for Dell powermonitor output
- Add server overview grid to dashboard with temp/fan/power metrics
- Add database indexes for faster queries
2026-02-01 22:19:52 +01:00
ImpulsiveFPS 505d19a439 Add SSH support for lm-sensors, dynamic fan detection, improved UI 2026-02-01 20:32:01 +01:00
ImpulsiveFPS 16c7d09a44 Fix TypeScript build errors - remove unused imports 2026-02-01 18:42:00 +01:00
ImpulsiveFPS ecc1676fe5 Initial commit: IPMI Fan Control application 2026-02-01 15:55:16 +01:00