aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorPim van den Berg2012-09-05 16:07:44 +0200
committerPim van den Berg2012-09-05 16:10:39 +0200
commit074589c36937a468587abe37bc4ce0fbddf80b20 (patch)
tree921ffd1e49dde8bd21f625409f12d70251f3204b /conf
parentplugin: add snmp plugin (diff)
downloadapt-panopticon_cgp-074589c36937a468587abe37bc4ce0fbddf80b20.zip
apt-panopticon_cgp-074589c36937a468587abe37bc4ce0fbddf80b20.tar.gz
apt-panopticon_cgp-074589c36937a468587abe37bc4ce0fbddf80b20.tar.bz2
apt-panopticon_cgp-074589c36937a468587abe37bc4ce0fbddf80b20.tar.xz
apply datasize (bytes/bits) only to network related data
As discussed in https://github.com/pommi/CGP/pull/1.
Diffstat (limited to 'conf')
-rw-r--r--conf/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php
index c6fce92..1862044 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -26,7 +26,7 @@ $CONFIG['time_range']['uptime'] = 31536000;
26$CONFIG['showload'] = true; 26$CONFIG['showload'] = true;
27 27
28# show graphs in bits or bytes 28# show graphs in bits or bytes
29$CONFIG['datasize'] = 'bytes'; 29$CONFIG['network_datasize'] = 'bytes';
30 30
31# browser cache time for the graphs (in seconds) 31# browser cache time for the graphs (in seconds)
32$CONFIG['cache'] = 90; 32$CONFIG['cache'] = 90;