Method Summary |
|
cacheRRDValue (self,
dsname,
default)
read an RRDValue with and cache it |
|
getDataSourceCommands (self,
dsName)
Return list of command definitions. |
|
getDefaultGraphs (self,
drange)
get the default graph list for this object |
|
getRRDDataPoint(self,
dpName)
|
|
getRRDDataPoints(self)
|
|
getRRDFileName (self,
dsname)
Look up an rrd file based on its data point name |
|
getRRDGraphUrl (self,
graph,
drange,
template)
resolve template and graph names to objects and pass to graph
performance |
|
getRRDNames(self)
|
|
getRRDPaths(self)
|
|
getRRDSum (self,
points,
start,
end,
function)
Return a some of listed datapoints. |
|
getRRDTemplate(self)
|
|
getRRDTemplateByName (self,
name)
Return the template of the given name. |
|
getRRDTemplateName (self)
Return the target type name of this component. |
|
getRRDTemplates(self)
|
|
getRRDValue (self,
dsname,
start,
end,
function)
Return a single rrd value from its file using function. |
|
getRRDValues (self,
dsnames,
start,
end,
function)
Return a dict of key value pairs where dsnames are the keys. |
|
getSnmpOidTargets (self)
Return a list of (name, oid, path, type, createCmd, thresholds) that
define monitorable |
|
getThresholds (self,
templ)
Return a dictionary where keys are dsnames and values are
thresholds. |
|
getXmlRpcTargets (self)
Return a list of XMLRPC targets in the form [(name, url, methodName,
methodParameters, path, type, createCmd, thresholds),...] |
|
makeLocalRRDTemplate (self,
templateName,
REQUEST)
Make a local copy of our RRDTemplate if one doesn't exist. |
|
removeLocalRRDTemplate (self,
templateName,
REQUEST)
Make a local delete of our RRDTemplate if one doesn't exist. |
|
rrdPath(self)
|
|
snmpIgnore (self)
Should this component be monitored for performance using snmp. |
Inherited from object :
__init__ ,
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|