diff options
author | Pim van den Berg | 2013-05-18 22:53:39 +0200 |
---|---|---|
committer | Pim van den Berg | 2013-05-18 22:53:39 +0200 |
commit | 3deff291c5713091bdb0346752796b47afc03879 (patch) | |
tree | 307e9862a264d2bb665d14639b64d5f0beb7c638 /conf/config.php | |
parent | type/default: add missing initial variable definitions (diff) | |
download | apt-panopticon_cgp-3deff291c5713091bdb0346752796b47afc03879.zip apt-panopticon_cgp-3deff291c5713091bdb0346752796b47afc03879.tar.gz apt-panopticon_cgp-3deff291c5713091bdb0346752796b47afc03879.tar.bz2 apt-panopticon_cgp-3deff291c5713091bdb0346752796b47afc03879.tar.xz |
add config option for showing smooth (curved) graphs
Diffstat (limited to 'conf/config.php')
-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 c734b09..685589d 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -48,6 +48,9 @@ $CONFIG['graph_type'] = 'png'; | |||
48 | # use the negative X-axis in I/O graphs | 48 | # use the negative X-axis in I/O graphs |
49 | $CONFIG['negative_io'] = false; | 49 | $CONFIG['negative_io'] = false; |
50 | 50 | ||
51 | # create smooth graphs (rrdtool -E) | ||
52 | $CONFIG['graph_smooth'] = false; | ||
53 | |||
51 | # browser cache time for the graphs (in seconds) | 54 | # browser cache time for the graphs (in seconds) |
52 | $CONFIG['cache'] = 90; | 55 | $CONFIG['cache'] = 90; |
53 | 56 | ||