More monitoring fixes. See v1.17.0 release notes for what's new in v1.17.0+
Self-Hosted Network Monitoring
- Device health charts now show all monitored devices - Devices with latency probing disabled (manually or automatically) were missing from the temperature, CPU, and memory charts. Health data comes from SNMP, not latency probes, so these charts should always be visible regardless of latency settings.
- Flex 2.5G-8 latency probing disabled by default - USW-Flex-2.5G-8 switches don't respond reliably to ICMP latency probes, which generated noisy data. New Flex 2.5G targets now auto-discover with latency off, and existing ones are automatically migrated on upgrade.
Installation
Windows: Download the MSI installer below
Docker:
docker compose pull && docker compose up -dmacOS (native, recommended for accurate speed tests vs Docker Desktop):
git clone https://github.com/Ozark-Connect/NetworkOptimizer.git && cd NetworkOptimizer && ./scripts/install-macos-native.sh
# or if you already have it cloned
cd NetworkOptimizer && git pull && ./scripts/install-macos-native.shProxmox:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ozark-Connect/NetworkOptimizer/main/scripts/proxmox/install.sh)"For other platforms (Synology, QNAP, Unraid, native Linux), see the Deployment Guide.