This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
networking:monitoring:zenoss [2014/05/10 14:46] gcooper created |
networking:monitoring:zenoss [2014/07/01 10:46] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Zenoss Network Monitoring ====== | ====== Zenoss Network Monitoring ====== | ||
+ | |||
+ | See also **[[computing: | ||
+ | |||
+ | See also **[[networking: | ||
http:// | http:// | ||
Line 12: | Line 16: | ||
http:// | http:// | ||
+ | |||
+ | Minimum: | ||
+ | |||
+ | * 4GB RAM | ||
+ | * 2vCPU | ||
===== ZenPacks ===== | ===== ZenPacks ===== | ||
Line 17: | Line 26: | ||
http:// | http:// | ||
- | ===== Installation ===== | + | ===== Installation |
- | On CentOS | + | https:// |
+ | |||
+ | :!: Zenoss 4.2.5 | ||
+ | |||
+ | Installer Errata: http:// | ||
+ | |||
+ | 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:// | 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/ | ||
+ | |||