Administrator Handbook Table of contents version française LinkedIn social network LinkedIn social network LinkedIn social network LinkedIn social network Share on social media

RRD graphics list XML configuration file description

The Graph_Profiles.xml file contains a list of all the RRD graphics declared in LoriotPro. This file is updated by RRD manager or RRD collector automatically and should not be edited manually.

The XML schema definition file (Graph_Profiles.xsd)

A graphic profile describes a set of graphics and their characteristics and is enclosed in the following XML tags <Graph></Graph>                       

<Graph>

Tag that enclosed one graphic. The following attributs are linked to each graph entry.

Attribut DateCreation

Attribut Author

Attribut Description

<Graph_Name>

The graphic name

<Graph_FileName>

The graphic file name with the extension gd, gif ou png

<Users>

The list of Reports that use this graphic

<ReportTypeUser>

<GraphTitle

The title that is displayed in the graphique

ShowTitle Option enables the display of this field

<StartTime

The initial start time of the X axis

<EndTime>

The end time of the X axis

<IMGFormat>

Image format (gd, gif ou png )

<DrawingAreaWidth>

Width size of the drawing area in pixel

<DrawingAreaHeight>

Height size of the drawing area

<YLogarithmicScale>

Y scale type, either linear or logaritmic

<Y_Legend

Tex of the legend of the vertical axis Y

ShowYLegend="TRUE">

<DEF_Virtual_Name>

The virtual name for a data source for this graph used to create an entry (set of plots) in the graph.

Attribut Description : A description of the graphic entry

 

<Virtual_Name>

The virtual name identify the graphic entry

<DataBase_Path>

The path to the RRD database file where tha data are stored

<DataBase_Name>

The name of the database

<DS_Name>

The data source in the database used to create the graph entry

<ConsolidationFunction>

the consolidation function applied to a set of contiguous values (time period)in the database

<Plot>

Contient les caractéristiques d’une des courbes du graphique

 

<PlotType>

The graphic entry display mode either line, area or stacked

<Virtual_Name>

The graphic entry name

<Virtual_Name_Type>

The virtual name or a calculated virtual name defined in the prvious section<DEF_Virtual_Name>

<Color>

the graphic entry plot color

<Legend

The legend of this graphic entry

<LineSize>

The size of the line of a graphic entry of line type

Example of graphic entries for a ping collection

<Graph DateCreation="Tuesday, December 13, 2005" Author="4868263847112212481" Description="Last hour">
            <Graph_Name>LoriotPro-4868263847112212481-hourly</Graph_Name>
            <Graph_FileName>.\www\RRDgraphs\LoriotPro-4868263847112212481-hourly.gif</Graph_FileName>
            <Users>
                  <ReportTypeUser>LoriotPro-4868263847112212481</ReportTypeUser>
                  <ReportTypeUser>LoriotPro-4868263847112212481</ReportTypeUser>
            </Users>
            <GraphTitle ShowTitle="TRUE">Title</GraphTitle>
            <StartTime>-3600</StartTime>
            <EndTime>now</EndTime>
            <IMGFormat>GIF</IMGFormat>
            <DrawingAreaWidth>600</DrawingAreaWidth>
            <DrawingAreaHeight>200</DrawingAreaHeight>
            <YLogarithmicScale>LINEAR</YLogarithmicScale>
            <Y_Legend ShowYLegend="TRUE">milliseconds</Y_Legend>
            <DEF_Virtual_Name Description="PING - Round Trip Time in milliseconds, Host : LoriotPro, Packet size : 64, TTL : 32, Timeout : 4">
                  <Virtual_Name>DS0</Virtual_Name>
                  <DataBase_Path>.\RRDataBases\LoriotPro-4868263847112212481.rrd</DataBase_Path>
                  <DataBase_Name>LoriotPro-4868263847112212481</DataBase_Name>
                  <DS_Name>DS0</DS_Name>
                  <ConsolidationFunction>AVERAGE</ConsolidationFunction>
            </DEF_Virtual_Name>
            <Plot>
                  <PlotType>LINE</PlotType>
                  <Virtual_Name>DS0</Virtual_Name>
                  <Virtual_Name_Type>DEF</Virtual_Name_Type>
                  <Color>20E0F8</Color>
                  <Legend>"Ping to \:LoriotPro - IP address = 12.1.1.2 - Packet Size = 64 - Time To Live = 32 - Time Out = 4\l"</Legend>
                  <LineSize>2</LineSize>
            </Plot>
      </Graph>


www.loriotpro.com