mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Updated min/max values for ubnt graphs (#4811)
* fix: Updated min/max values for ubnt graphs * updated min/max
This commit is contained in:
committed by
Tony Murray
parent
090c46699f
commit
c1779f055f
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
$scale_min = 0;
|
||||
$scale_max = 100;
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
// $rrd_options .= " -l 0 -E ";
|
||||
|
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
$scale_min = 0;
|
||||
$scale_max = 100;
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
// $rrd_options .= " -l 0 -E ";
|
||||
|
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
$scale_min = 0;
|
||||
$scale_max = 50;
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
$rrd_options .= ' -l 0 -E ';
|
||||
|
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
$scale_min = 0;
|
||||
$scale_max = 100;
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
$rrd_options .= ' -l 0 -E ';
|
||||
|
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
$scale_min = -110;
|
||||
$scale_max = -50;
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
// $rrd_options .= " -l 0 -E ";
|
||||
|
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
$scale_min = -100;
|
||||
$scale_max = -20;
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
//$rrd_options .= " -l 0 -E ";
|
||||
|
Reference in New Issue
Block a user