User manual

© 2011 Racktivity NV 132/160
Antwerpsesteenweg 19 - 9080 Lochristi - Belgium - www.racktivity.com v 2014.5.14
"chart_data" : [[[0.6, 2.6, 12, "Ford"], [0.5, 3, 16, "GM"], [1.3, 2, 17,
"VW"], [1.2, 1.2, 13, "Mini"]]],
"renderer" :"$.jqplot.BubbleRenderer"
}
[[/jqplot]]
Line Graph Macro
The Linegraph Macro allows you to view certain data for a particular object (location,
datacenter, pdu etc.) For instance a graph with one of the following types of data can be
shown:
Voltage
Power
Active energy
Frequency etc.
Parameters
This macro accepts the following parameters:
type: the type of data to be shown (power, active energy, voltage etc.)
guid: object global unique identifier
timespan: show data for a particular time interval. For instance use 'e-1d' to show only data
for last day. Other possible values are: 'e-1w' (last week) or 'e-1m' (last month).
label: the label to be used for the graph.
resolution: number of seconds for each data sample represented on the graph.
Example
[[linegraph:timespan=e-1d, guid=1609008f-1006-49f4-b599-e3eeecfdebd2,
type=activeenergy, label=Active Energy, resolution=900]][[/linegraph]]