diff options
Diffstat (limited to 'conf/config.php')
-rw-r--r-- | conf/config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php index b086455..3d54e26 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -55,6 +55,10 @@ $CONFIG['rrd_fetch_method'] = 'sync'; | |||
55 | # use the negative X-axis in I/O graphs | 55 | # use the negative X-axis in I/O graphs |
56 | $CONFIG['negative_io'] = false; | 56 | $CONFIG['negative_io'] = false; |
57 | 57 | ||
58 | # add XXth percentile line + legend to network graphs | ||
59 | # false = disabled; 95 = 95th percentile | ||
60 | $CONFIG['percentile'] = false; | ||
61 | |||
58 | # create smooth graphs (rrdtool -E) | 62 | # create smooth graphs (rrdtool -E) |
59 | $CONFIG['graph_smooth'] = false; | 63 | $CONFIG['graph_smooth'] = false; |
60 | 64 | ||