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:
Adam Amstrong
2012-05-09 12:56:24 +00:00
parent 58d8129f11
commit 3c14ae1b99
2 changed files with 4 additions and 8 deletions
@@ -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";