mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
new noagg option to prevent displaying the aggregates
This commit is contained in:
@@ -9,6 +9,7 @@ if ($_GET['inverse']) { $in = 'out'; $out = 'in'; $inverse=TRUE; } else { $in =
|
||||
if ($_GET['legend'] == "no") { $rrd_options .= " -g"; }
|
||||
if ($_GET['nototal']) { $nototal=TRUE;} else { $nototal=FALSE;}
|
||||
if ($_GET['nodetails']) { $nodetails=TRUE; } else { $nodetails=FALSE; }
|
||||
if ($_GET['noagg']) { $noagg=TRUE; } else { $noagg=FALSE; }
|
||||
|
||||
if ($_GET['title'] == "yes") { $rrd_options .= " --title='".$graph_title."' "; }
|
||||
if (isset($_GET['graph_title'])) { $rrd_options .= " --title='".$_GET['graph_title']."' "; }
|
||||
|
||||
Reference in New Issue
Block a user