Changeset 36

Show
Ignore:
Timestamp:
11/29/06 04:44:25 (2 years ago)
Author:
kindlund
Message:

updating integrity check code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/bug/42/etc/honeyclient.xml

    r21 r36  
    4545<HoneyClient> 
    4646    <!-- Global Options --> 
    47     <timeout description="Default timeout used for all communications between each module (in seconds)." default="600"> 
    48         600 
     47    <!-- Note: This timeout should be long enough so that the Agent watchdog code will properly let the integrity checking code finish, before detecting a faulty timeout in processing. --> 
     48    <timeout description="Default timeout used for all communications between each module (in seconds)." default="900"> 
     49        900 
    4950    </timeout> 
    5051    <log_config description="The global Log4perl configuration file, used throughout all modules.  This setting should not need to be changed." default="etc/honeyclient_log.conf"> 
  • honeyclient/branches/bug/42/lib/HoneyClient/Agent.pm

    r13 r36  
    690690                my $integrity = undef; 
    691691                if ($PERFORM_INTEGRITY_CHECKS) { 
    692                     print "Initializing Filesystem Integrity Check...\n"; 
     692                    print "Initializing Integrity Check...\n"; 
    693693                    # TODO: Initialize Integrity Checks 
    694694                    $integrity = HoneyClient::Agent::Integrity->new();