diff options
Diffstat (limited to 'conf/config.php')
-rw-r--r-- | conf/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/config.php b/conf/config.php index b6e8bf1..69f934c 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -68,10 +68,10 @@ $CONFIG['term'] = array( | |||
68 | $CONFIG['network_datasize'] = 'bytes'; | 68 | $CONFIG['network_datasize'] = 'bytes'; |
69 | 69 | ||
70 | # "png", "svg", "canvas" or "hybrid" (canvas on detail page, png on the others) graphs | 70 | # "png", "svg", "canvas" or "hybrid" (canvas on detail page, png on the others) graphs |
71 | $CONFIG['graph_type'] = 'png'; | 71 | $CONFIG['graph_type'] = 'hybrid'; |
72 | 72 | ||
73 | # For canvas graphs, use 'async' or 'sync' fetch method | 73 | # For canvas graphs, use 'async' or 'sync' fetch method |
74 | $CONFIG['rrd_fetch_method'] = 'sync'; | 74 | $CONFIG['rrd_fetch_method'] = 'async'; |
75 | 75 | ||
76 | # use the negative X-axis in I/O graphs | 76 | # use the negative X-axis in I/O graphs |
77 | $CONFIG['negative_io'] = false; | 77 | $CONFIG['negative_io'] = false; |