mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
4e16c14cc9
Improved logging to help users diagnose why VM disk usage might not be showing: - Clearly identify when agent is enabled in config but not running in guest OS - Detect timeout issues with unresponsive agents - Log when agent returns no filesystem info - Show which filesystems are included/excluded from calculations - Distinguish between no agent, agent not running, and agent working This will help users understand exactly why their VM disk usage isn't showing and what steps they need to take to fix it (install qemu-guest-agent, restart the service, etc). addresses discussion #344