diff options
Diffstat (limited to '')
-rw-r--r-- | conf/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php index e40cc9f..30eaaf9 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -62,6 +62,9 @@ $CONFIG['percentile'] = false; | |||
62 | # create smooth graphs (rrdtool -E) | 62 | # create smooth graphs (rrdtool -E) |
63 | $CONFIG['graph_smooth'] = false; | 63 | $CONFIG['graph_smooth'] = false; |
64 | 64 | ||
65 | # draw min/max spikes in a lighter color in graphs with type default | ||
66 | $CONFIG['graph_minmax'] = false; | ||
67 | |||
65 | # browser cache time for the graphs (in seconds) | 68 | # browser cache time for the graphs (in seconds) |
66 | $CONFIG['cache'] = 90; | 69 | $CONFIG['cache'] = 90; |
67 | 70 | ||