Changeset 1125

Show
Ignore:
Timestamp:
01/24/08 15:44:08 (7 months ago)
Author:
kindlund
Message:

Updated schema to reflect Ruby database.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Agent.pm

    r1012 r1125  
    923923                $LOG->info($driverName . " - Performing Integrity Checks."); 
    924924                $changes = $integrity->check(); 
    925                 if (scalar(@{$changes->{processes}})) {  
     925                if (scalar(@{$changes->{os_processes}})) {  
    926926                    $LOG->warn($driverName . " - Integrity Check: FAILED"); 
    927927                    $isCompromised = 1; 
     
    976976        #     $LOG->info($driverName . " - Performing Integrity Checks."); 
    977977        #     $changes = $integrity->check(); 
    978         #     if (scalar(@{$changes->{processes}})) {  
     978        #     if (scalar(@{$changes->{os_processes}})) {  
    979979        #         $LOG->warn($driverName . " - Integrity Check: FAILED"); 
    980980        #         $isCompromised = 1;