This shows you the differences between two versions of the page.
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:// | ||
:!: Zenoss 4.2.5 | :!: Zenoss 4.2.5 | ||
- | http://community.zenoss.org/ | + | Installer Errata: |
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 | ||
</ | </ | ||
+ | |||
+ | 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:// | wget --no-check-certificate https:// | ||
tar xvf auto.tar.gz | tar xvf auto.tar.gz | ||
- | cd zenoss-core-autodeploy-<tab> | + | cd zenoss-core-autodeploy-* |
+ | |||
+ | ./ | ||
</ | </ | ||
- | Optionally edit '' | + | A log '' |
+ | |||
+ | :!: Take a coffee break now. | ||
< | < | ||
- | ./ | + | Configure a secure MySQL root password? [Yn]: y |
</ | </ | ||
- | A log '' | + | :!: Take another coffee break. |
+ | |||
+ | ===== Web Interface ===== | ||
+ | |||
+ | < | ||
+ | http://< | ||
+ | </ | ||
+ | |||
+ | ===== Locations ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http://www.zenoss.org/ | ||
+ | |||