diff options
Diffstat (limited to 'conf/config.php')
| -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 26172b1..b808a70 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 | # For canvas graphs, use 'async' or 'sync' fetch method | ||
| 49 | $CONFIG['rrd_fetch_method'] = 'sync'; | ||
| 50 | |||
| 48 | # use the negative X-axis in I/O graphs | 51 | # use the negative X-axis in I/O graphs |
| 49 | $CONFIG['negative_io'] = false; | 52 | $CONFIG['negative_io'] = false; |
| 50 | 53 | ||
