Did some digging and I got it. I now graph a projection of memoryAvailable.
So, on your graph you'll go to Graph Custom Definition and input (changing names to fit your graph): VDEF:memSlope=Available_Memory-rpn,LSLSLOPE VDEF:memInt=Available_Memory-rpn,LSLINT CDEF:memProj=Available_Memory-rpn,POP,memSlope,COUNT,*,memInt,+ LINE:memProj#FF0000:Projection You'll need to lookup your equivalent of "Available_Memory-rpn" by going to the Graph Commands tab to see what's already being used. Choose the first name defined by a CDEF that corresponds to the DEF using your respective RRD. Look here for more info: http://web.taranis.org/pipermail/drraw-users/2007q3/000202.html http://oss.oetiker.ch/rrdtool/doc/rrdgraph_rpn.en.html -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=14148#14148 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
