summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.am1
-rw-r--r--templates/check_brick_usage.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/Makefile.am b/templates/Makefile.am
index edece53..25ebd19 100644
--- a/templates/Makefile.am
+++ b/templates/Makefile.am
@@ -6,6 +6,7 @@ pnp4nagiostemplate_DATA = \
check_memory.php \
check_swap_usage.php \
check_vol_utilization.php \
+ check_brick_usage.php \
$(NULL)
EXTRA_DIST = \
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" );