diff options
-rw-r--r-- | lib/Smokeping.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 05ace24..4630c65 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -700,8 +700,8 @@ sub get_overview ($$$$){ $tree_path[-1]= $host; my $tree = get_tree($cfg,\@tree_path); # not all multihost entries must have the same number of pings - $probe = $probes->{$tree->{$prop}{probe}}; - $pings = $probe->_pings($tree->{$prop}); + $probe = $probes->{$tree->{probe}}; + $pings = $probe->_pings($tree); $label = $tree->{menu}; # if there are multiple units ... lets say so ... if ($ProbeUnit ne $probe->ProbeUnit()){ |