mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix to smokeping
git-svn-id: http://www.observium.org/svn/observer/trunk@2705 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -55,7 +55,6 @@ if($vars['view'] == "incoming")
|
||||
ksort($smokeping_files['in'][$device['hostname']]);
|
||||
foreach($smokeping_files['in'][$device['hostname']] AS $src => $host)
|
||||
{
|
||||
echo("$src -> $host");
|
||||
$hostname = str_replace(".rrd", "", $host);
|
||||
$host = device_by_name($src);
|
||||
if(is_numeric($host['device_id']))
|
||||
|
Reference in New Issue
Block a user