aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/df.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--plugin/df.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/df.php b/plugin/df.php
index 6d7414b..bf9b850 100644
--- a/plugin/df.php
+++ b/plugin/df.php
@@ -33,7 +33,7 @@ $obj->width = $width;
33$obj->heigth = $heigth; 33$obj->heigth = $heigth;
34$obj->seconds = $seconds; 34$obj->seconds = $seconds;
35 35
36$obj->rrd_title = "Free space ($tinstance) on $host"; 36$obj->rrd_title = sprintf('Free space (%s)', $tinstance);
37$obj->rrd_vertical = 'Bytes'; 37$obj->rrd_vertical = 'Bytes';
38$obj->rrd_format = '%5.1lf%sB'; 38$obj->rrd_format = '%5.1lf%sB';
39 39