rrd-graph RRD-graph XML file RRD-graph file root element.
Must contain one <rrd> element and one or multiple <graph> element.
Header definitions. Name prefix.
The graph functions are named "[header/@name]_[graph/@name]_graph ()".
Title prefix of the RRD graphs.
This text will be prefixed to the title displayed in the RRD graph.
This text can be a variable name in the .cgi's language file. In this case it has to be written as title="${<varname>}"
RRD Database definitions. Name of the RRD database (=rrd/@db)
The complete access path to an rrd variable is
"/data/rrdtool/db/[machine-name];/[rrd/@db]/[var/@rrd]:value".
The units exponent.
Force the units exponent, e.g. 3 for kilo(10e3) or 6 for Mega(10e6).
Hwmon sensor definitions Sensor chip.
Sensor chip for hwmon variables"
RRD graph element.
Each file must have one ore multiple <graph> elements.
Eech <graph> element results in an graph function.
Name of the graph function.
The graph functions are named "[header/@name]_[graph/@name]_graph ()".
Tab title of the RRD graphs.
This text should be a variable name in the .cgi's language file. In this case it has to be written as title="${<varname>}"
Title of the RRD graphs.
This text will be prefixed by the title defined in [header/@title]. This text should be a variable name in the .cgi's language file. In this case it has to be written as title="${<varname>}"
Vertical label
This text should be a variable name in the .cgi's language file. In this case it has to be written as title="${<varname>}"
Show maximum, average and minimum in caption.
When this attribute is "false", no maximum, avarage and minimum columns will be displayed in the caption area.
This attribute defaults to "true" if not entered.
Show all variables as areas.
When this attribute is "true", the variables are renedered as AREA's instead of LINE's.
When the attribute stack is "true" all areas will be stacked in the order of the <var>> elements in the file.
When the attribute stack is "false" the areas will overwrite in the order of the <var>> elements in the file. A line is written rendered for each <var> element after the areas.
This attribute defaults to "false" if not entered".
Stack the variables areas.
When the attribute stack is "true" all areas will be stacked in the order of the <var>> elements in the file.
When the attribute area is "false", the attribute stack has no effect.
This attribute defaults to "false" if not entered.
Inluded tab entry. Name of the included function.
The included functions are named "[header/@name]_[include/@name] ()".
Tab title of the etxra entry.
This text should be a variable name in the .cgi's language file. In this case it has to be written as title="${<varname>}"
Include file name.
Normaly /srv/www/include/<file>.inc.
Name of the extra function. Condition when include is active
Group of RRD variables.
Each graph must have one multiple variable groups, each group containing one or multiple variables.
Having multiple groups can be used to display optional rrd-variables, eg. when a variable is not written in every case.
When having multiple groups, the group containing the maximum amount of variables must be the first in order. All following groups must be subsets of the preceeding groups.
RRD variable.
Defines a LINE or AREA for displaying a RRD data value. Each variable can be scaled before displaying.
Scale the cat data values.
Apply the scaling operations to the cat data values when displayed. Multiple scaling operations are aplied in order of apearance.
E.g. <cat-scale val="2" op="*"> will multiply the value by 2.
Scale the RRD data values.
Apply the scaling operations to the RRD data values when displayed as graph and in caption. Multiple scaling operations are aplied in order of apearance.
E.g. <scale val="2" op="*"> will multiply every value by 2.
Scale the RRD data values in display.
Apply the scaling operations to the RRD data values when displaying as graph only. This scaling operation is applied after the operations defined by <scale> elements. Multiple scaling operations are aplied in order of apearance
Variable label.
This text will be displayed in the caption area.
This text should be a variable name in the .cgi's language file. In this case it has to be written as label="${<varname>}"
Name of the RRD variable
The complete access path to an rrd variable is
"/data/rrdtool/db/[machine-name];/[rrd/@db]/[var/@rrd]:value".
Name of the sensor variable. RRD date value name.
This attribute overides the dfault value "value" used in the rrd access path.
The complete access path to an rrd variable is
"/data/rrdtool/db/[machine-name];/[rrd/@db]/[var/@rrd]:[var/@val]".
Color of the graph.
Must be entered as HTML color in the format "#RRGGBB", with RR GG and BB be hexadecimal values from 00 to FF.
Format string.
Format for the maximum, average, minumum and last values displayed in the caption area.
The format has to be entered as printf format string, eg. "%.1lf" for double values with precision 1.
Render dashed line.
When this attribute is set a dashed line will be rendered with pixel widths as entered.
Scaling value.
Value to be applied by the scaling operation define in scale/@op.
Scaling value.
Value to be applied by the scaling operation define in scale/@op.
Scaling operation.
The operation applied to the scaling factor. Must be one of
"*" mulitplication
"/" division
"+" addition
"-" substraction.