Changeset 414

Show
Ignore:
Timestamp:
05/30/07 10:33:49 (1 year ago)
Author:
mbriggs
Message:

DB Integration. Moved DB out from under Manager. Now directly under HoneyClient

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/mbriggs-db/etc/honeyclient.xml

    r173 r414  
    6969            <!-- TODO: Update this. --> 
    7070            <timeout description="How long the Driver waits during a drive operation, before timing out (in seconds)." default="60"> 
    71                 10  
     71                10 
    7272            </timeout> 
    7373            <Browser> 
     
    121121        </Driver> 
    122122        <perform_integrity_checks description="An integer, representing whether the Agent should perform any integrity checks. 1 enables, 0 disables." default="1"> 
    123             1  
     123            1 
    124124        </perform_integrity_checks> 
    125125        <!-- HoneyClient::Agent::Integrity Options --> 
     
    179179        </Integrity> 
    180180    </Agent> 
     181    <!-- HoneyClient::DB Options --> 
     182    <DB> 
     183       <host description="HoneyClient Database Hostname"> 
     184           127.0.0.1 
     185       </host> 
     186       <dbname description="Database Name"> 
     187           HoneyClient 
     188       </dbname> 
     189       <user description="Database User Name"> 
     190           root 
     191       </user> 
     192       <pass description="Database Password"> 
     193 
     194       </pass> 
     195       <!-- XXX: Only 'mysql' is currently supported --> 
     196       <driver description="DBI Driver"> 
     197           mysql 
     198       </driver> 
     199       <!-- TODO: Update this. --> 
     200       <port description="Default FW port number" default="3306"> 
     201           3306 
     202       </port> 
     203    </DB> 
    181204    <Manager> 
    182205        <!-- TODO: Update this. --> 
     
    284307            <!-- TODO: Update this. --> 
    285308            <fwprocess description="Name of external SOAP listener."> 
    286                 startFWListener.pl  
     309                startFWListener.pl 
    287310            </fwprocess> 
    288311            <!-- TODO: Update this. --> 
     
    291314            </config_file> 
    292315        </FW> 
    293         <!-- HoneyClient::Manager::DB Options --> 
    294         <DB> 
    295             <host description="HoneyClient Database Hostname"> 
    296                 192.168.0.130 
    297             </host> 
    298             <dbname description="Database Name"> 
    299                 HoneyClient 
    300             </dbname> 
    301             <user description="Database User Name"> 
    302                 root 
    303             </user> 
    304             <pass description="Database Password"> 
    305                  
    306             </pass> 
    307             <!-- XXX: Only 'mysql' is currently supported --> 
    308             <driver description="DBI Driver"> 
    309                 mysql 
    310             </driver> 
    311             <!-- TODO: Update this. --> 
    312             <port description="Default FW port number" default="3306"> 
    313                 3306 
    314             </port> 
    315         </DB> 
    316316        <!-- HoneyClient::Manager::VM Options --> 
    317317        <VM>