My clients require 24×7 network monitoring with the need for diverse notifications and a robust event log. Zenoss is a powerful network monitor and when paired with Ubuntu Server, you can rest easy knowing that you have a reliable solution.
There is not an official package for Zenoss 4.2.4 on Ubuntu. However, I’ve written a few scripts and have been able to successfully install it. For different Zenoss and Linux versions, see the Versions Chart!
Core 4.2.4 + ZenPacks + ZenUp – Version: 04e Stable (Change Log)
Status: Functional on 05/14/14 (Bug Tracking)
Stable Script: zenoss-4.2.4_ubuntu-amd64.sh (Updated DEB that includes ZenUp)
Alpha Script: zenoss-4.2.4_ubuntu-amd64_alpha.sh (Get a sneak peek at the next version!)
Quick Install – Download and execute the install script
1 2 3 | wget https://raw.github.com/hydruid/zenoss/master/core-autodeploy/4.2.4/zenoss-4.2.4_ubuntu-amd64.sh sudo chmod +x zenoss-4.2.4_ubuntu-amd64.sh sudo ./zenoss-4.2.4_ubuntu-amd64.sh 2>&1 | tee script-log.txt |