diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/df.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/df.php b/plugin/df.php index b0e47ef..d4ccc0e 100644 --- a/plugin/df.php +++ b/plugin/df.php | |||
@@ -28,6 +28,7 @@ $obj->colors = array( | |||
28 | 28 | ||
29 | switch($obj->args['type']) { | 29 | switch($obj->args['type']) { |
30 | case 'df_complex': | 30 | case 'df_complex': |
31 | default: | ||
31 | $obj->rrd_title = sprintf('Free space (%s)', $obj->args['pinstance']); | 32 | $obj->rrd_title = sprintf('Free space (%s)', $obj->args['pinstance']); |
32 | $obj->rrd_vertical = 'Bytes'; | 33 | $obj->rrd_vertical = 'Bytes'; |
33 | $obj->rrd_format = '%5.1lf%sB'; | 34 | $obj->rrd_format = '%5.1lf%sB'; |