aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorPim van den Berg2013-05-18 22:53:39 +0200
committerPim van den Berg2013-05-18 22:53:39 +0200
commit3deff291c5713091bdb0346752796b47afc03879 (patch)
tree307e9862a264d2bb665d14639b64d5f0beb7c638 /conf
parenttype/default: add missing initial variable definitions (diff)
downloadapt-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')
-rw-r--r--conf/config.php3
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