User Tools

Site Tools


networking:monitoring:zenoss

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:monitoring:zenoss [2014/05/10 15:48]
gcooper
networking:monitoring:zenoss [2014/07/01 10:46] (current)
gcooper
Line 27: Line 27:
  
 ===== Installation On CentOS 6 x64 ===== ===== 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 :!: Zenoss 4.2.5
  
-http://community.zenoss.org/thread/18932+Installer Errata: http://wiki.zenoss.org/index.php?title=Talk:Install_Zenoss
  
 Band-Aid for MySQL dependencies (breaks Postfix, etc.): Band-Aid for MySQL dependencies (breaks Postfix, etc.):
Line 37: Line 39:
 rpm -e --nodeps mysql-libs rpm -e --nodeps mysql-libs
 </file> </file>
 +
 +Adjust the firewall:
 +
 +<file>
 +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
 +</file>
 +
 +Begin the installation:
  
 <file> <file>
 wget --no-check-certificate https://github.com/zenoss/core-autodeploy/tarball/4.2.5 -O auto.tar.gz wget --no-check-certificate https://github.com/zenoss/core-autodeploy/tarball/4.2.5 -O auto.tar.gz
 tar xvf auto.tar.gz tar xvf auto.tar.gz
-cd zenoss-core-autodeploy-<tab>+cd zenoss-core-autodeploy-
 + 
 +./core-autodeploy.sh
 </file> </file>
  
-Optionally edit ''zenpack_actions.txt'' which defines all ZenPacks that will be installed If you would like to avoid installing certain ZenPacks, then remove the corresponding lines.+A log ''/opt/zenoss/log/install.log'' will be created. 
 + 
 +:!: Take a coffee break now.
  
 <file> <file>
-./core-autodeploy.sh+Configure a secure MySQL root password? [Yn]: y
 </file> </file>
  
-A log ''/opt/zenoss/log/install.log'' will be created+:!: Take another coffee break. 
 + 
 +===== Web Interface ===== 
 + 
 +<file> 
 +http://<hostname or IP>:8080 
 +</file> 
 + 
 +===== Locations ===== 
 + 
 +http://community.zenoss.org/docs/DOC-9386 
 + 
 +http://www.zenoss.org/forum/461 
 + 
  
networking/monitoring/zenoss.1399758536.txt.gz · Last modified: 2014/05/10 15:48 by gcooper