Changeset 1335
- Timestamp:
- 03/06/08 16:48:02 (6 months ago)
- Files:
-
- honeyclient/trunk/etc/honeyclient.xml (modified) (1 diff)
- honeyclient/trunk/lib/HoneyClient/Manager.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/etc/honeyclient.xml
r1334 r1335 47 47 <HoneyClient> 48 48 <!-- Global Options --> 49 <organization description="The name of the organization that owns the host system."> 50 MITRE 51 </organization> 49 52 <!-- 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. --> 50 <timeout description="Default timeout used for all communications between each module (in seconds)." default=" 900">53 <timeout description="Default timeout used for all communications between each module (in seconds)." default="3600"> 51 54 3600 52 55 </timeout> honeyclient/trunk/lib/HoneyClient/Manager.pm
r1322 r1335 834 834 $LOG->info("All URLs exhausted. Shutting down Manager."); 835 835 $vm = undef; 836 print "Done!\n";837 836 _cleanup(); 838 837 } … … 939 938 cid => $vm->name, 940 939 status => 'running', 941 # TODO: Collect host, application, and config through automation/config files942 940 host => { 943 org => 'MITRE',941 org => getVar(name => "organization"), 944 942 hostname => Sys::Hostname::Long::hostname_long, 945 943 ip => Sys::HostIP->ip,
