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 collector XML configuration file description

The XXXXXXXXXX_CollConf.xml file contain the configuration information for one RRD Collector directory plugin. The XXXXXXXXX is the UID number for that plugin. UID are assigned to the RRD Collector plugin at creation time and is unique within the directory.

The XXXXXXXXXX_CollConf.xml

The XML schema definition of the XXXXXXXXXX_CollConf.xml.

Description of the XML tags

RRDCollectorConfig The XML tag that encloses the parameters
<ConfigMode>

Type of Collector running mode
SNMP standard
SNMP advanced
Ping
LUA script

<RunningStatus> The current status (Running or stopped)
<DataBaseListFile> The file poroviding the list of existing RRD databases
<DataBaseName> The name of the database that this collector fills
<Report_Name> The name of the report attached to this RRD Collector
<LoggingStatus>

Loggin status (0 stopped, 1 activated)

<LoggingFileName> The log file name

Example of CollConf.xml for a Collector running in Ping mode

<?xml version="1.0"?>
<RRDCollectorConfig>
     <ConfigMode>IP_Ping_Mode</ConfigMode>
     <RunningStatus>Stopped</RunningStatus>
     <DataBaseListFile>c:\v4-net\bin\config\RRDfiles\DataBase_List.xml</DataBaseListFile>
     <DataBaseName>LoriotPro-5026182007810424837</DataBaseName>
     <Polling_Interval>60</Polling_Interval>
     <Report_Name>LoriotPro-5026182007810424837</Report_Name>
     <LoggingStatus>1</LoggingStatus>
     <LoggingFileName></LoggingFileName>
</RRDCollectorConfig>

 


www.loriotpro.com