|
__init__(self,
id,
tmpdir='/tmp/renderserver',
cachetimeout=300) |
source code
|
|
|
|
|
render(self,
gopts=None,
start=None,
end=None,
drange=None,
remoteUrl=None,
width=None,
ftype='PNG',
getImage=True,
graphid='',
comment=None,
ms=None,
REQUEST=None)
Render a graph and return it |
source code
|
|
|
deleteRRDFiles(self,
device,
datasource=None,
datapoint=None,
remoteUrl=None,
REQUEST=None)
Delete RRD files associated with the given device id. |
source code
|
|
|
|
|
|
|
receiveRRDFiles(self,
REQUEST=None)
Receive a device's RRD Files from another server This function is
called by sendRRDFiles() |
source code
|
|
|
|
|
moveRRDFiles(self,
device,
destServer,
srcServer=None,
REQUEST=None)
Send a device's RRD files to another server |
source code
|
|
|
|
|
|
|
fetchValues(self,
paths,
cf,
resolution,
start,
end="") |
source code
|
|
|
currentValues(self,
paths)
Return the latest values recorded in the RRD file |
source code
|
|
string
|
rrdcmd(self,
gopts,
ftype='PNG')
Generate the RRD command using the graphing options specified. |
source code
|
|
string
|
graphId(self,
gopts,
drange,
ftype)
Generate a graph id based on a hash of values |
source code
|
|
|
|
|
setupCache(self)
Make a new cache if we need one |
source code
|
|
|
|
|
|
Inherited from RRDToolItem.RRDToolItem :
getName
|