Today, Martin Margo wrote forth saying...
> /logs/gmetad.log file and in there it said
>
> "User of unitialized value in hash element at ../sbin/gmetad line 108.
>
> And the source code for that line is
> elsif ( $el eq "METRIC" )
> {
> my $metricname = $attributes{'NAME'};
> %{$metric_data{$clustername}{$hostname}{$metricname}}=%atributes; <---
> }
>
> Do you know how to fix this ?
did you cut and paste the code into this message? the line above with the
arrow next to it has attributes mispelled. i checked and the distribution
has the correct spelling.
send your gmetad_sources, gmetad_trusted_hosts and the output of a "telnet
localhost 8651" on the machine running gmetad. it would be helpful in
debugging the problem.
-matt