Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 57b08371cc238dd8b7aba52c38910361 > files > 8

logtrend-ftpagent-0.82.2-1mdk.noarch.rpm

<?xml version="1.0" standalone="no"?>
<!DOCTYPE Configuration SYSTEM "Configuration.dtd">
<Configuration>
  <Generic>
    <AgentDescriptionFile>/etc/LogTrend/ftpagentdescription.xml</AgentDescriptionFile>
    <Source>5</Source>
    <Agent Number="5" Version="1" /> <!-- Used for -d mode only -->
    <Time Between_Collections="4s"
	  Between_Deliveries="10s"
	  Before_Warn_If_Server_Not_Responding="20s" />
    <Mail SMTP="host.mydomain.com" Admin="myadmin@mydomain.com" Sender="a.user@m
ydomain.com"/>
    <DataFuture>
      <!-- Make you choice : -->
      <!-- <Save FileName="cache.xml" /> -->
      <Send Host="myserver" Port="9999" GPGHome="/etc/LogTrend/.gnupg" />
      <!-- MailForBridge="logtrend@myserver.com" -->
    </DataFuture>
  </Generic>
  <Specific>
    <!-- ********************************* -->
    <!--  FtpAgent specific configuration  -->
    <!-- ********************************* -->
    <FtpServer host="myserver.mydomain.com"
               login="anonymous"
               password="xxxxxxxx" />
    <Proxy>http://proxy:3128</Proxy>
    <FileToDownload>/pub/myfile</FileToDownload> 
    <LoginFailureAlarm log_path="/var/log/proftp.log"
                       nb_failure="2"
                       time_interval="10" /> 
    <Report path="/pub/LogTrend" />
    <Report path="/pub/linux" />
    <NbUserAlarm limit="3" />
  </Specific>
</Configuration>