Changeset 36
- Timestamp:
- 11/29/06 04:44:25 (2 years ago)
- Files:
-
- honeyclient/branches/bug/42/etc/honeyclient.xml (modified) (1 diff)
- honeyclient/branches/bug/42/lib/HoneyClient/Agent.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/bug/42/etc/honeyclient.xml
r21 r36 45 45 <HoneyClient> 46 46 <!-- 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 49 50 </timeout> 50 51 <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 690 690 my $integrity = undef; 691 691 if ($PERFORM_INTEGRITY_CHECKS) { 692 print "Initializing FilesystemIntegrity Check...\n";692 print "Initializing Integrity Check...\n"; 693 693 # TODO: Initialize Integrity Checks 694 694 $integrity = HoneyClient::Agent::Integrity->new();
