cluther / zenoss-snmp-module

Net-SNMP pass_persist script for monitoring Zenoss.
GNU General Public License v2.0
2 stars 0 forks source link

quick questoin #2

Closed dougsyer closed 11 years ago

dougsyer commented 11 years ago

i was planning on monitoring the prod zenoss instances from our "monitoring-monitoring system"

when i install the snmp module, should I add the required libraries to the os-built in python instance or the zenoss python instance? im assuming we use the os instance but wanted to be sure.

cluther commented 11 years ago

zenoss-snmp-module will be executed by snmpd, so it will use the system Python.

I would recommend using "sudo easy_install -U zenoss-snmp-module" to install with all dependencies into the root user's Python environment. This is what's described in the following documentation.

https://github.com/cluther/zenoss-snmp-module#readme

dougsyer commented 11 years ago

ah thats what i assumed, yeah i did (for a chagne) read the documentation and on my dev centos 5.8 distribution it choked so i updated the base python to 2.7x and tried again but the rrdtool dependency didnt work. so then i tried to manually install the python rrd tool kit and it choked on those graphics libraries and that was just too much failure for me on a friday so before i went to fix that those dependency libraries I figured i'd ask to be sure it should be on the base os python.

thanks.

cluther commented 11 years ago

That does sound like a hard road. I've only installed it on CentOS 6 so far.