|
__init__(self,
id,
context,
dpNames,
eventClass,
severity) |
source code
|
|
|
name(self)
return the name of this threshold (from the ThresholdClass) |
source code
|
|
|
|
|
|
|
check(self,
dataPoints)
The given datapoints have been updated, so re-evaluate. |
source code
|
|
|
checkRaw(self,
dataPoint,
timeOf,
value)
A new datapoint has been collected, use the given _raw_ value to
re-evalue the threshold. |
source code
|
|
|
_getRRDType(self,
dp)
get and cache rrd type inforomation |
source code
|
|
|
_fetchLastValue(self,
dp,
cycleTime)
Fetch the most recent value for a data point from the RRD file. |
source code
|
|
|
|
Inherited from ThresholdInstance :
getGraphElements ,
key
|