document the option

This commit is contained in:
Clint Armstrong 2015-07-16 11:14:02 -04:00
parent 3edce4d7e1
commit 6e74c9da45

View File

@ -304,6 +304,11 @@ $config['collectd_dir'] = '/var/lib/collectd/rrd';
```
Specify the location of the collectd rrd files.
```php
$config['collectd_sock'] = 'unix:///var/run/collectd.sock';
```
Specify the location of the collectd unix socket. Using a socket allows the collectd graphs to be flushed to disk before being drawn. Be sure that your web server has permissions to write to this socket.
```php
$config['smokeping']['dir'] = "/var/lib/smokeping/";
```