Quick and dirty
- Add deb http://dev.zenoss.org/deb main stable to /etc/apt/sources.list
- aptitude update; aptitude safe-upgrade
- aptitude install zenoss-stack
- Wait…. (it takes a while)
- aptitude install snmpd snmp scli tkmib (you can probably get away with just snmpd, but the others make debugging easier)
- vi /etc/snmp/snmpd.conf, comment out com2sec paranoid default public and uncomment com2sec readonly default public
- edit syslocation and syscontact lines in the same file
- vi /etc/default/snmpd, remove the 127.0.0.1 from the end of the SNMPDOPTS line
- /etc/init.d/snmpd restart
- repeat 5-9 on each linux system you want to monitor
- go to http://myzenossbox:8080, enter admin for username and zenoss for password
Windows Clients
You’ll need SNMP Informant, along with making sure that the SNMP service is running. If I find the page I used to make sure everything was right, I’ll post it below.Resources
Zenoss FAQZenoss 3.0 Release Notes
Debian Help SNMP Server
How To Forge-Zenoss on Ubuntu
SNMP Informant (Windows client)
No comments:
Post a Comment