mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
set scale for contexts/interrupts
git-svn-id: http://www.observium.org/svn/observer/trunk@3154 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
include("includes/graphs/common.inc.php");
|
||||
|
||||
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/ucd_ssRawContexts.rrd";
|
||||
|
||||
$ds = "value";
|
||||
@@ -11,10 +9,10 @@ $colour_line = "0000cc";
|
||||
|
||||
$colour_area_max = "9999cc";
|
||||
|
||||
$graph_max = 1;
|
||||
$scale_min = 1;
|
||||
|
||||
$unit_text = "Switches/s";
|
||||
|
||||
include("includes/graphs/generic_simplex.inc.php");
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
include("includes/graphs/common.inc.php");
|
||||
|
||||
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/ucd_ssRawInterrupts.rrd";
|
||||
|
||||
$ds = "value";
|
||||
@@ -11,8 +9,8 @@ $colour_line = "CC0000";
|
||||
|
||||
$colour_area_max = "cc9999";
|
||||
|
||||
$graph_max = 1;
|
||||
$graph_min = 0;
|
||||
#$graph_max = 1;
|
||||
$scale_min = 0;
|
||||
|
||||
$unit_text = "Interrupts/s";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user