projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25831ec
)
collection.cgi: Use -l 0 for df_complex graphs.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 26 Apr 2014 19:37:51 +0000
(21:37 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Sat, 26 Apr 2014 19:37:51 +0000
(21:37 +0200)
contrib/collection.cgi
patch
|
blob
|
history
diff --git
a/contrib/collection.cgi
b/contrib/collection.cgi
index
4b248dc
..
5ff259f
100755
(executable)
--- a/
contrib/collection.cgi
+++ b/
contrib/collection.cgi
@@
-2905,7
+2905,7
@@
sub meta_graph_df
$opts->{'title'} = "Disk usage $prefix";
$opts->{'number_format'} = '%5.1lf%s';
- $opts->{'rrd_opts'} = ['-b', '1024', '-v', 'Bytes'];
+ $opts->{'rrd_opts'} = ['-
l', 0, '-
b', '1024', '-v', 'Bytes'];
my @files = ();