diff options
Diffstat (limited to 'conf/config.php')
| -rw-r--r-- | conf/config.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php index 288e085..6c0572e 100644 --- a/conf/config.php +++ b/conf/config.php | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | # collectd version | 3 | # collectd version |
| 4 | $CONFIG['version'] = 4; | 4 | $CONFIG['version'] = 5; |
| 5 | 5 | ||
| 6 | # collectd's datadir | 6 | # collectd's datadir |
| 7 | $CONFIG['datadir'] = '/var/lib/collectd/rrd'; | 7 | $CONFIG['datadir'] = '/var/lib/collectd/rrd'; |
| @@ -42,6 +42,15 @@ $CONFIG['term'] = array( | |||
| 42 | # show graphs in bits or bytes | 42 | # show graphs in bits or bytes |
| 43 | $CONFIG['network_datasize'] = 'bytes'; | 43 | $CONFIG['network_datasize'] = 'bytes'; |
| 44 | 44 | ||
| 45 | # png or canvas graphs | ||
| 46 | $CONFIG['graph_type'] = 'png'; | ||
| 47 | |||
| 48 | # use the negative X-axis in I/O graphs | ||
| 49 | $CONFIG['negative_io'] = false; | ||
| 50 | |||
| 51 | # create smooth graphs (rrdtool -E) | ||
| 52 | $CONFIG['graph_smooth'] = false; | ||
| 53 | |||
| 45 | # browser cache time for the graphs (in seconds) | 54 | # browser cache time for the graphs (in seconds) |
| 46 | $CONFIG['cache'] = 90; | 55 | $CONFIG['cache'] = 90; |
| 47 | 56 | ||
