diff options
| author | onefang | 2019-12-10 14:06:47 +1000 |
|---|---|---|
| committer | onefang | 2019-12-10 14:06:47 +1000 |
| commit | 957303a767fbbf85acf02e85667bad68703488c2 (patch) | |
| tree | ee647e165ad100c9b4b3454002125c29c9b31ccd /conf/config.php | |
| parent | Tweak the time spans. (diff) | |
| download | apt-panopticon_cgp-957303a767fbbf85acf02e85667bad68703488c2.zip apt-panopticon_cgp-957303a767fbbf85acf02e85667bad68703488c2.tar.gz apt-panopticon_cgp-957303a767fbbf85acf02e85667bad68703488c2.tar.bz2 apt-panopticon_cgp-957303a767fbbf85acf02e85667bad68703488c2.tar.xz | |
I want hybrid async graphs by default.
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; |
