summaryrefslogtreecommitdiffstats
path: root/templates/check_brick_usage.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/check_brick_usage.php')
-rw-r--r--templates/check_brick_usage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/check_brick_usage.php b/templates/check_brick_usage.php
index 6097a09..eab2bc4 100644
--- a/templates/check_brick_usage.php
+++ b/templates/check_brick_usage.php
@@ -27,7 +27,7 @@ foreach ($this->DS as $KEY=>$VAL) {
# set graph labels
$max_limit = $VAL['MAX'];
- $opt[$KEY] = "--vertical-label \"%(Total: $max_limit GB) \" --lower-limit 0 --upper-limit 100 --title \"$name[$KEY]\" ";
+ $opt[$KEY] = "--vertical-label \"%(Total: $max_limit GB) \" --lower-limit 0 --upper-limit 100 -r --title \"$name[$KEY]\" ";
# Graph Definitions
$def[$KEY] = rrd::def( "var1", $VAL['RRDFILE'], $VAL['DS'], "AVERAGE" );