User Tools

Site Tools


networking:monitoring:zenoss

Zenoss Network Monitoring

See also Minimal CentOS Install

See also Static IP Address

http://www.zenoss.com/

http://wiki.zenoss.org/Install_Zenoss

  • Agent-less
  • Free or Commercial Versions
  • Easy Install

Requirements

ZenPacks

Installation On CentOS 6 x64

https://www.digitalocean.com/community/articles/installing-and-configuring-zenoss-on-a-centos-virtual-private-server

:!: Zenoss 4.2.5

Installer Errata: http://wiki.zenoss.org/index.php?title=Talk:Install_Zenoss

Band-Aid for MySQL dependencies (breaks Postfix, etc.):

rpm -e --nodeps mysql-libs

Adjust the firewall:

iptables -I INPUT 5 -p tcp --dport 8080 -j ACCEPT
iptables -I INPUT 6 -p tcp --dport 11211 -j ACCEPT
iptables -I INPUT 7 -p udp --dport 11211 -j ACCEPT
iptables -I INPUT 8 -p udp --dport 514 -j ACCEPT
iptables -I INPUT 9 -p udp --dport 162 -j ACCEPT
service iptables save

Begin the installation:

wget --no-check-certificate https://github.com/zenoss/core-autodeploy/tarball/4.2.5 -O auto.tar.gz
tar xvf auto.tar.gz
cd zenoss-core-autodeploy-*

./core-autodeploy.sh

A log /opt/zenoss/log/install.log will be created.

:!: Take a coffee break now.

Configure a secure MySQL root password? [Yn]: y

:!: Take another coffee break.

Web Interface

http://<hostname or IP>:8080

Locations

networking/monitoring/zenoss.txt · Last modified: 2014/07/01 10:46 by gcooper