That could be tricky. If the graph is there, but w/o data, that means that Zenoss creted your data source and is collecting data from it. However, RRDtool (which is used for data storage and graphing) cannot graph the data.
You could check if there are problems with data collection. Activate debugging for zenprocess (the daemon which runs commands for data collection): in $ZENHOME/bin/zencommand, change generic "$@" to generic -v 10 "$@" Restart Zenoss, then look into log/zencommand.log. Any messages indicating problems? Remember to turn off debugging eventually. Among other things, you should see the data returned by the commands you run; that might help. ------------------------ Sebastian Leske -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=7346#7346 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
