figured i would go ahead and answer my own question

i found that in python the function time() returns a Epoch encoded date value, 
after doing a little research to figure out what that was i found a way to 
enter a start and stop range in to the getRRDSum function


<ul tal:define="data 
python:device.getRRDSum((name,),start=1183878000,end=1184101901);">

<li tal:content="data"></li> 

This appears to be a valid syntax but it does not give back a value that i 
expected. if it is really supposed to be adding all the values together I 
should have seen some very large numbers, but it looked like an average or a 
95th percentile. 

Is there any way to force it to actually add the values together for the time 
period that is defined?

thanks, Arlen

------------------------
 A. G. Thurber




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

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

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



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

Reply via email to