From 28ec285069b9b3d4782be6a9e064556ba15b0391 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 18 May 2013 17:38:07 +0200 Subject: add support for graphing I/O using the negative X-axis --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') 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'; # png or canvas graphs $CONFIG['graph_type'] = 'png'; +# use the negative X-axis in I/O graphs +$CONFIG['negative_io'] = false; + # browser cache time for the graphs (in seconds) $CONFIG['cache'] = 90; -- cgit v1.1