aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorPim van den Berg2013-05-18 17:38:07 +0200
committerPim van den Berg2013-05-18 17:38:07 +0200
commit28ec285069b9b3d4782be6a9e064556ba15b0391 (patch)
treed0991fec5096f813a2a4e57c95ef4b503ab99e8a /conf
parent.htaccess: enable gzip on rrd files (diff)
downloadapt-panopticon_cgp-28ec285069b9b3d4782be6a9e064556ba15b0391.zip
apt-panopticon_cgp-28ec285069b9b3d4782be6a9e064556ba15b0391.tar.gz
apt-panopticon_cgp-28ec285069b9b3d4782be6a9e064556ba15b0391.tar.bz2
apt-panopticon_cgp-28ec285069b9b3d4782be6a9e064556ba15b0391.tar.xz
add support for graphing I/O using the negative X-axis
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 99190f1..c734b09 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -45,6 +45,9 @@ $CONFIG['network_datasize'] = 'bytes';
45# png or canvas graphs 45# png or canvas graphs
46$CONFIG['graph_type'] = 'png'; 46$CONFIG['graph_type'] = 'png';
47 47
48# use the negative X-axis in I/O graphs
49$CONFIG['negative_io'] = false;
50
48# browser cache time for the graphs (in seconds) 51# browser cache time for the graphs (in seconds)
49$CONFIG['cache'] = 90; 52$CONFIG['cache'] = 90;
50 53