A quick fix release to improve security device categorization in the audit.
Security Audit
- Security systems show correct audit titles - Alarm panels and access control devices now display "Security System on Wrong VLAN" instead of incorrectly showing "Camera on Wrong VLAN"
- Smart sensors reclassified as low-risk - Temperature sensors, air quality monitors, and similar devices no longer trigger Critical severity warnings
- Improved device fingerprinting - Smart smoke detectors (Nest Protect, Kidde, First Alert, etc.) were incorrectly categorized as cameras; they now correctly categorize as sensors. Alarm systems properly group with security devices.
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.