Author: fapeeler
Date: Fri Dec 9 19:39:20 2011
New Revision: 1212594
URL: http://svn.apache.org/viewvc?rev=1212594&view=rev
Log:
VCL-468
correction hash sent to secondary routines
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm?rev=1212594&r1=1212593&r2=1212594&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm Fri Dec 9
19:39:20 2011
@@ -372,6 +372,8 @@ sub process {
$info->{computertable}->{$cid}->{node_status} =
\%{$node_status};
$info->{computertable}->{$cid}->{"computer_currentimage_name"} =
$computer_currentimage_name;
+ $info->{computertable}->{$cid}->{"computer_hostname"} =
$computer_hostname;
+
notify($ERRORS{'OK'}, $LOG, "nodestatus reports
$node_status_string for $computer_hostname");