Package ZenModel :: Module RRDDataPointAlias
[hide private]
[frames] | no frames]

Module RRDDataPointAlias

source code

Classes [hide private]
  RRDDataPointAlias
Functions [hide private]
 
manage_addDataPointAlias(context, id, formula=None)
Add a datapoint alias to the datapoint given
source code
Variables [hide private]
  __doc__ = """RRDDataPointAl...
  ALIAS_DELIMITER = ','
  EVAL_KEY = '__EVAL:'
Variables Details [hide private]

__doc__

Value:
"""RRDDataPointAlias

Create a simple level of indirection for normalization of data.  An al\
ias is
a pair of a name and an rpn formula.  The formula should convert the d\
atapoint
to the form represented by the name.

...