The part about the performance template all checked out, but the part about the sysUpTime_sysUpTime.rrd file did not check out. This rrd file was is not being generated. I believe that my final solution lied in my /home/zenoss/.bashrc file. I had to add into the path statement "$ZENHOME/common/bin" previously I only had the "$ZENHOME/zenoss/bin" and after this modification things started to come in correctly. Thanks for the hint.
export ZENHOME=/usr/local/zenoss export PATH=$ZENHOME/zenoss/bin:$ZENHOME/common/bin:$PATH:/usr/local/zenoss/python export PYTHON=/usr/bin/python2.4 test -s ~/.alias && . ~/.alias || true . /usr/local/zenoss/scripts/setenv.sh -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=33912#33912 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
