summaryrefslogtreecommitdiffstats
path: root/templates/check_disk_and_inode.php
diff options
context:
space:
mode:
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");
}
}
?>