Remove graph_min (#14561)

* Remove graph_min
it doesn't do anything
(scale_min sets minimum graph scale)
(graph_max shows a line at max on some graphs)

* fix style
This commit is contained in:
Tony Murray
2022-11-02 09:55:28 -05:00
committed by GitHub
parent b04211bf73
commit 2dea36f70f
27 changed files with 0 additions and 27 deletions

View File

@@ -84,7 +84,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Sessions';

View File

@@ -20,7 +20,6 @@ $colour_line = 'FF4500';
$colour_area_max = 'FFEE99';
$graph_max = 1000;
$graph_min = 1;
$unit_text = 'Load Average %';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'flows';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Connections';

View File

@@ -18,7 +18,6 @@ $line_text = \LibreNMS\Util\Time::humanTime($vars['duration']);
$graph_title .= '::' . $line_text;
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Availability(%)';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
//$graph_max = 1;
$graph_min = 0;
$unit_text = 'Sessions';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Sessions';

View File

@@ -36,7 +36,6 @@ if (isset($components[$vars['id']])) {
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Dropped Requests';
$line_text = 'Dropped Requests';

View File

@@ -36,7 +36,6 @@ if (isset($components[$vars['id']])) {
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Resolved Requests';
$line_text = 'Resolved Requests';

View File

@@ -36,7 +36,6 @@ if (isset($components[$vars['id']])) {
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Dropped Requests';
$line_text = 'Dropped Requests';

View File

@@ -36,7 +36,6 @@ if (isset($components[$vars['id']])) {
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Requests';
$line_text = 'Requests';

View File

@@ -36,7 +36,6 @@ if (isset($components[$vars['id']])) {
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Resolved Requests';
$line_text = 'Resolved Requests';

View File

@@ -35,7 +35,6 @@ if (isset($components[$vars['id']])) {
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Total Connections';
$line_text = 'Connections';

View File

@@ -35,7 +35,6 @@ if (isset($components[$vars['id']])) {
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Current Connections';
$line_text = 'Current Connections';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Active connections';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Connection Rate';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Active connections';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Connection Rate';

View File

@@ -12,7 +12,6 @@ $colour_area = 'CDEB8B';
$colour_area_max = 'cc9999';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Processes';

View File

@@ -12,7 +12,6 @@ $colour_area = 'CDEB8B';
$colour_area_max = 'cc9999';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Users';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$scale_min = '0';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Leases';

View File

@@ -12,7 +12,6 @@ $colour_line = '00cc00';
$colour_area_max = '99cc99';
$scale_min = '0';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'PPPoE Sessions';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Requests';

View File

@@ -11,7 +11,6 @@ $colour_area_max = '9999cc';
$scale_min = '0';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'CM Offline';

View File

@@ -11,7 +11,6 @@ $colour_area_max = '9999cc';
$scale_min = '0';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'CM Registered';

View File

@@ -11,7 +11,6 @@ $colour_area_max = '9999cc';
$scale_min = '0';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'CM Total';

View File

@@ -12,7 +12,6 @@ $colour_line = '0000cc';
$colour_area_max = '9999cc';
$graph_max = 1;
$graph_min = 0;
$unit_text = 'Optimized TCP Connections';