From fd04134830d3111c137b47c7ba25a049ab597715 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Fri, 10 Aug 2012 18:56:30 +0200 Subject: introduce config option datasize to show graphs in bits or bytes Config setting $CONFIG['datasize'] can be set to bits or bytes to show graph data in bits or bytes. Inspired-by: Neptune Ning (Plan) --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index 781172d..c6fce92 100644 --- a/conf/config.php +++ b/conf/config.php @@ -25,6 +25,9 @@ $CONFIG['time_range']['uptime'] = 31536000; # show load averages on overview page $CONFIG['showload'] = true; +# show graphs in bits or bytes +$CONFIG['datasize'] = 'bytes'; + # browser cache time for the graphs (in seconds) $CONFIG['cache'] = 90; -- cgit v1.1