diff options
author | Pim van den Berg | 2013-05-18 17:38:07 +0200 |
---|---|---|
committer | Pim van den Berg | 2013-05-18 17:38:07 +0200 |
commit | 28ec285069b9b3d4782be6a9e064556ba15b0391 (patch) | |
tree | d0991fec5096f813a2a4e57c95ef4b503ab99e8a /conf/config.php | |
parent | .htaccess: enable gzip on rrd files (diff) | |
download | apt-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 '')
-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 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 | ||