summaryrefslogtreecommitdiffstats
path: root/templates/check_disk_and_inode.php
diff options
context:
space:
mode:
authorndarshan <dnarayan@redhat.com>2014-03-14 15:07:03 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:36 +0530
commit522783ba9afebcd82869c57090feb8258e52915b (patch)
tree5d4ca6ff98895df341de4838c5b48c902160a8d4 /templates/check_disk_and_inode.php
parent795fc58ef57127f257ea06c8c77ff8fba0662a4e (diff)
Template: Fixed the issues in physical graph templates
Fixed issue with memory template, other templates to have graphs of same size for rendering in ui. Change-Id: Iacfe7e16b16e6a6cccb104dea9fed412b3f533c3 Signed-off-by: ndarshan <dnarayan@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/11 Reviewed-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'templates/check_disk_and_inode.php')
-rw-r--r--templates/check_disk_and_inode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/check_disk_and_inode.php b/templates/check_disk_and_inode.php
index 3185544..2dd253f 100644
--- a/templates/check_disk_and_inode.php
+++ b/templates/check_disk_and_inode.php
@@ -63,7 +63,7 @@ foreach ($this->DS as $KEY=>$VAL) {
# create critical line and legend
$def[$k] .= rrd::line2( $VAL['CRIT'], "#FF0000", "Critical\\n");
-
+ $def[$k] .= rrd::comment (" \\n");
}
}
?>