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

RRD database list XML configuration file description

The DataBaseList.xml file contains a list of all the RRD databases defined in LoriotPro. This xml file is updated either from the RRD Collector or the RRD Manager. You do not have to edit this file manually if you do not have a good knowledge in XML file and RRD application within LoriotPro software.

The XML schema definition (DataBaseList.xsd)

A single RRD Database description is enclosed between the following XML tags<DataBase></DataBase>

XML tags description�of the DataBaseList.xml file.

<DataBase>

Une entr�e pour la d�claration d’une database RRD dans le fichier �DataBaseList.xml

The following attributs are linked to this xml tag

Attribut DateCreation : The creation date

Attribut Author : The author

Attribut Description :� A global description

<DataBase_Name>

A unique name assignedto this RRD dataBase.

<DataBase_Profile>

A RRD profile name that is defined in the RRD_Profile.xml

<DataBase_Path>

The path where the database file is stored. This path is relative to the /bin directory of LoriotPro

<Users>

A list of user tag� <GraphTypeUser> that define which graph is using this database.

<Mapping>

A list of DataSource used to fill this database. Data source are collected values coming form snmp collection, ping requests, lua scripts.

When the collected data are response time values of ping requests, additionnal tags are used to store the specific parameters.

Tag for the mapping of data source of ping response time

<Owner>

The ID of the RRD Collector plugin that performs the collection

<DataSourceName>

A unique name assigned to this data source

<Object>

the host name on which the ping is performed

<IP_Address>

The IP host address

<PacketSize>

The packet size of the ping

<TimeToLive>

The maximum number of router on the path to the destination

<TimeOut>

the maximum delay to wait for a ping answer.

Example of ping collection.

<DataBase DateCreation="Friday, December 23, 2005" Author="4876363472532668435" ="LoriotPro IP address : 127_0_0_1">
����� ����� <DataBase_Name>LoriotPro-4876363472532668435</DataBase_Name>
����� ����� <DataBase_Profile>P_LoriotPro-4876363472532668435</DataBase_Profile>
����� ����� <DataBase_Path>.\RRDataBases\LoriotPro-4876363472532668435.rrd</DataBase_Path>
����� ����� <Users>
����� ����� ����� <GraphTypeUser>LoriotPro-4876363472532668435-hourly</GraphTypeUser>
����� ����� ����� <GraphTypeUser>LoriotPro-4876363472532668435-daily</GraphTypeUser>
����� ����� ����� <GraphTypeUser>LoriotPro-4876363472532668435-weekly</GraphTypeUser>
����� ����� ����� <GraphTypeUser>LoriotPro-4876363472532668435-monthly</GraphTypeUser>
����� ����� ����� <GraphTypeUser>LoriotPro-4876363472532668435-yearly</GraphTypeUser>
����� ����� </Users>
����� ����� <Mapping>
����� ����� ����� <Owner>LoriotPro-4876363472532668435</Owner>
����� ����� ����� <DataSourceName>DS0</DataSourceName>
����� ����� ����� <Object>www.loriotpro.com</Object>
����� ����� ����� <IP_Address>212.43.241.105</IP_Address>
����� ����� ����� <PacketSize>64</PacketSize>
����� ����� ����� <TimeToLive>32</TimeToLive>
����� ����� ����� <TimeOut>4</TimeOut>
����� ����� </Mapping>
</DataBase>

 

 


www.loriotpro.com