This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cluster:183 [2019/08/14 14:36] hmeij07 created |
cluster:183 [2024/10/15 19:17] (current) hmeij07 |
||
---|---|---|---|
Line 1: | Line 1: | ||
\\ | \\ | ||
**[[cluster: | **[[cluster: | ||
+ | |||
+ | We have moved away from Zenoss, it was getting too old and throwing false alerts. It relies on SNMP and we wnated to go agent based. For the speed of installion we first installed Ganglia (not developed anymore but an awesome package based tool). Then we added Zabbix for completion. | ||
+ | |||
+ | --- // | ||
==== Zenoss ==== | ==== Zenoss ==== | ||
- | Our scratch server has been our Zenoss server since the beginning. Ran RHEL 5.5 and is now decommissioned. A new server has deployed to only do the Zenoss service. | + | Our scratch server has been our Zenoss server since the beginning. Ran RHEL 5.5 and is now decommissioned. A new server has been deployed to only do the Zenoss service. |
+ | |||
+ | < | ||
+ | |||
+ | # never understood why | ||
+ | rpm -e --nodeps mysql mysql-server mysql-libs mysql-devel postfix | ||
+ | |||
+ | # autodeploy | ||
+ | mkdir zenoss-deploy | ||
+ | cd zenoss-deploy/ | ||
+ | wget https:// | ||
+ | tar zxvf auto.tar.gz | ||
+ | cd zenoss-core-autodeploy-aeb5289/ | ||
+ | ls | ||
+ | ./ | ||
+ | |||
+ | # boink | ||
+ | |||
+ | </ | ||
+ | |||
+ | At this point the script fails to find the core rpm file for my distro. Luckily, there are some folks maintaining the script for 4.2.5 and pointing to the new location. Shout out to Jane, much appreciated! | ||
+ | |||
+ | Download the zip file from github.com [[https:// | ||
+ | |||
+ | < | ||
+ | |||
+ | # Stage the maintained autodeploy script | ||
+ | |||
+ | cp / | ||
+ | unzip Zenoss_4.2.5_core-autodeploy-master.zip | ||
+ | ls | ||
+ | cp Zenoss_4.2.5_core-autodeploy-master/ | ||
+ | ./ | ||
+ | |||
+ | </ | ||
+ | |||
+ | Then test out the installation. | ||
+ | |||
+ | < | ||
+ | |||
+ | / | ||
+ | Status | ||
+ | ------------------------------------------------------------------- | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | Running | ||
+ | |||
+ | rabbitmqctl -p /zenoss list_queues | ||
+ | Listing queues ... | ||
+ | celery | ||
+ | hpcmon.celeryd.pidbox | ||
+ | zenoss.queues.zep.signal | ||
+ | zenoss.queues.zep.modelchange | ||
+ | zenoss.queues.zep.migrated.summary | ||
+ | zenoss.queues.zep.rawevents | ||
+ | zenoss.queues.zep.heartbeats | ||
+ | zenoss.queues.zep.zenevents | ||
+ | zenoss.queues.zep.migrated.archive | ||
+ | ...done. | ||
+ | |||
+ | # Finish installation | ||
+ | firefox http:// | ||
+ | |||
+ | </ | ||
+ | |||
+ | You may want to copy the secure_zenoss.sh script and edit it to only keep the Mysql admin password code block to secure your MySQL installation. | ||
+ | |||
+ | '' | ||
+ | |||
+ | Last but not least define a '' | ||
+ | read [[http:// | ||
+ | http:// | ||
+ | From wesleyan.edu you can log in as guest/ | ||
\\ | \\ | ||
**[[cluster: | **[[cluster: |