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:50] 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: | ||
< | < | ||
- | wget --no-check-certificate https:// | + | iptables |
- | tar xvf auto.tar.gz | + | iptables |
- | cd zenoss-core-autodeploy-<tab> | + | iptables -I INPUT 7 -p udp --dport 11211 -j ACCEPT |
+ | iptables | ||
+ | iptables -I INPUT 9 -p udp --dport 162 -j ACCEPT | ||
+ | service iptables save | ||
</ | </ | ||
- | Optionally edit '' | + | Begin the installation: |
< | < | ||
+ | wget --no-check-certificate https:// | ||
+ | tar xvf auto.tar.gz | ||
+ | cd zenoss-core-autodeploy-* | ||
+ | |||
./ | ./ | ||
</ | </ | ||
A log ''/ | A log ''/ | ||
+ | |||
+ | :!: Take a coffee break now. | ||
< | < | ||
Configure a secure MySQL root password? [Yn]: y | Configure a secure MySQL root password? [Yn]: y | ||
</ | </ | ||
+ | |||
+ | :!: Take another coffee break. | ||
+ | |||
+ | ===== Web Interface ===== | ||
+ | |||
+ | < | ||
+ | http://< | ||
+ | </ | ||
+ | |||
+ | ===== Locations ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | |||