I want to graph the 5 Min Load Avg Core Adjusted on 2 systems in one graph.

The definition for this graph includes the following 2 graph points:

Code:

cpucores, laLoadInt5



The Graph Custom Definition looks as such:


Code:
CDEF:cores=cpucores,UN,2,cpucores,IF
CDEF:adjload=laLoadInt5,cores,/,100,/
CDEF:rawload=laLoadInt5,100,/
GPRINT:cores:MAX:CPU Cores\: %2.0lf%s
GPRINT:rawload:LAST:Current Raw Load\: %5.2lf%s
GPRINT:adjload:LAST:Current Cooked Load\: %5.2lf%s 
COMMENT:        \\n
AREA:adjload#54EC48:Load Average (Adj)



This graph works when I set it to Seperate Graph per machine, however I cannot 
get the single graph to work.

I am able to single graph the graph points separately.

Please to help.




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

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

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



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

Reply via email to