So i am sitting here with a modified copy of Apache Monitor and have re-tooled 
the way it is set up so that the requests/sec, bytes/sec, and bytes/req 
actually WORK (instead of using the running average since start of current 
generation). But I have run into a barrier, at least for creating a zenpack and 
a clean graph point configuration using objects.

When trying to graph bytes/req I am using the following counters:
totalBytes and totalAccesses.

Then, i created the following custom RRD lines:
CDEF:bytesPerReqWindow=totalBytes-raw,totalAccesses-raw,/
AREA:bytesPerReqWindow#0000cc:Bytes/request

But! i want to use the Add Custom... functionality of zenoss so that these 
items are actually objects; and that's when things go wrong.

I Add Custom CDEF with an id of bytesPerReqWindow
RPN to totalBytes-raw,totalAccesses-raw,/

i then try to Add Custom AREA with an id of bytesPerReqWindow (maybe you are 
seeing the problem here.)
I won't even bother mentioning I set the color or legend.

You can't have a duplicate id for custom lines, but this makes it impossible... 
as far as I can tell to both define something like CDEF and then actually draw 
something with AREA or LINE.

 Help!  :D




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

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

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



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

Reply via email to