--- lib/PXElator/ping.pm 2009/08/28 22:29:08 330 +++ lib/PXElator/ping.pm 2009/08/28 22:36:06 331 @@ -31,6 +31,8 @@ while (my ($host,$rtt,$ip) = $p->ack) { $status->{$ip}->{rtt} = $rtt * 1000; # ms + warn "# $host $rtt $ip\n"; + client::conf( $ip => 'hostname', default => $host ) if $host ne $ip; } warn dump($status);