mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
fix customer and iftype graphs since port rrd filename changes
git-svn-id: http://www.observium.org/svn/observer/trunk@1673 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -54,7 +54,7 @@ echo("<table cellpadding=7 cellspacing=0 class=devicetable width=100%>");
|
||||
|
||||
echo("</td></tr><tr bgcolor='$bg'><td>");
|
||||
|
||||
if(file_exists($config['rrd_dir'] . "/" . $interface['hostname'] . "/" . $interface['ifIndex'] . ".rrd")) {
|
||||
if(file_exists($config['rrd_dir'] . "/" . $interface['hostname'] . "/port-" . $interface['ifIndex'] . ".rrd")) {
|
||||
|
||||
$graph_type = "port_bits";
|
||||
include("includes/print-interface-graphs.inc.php");
|
||||
|
||||
Reference in New Issue
Block a user