<div dir="ltr"><div>Hi,<br><br></div><div>we are graphing ~2000 hosts with smokeping and I need to integrate live graphs into an external tool. <br><br>First I tried to find-out the right rrdtool-graph arguments, but it's seems not to be possible (without doing prior calculations).<br><br>So I was looking at Smokeping.pm and tried to copy of what the CGI script is doing, but I am stuck.<br></div><div><br>I am trying this:<br><br> my $parser = Smokeping::get_parser;<br> $cfg = Smokeping::get_config $parser, '/etc/smokeping/config';<br> $tree = $cfg->{Targets}; <br> $open = $tree->{$ARGV[0]};    # <- this works, I have all targets in root of the tree<br> $probes = Smokeping::load_probes($cfg);<br> my $step = $probes->{$tree->{probe}}->step();<br> $q = bless \$q, 'dummyCGI';<br> my $x = Smokeping::get_detail( $cfg,$q,$tree,$open,"a" );<br><br><br></div><div>However sub get_detail in Smokeping.pm returns "" on line:<br>  <br>   return "" if not defined $tree->{host} or 0 == @slaves;<br><br><br></div><div>???? Now I am lost for something that feels it should be easy.<br><br></div><div>Please someone point me into the right direction.<br><br><br></div><div>Thanks in Advance!!<br></div><div>Martin<br></div></div>