|
|
|
config(self,
name,
monitor,
thresholds,
rrdCreateCommand=None)
Initialize the object. |
source code
|
|
|
rrdFile(self,
type,
cycleTime,
name,
minVal='U',
maxVal='U')
Create an RRD file if it does not exist. |
source code
|
|
|
derive(self,
name,
cycleTime,
value)
Write a DERIVE value, return threshold events |
source code
|
|
|
counter(self,
name,
cycleTime,
value)
Write a DERIVE(! NOT COUNTER!) value, return threshold events |
source code
|
|
|
gauge(self,
name,
cycleTime,
value)
Write a gauge value, return threshold events |
source code
|
|