Changeset 22

Show
Ignore:
Timestamp:
11/28/06 15:50:32 (2 years ago)
Author:
kindlund
Message:

Debugging the system, to look for false positives in the integrity checking.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/bug/42/bin/StartManager.pl

    r13 r22  
    2020my $agentState = HoneyClient::Manager->run( 
    2121                    driver           => 'IE', # Change to 'IE' or 'FF' 
    22                     master_vm_config => '/vm/Agent.Master-2/winXPPro.cfg', 
     22                    master_vm_config => '/vm/Agent.Master-3/winXPPro.cfg', 
    2323                    agent_state      => encode_base64(nfreeze({ 
    2424                        IE => { # Change to 'IE' or 'FF' 
     
    2626                            # Enable this line, if you want to only go to the 
    2727                            # first 5 links for each domain. 
    28                             #max_relative_links_to_visit => 5, 
     28                            max_relative_links_to_visit => 5, 
    2929                         }, 
    3030                    })),