Vigil v2.3.1
Changes
- Refresh
- Fixing Compare button
- Just Spaces
- Compare Button
- More time for Temp
- Icons
- Errors Temperature nav click returns to dashboard - Need to fix the navigation Active Alerts section same height as Temperature Trends Group drives by server and Temperature Trends per server
- Dasboard Update
- Temp Dashboard
- GetTemperatureStats Errors
- GetTemperatureStats
- Temp Dashboard Error
- TestGetTemperatureTrends TestGetAllDrivesTemperatureStats
-
- Timestamp handling - Coolest/Hottest tracking - Test data insertion
- temperature_dashboard_test.go: Drive counts are off
- Dashboard Data
- Temperature Processing Integration
- Alert System
- Spike Detection
- Enhanced Statistics
- Temperute - Settings Infrastructure
- Style
- Notification Center
- Unit Test and New Check for Update Button.
- Version Check System
- Release v2.2.2 (#16)
- V2.2.0 (#15)
- V2.1.0 frontend (#14)
- V2.0.1 attributes parser (#13)
🐳 Docker Images
| Image | Command |
|---|---|
| Server | docker pull ghcr.io/pineappledr/vigil:2.3.1
|
| Agent (Alpine) | docker pull ghcr.io/pineappledr/vigil-agent:2.3.1
|
| Agent (Debian) | docker pull ghcr.io/pineappledr/vigil-agent:2.3.1-debian
|
Which Agent Image Should I Use?
| System | Recommended | Notes |
|---|---|---|
| Ubuntu/Debian | Alpine | ZFS tools included |
| Alpine Linux | Alpine | Native compatibility |
| TrueNAS SCALE | Debian | Mount host ZFS tools |
| TrueNAS CORE | Debian | Mount host ZFS tools |
| Proxmox | Alpine | ZFS tools included |
| Unraid | Alpine | No ZFS needed |
Multi-Architecture: Both variants support linux/amd64 and linux/arm64
📦 Binaries
# Download and install
VERSION=2.3.1
# Server (AMD64)
curl -L https://github.com/pineappledr/vigil/releases/download/v${VERSION}/vigil-server-linux-amd64 -o vigil-server
chmod +x vigil-server
# Agent (AMD64)
curl -L https://github.com/pineappledr/vigil/releases/download/v${VERSION}/vigil-agent-linux-amd64 -o vigil-agent
chmod +x vigil-agent
# Agent (ARM64)
curl -L https://github.com/pineappledr/vigil/releases/download/v${VERSION}/vigil-agent-linux-arm64 -o vigil-agent
chmod +x vigil-agent✅ Verify Checksums
curl -L https://github.com/pineappledr/vigil/releases/download/v${VERSION}/checksums.txt | sha256sum -c