From 3deff291c5713091bdb0346752796b47afc03879 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 18 May 2013 22:53:39 +0200 Subject: add config option for showing smooth (curved) graphs --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index c734b09..685589d 100644 --- a/conf/config.php +++ b/conf/config.php @@ -48,6 +48,9 @@ $CONFIG['graph_type'] = 'png'; # use the negative X-axis in I/O graphs $CONFIG['negative_io'] = false; +# create smooth graphs (rrdtool -E) +$CONFIG['graph_smooth'] = false; + # browser cache time for the graphs (in seconds) $CONFIG['cache'] = 90; -- cgit v1.1