HolmeBrian:

   You will need to use the --prefix option when compiling Python. I chose the 
path that I was going to install zenoss /usr/local/zenoss/lib so it should look 
similar to this ./configure --prefix --/usr/local/zenoss/lib && make && make 
install then when you get ready for the zenoss install you will need to edit 
the bash file build-functions line 61 from this

# look for python
for p in /usr/local/bin/python2.4 \
/usr/local/bin/python2.3 \
/usr/bin/python2.4 \
/usr/bin/python \
/usr/local/zenoss/bin/python

to this

# look for python
for p in /usr/local/zenoss/bin/python

Just confirm before you edit this file that /usr/local/zenoss/bin/python is 
correct for your install. If you run /usr/local/zenoss/bin/python from command 
line you should get dropped into a python shell telling you the version (2.4.4) 
if so just type quit or exit. Zenoss should build now. Also make sure you 
installed the 4 packages that I mentions above a few posts back the swig, 
autoconf, gcc and gcc-c++ this will also save you a headache.

Currently I am working on getting my Drive space information graphed and also 
working on getting the right information to query. I have a windows 2003 server 
and I am trying to monitor the raid array status of my Adaptec 2010S. So far I 
have not had any luck. I have grabbed the microsystems mib's for my server and 
the adaptec mib for the card but the oid does not show up in the snmpwalk. If 
anyone has any information on how to add more branches to my mib tree please 
share.

Thanks,




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=13856#13856

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to