Skip to content

Commit

Permalink
collection.cgi: Use -l 0 for df_complex graphs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokkee committed Apr 26, 2014
1 parent 25831ec commit e9e8365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/collection.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ();

Expand Down

0 comments on commit e9e8365

Please sign in to comment.