mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
syntaxer run + manual cleanup
git-svn-id: http://www.observium.org/svn/observer/trunk@2630 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -33,7 +33,7 @@ print_optionbar_end();
|
||||
if($vars['view'] == "incoming")
|
||||
{
|
||||
|
||||
if(count($smokeping_files['in'][$device['hostname']]))
|
||||
if (count($smokeping_files['in'][$device['hostname']]))
|
||||
{
|
||||
|
||||
$graph_array['type'] = "device_smokeping_in_all";
|
||||
@@ -45,7 +45,7 @@ if($vars['view'] == "incoming")
|
||||
|
||||
} else {
|
||||
|
||||
if(count($smokeping_files['out'][$device['hostname']]))
|
||||
if (count($smokeping_files['out'][$device['hostname']]))
|
||||
{
|
||||
|
||||
$graph_array['type'] = "device_smokeping_out_all";
|
||||
|
Reference in New Issue
Block a user