Added config options for Oxidized

This commit is contained in:
laf 2015-05-06 22:57:31 +01:00
parent dc0d12936c
commit d4ca6975cd

View File

@ -274,6 +274,14 @@ $config['rancid_ignorecomments'] = 0;
Rancid configuration, `rancid_configs` is an array containing all of the locations of your rancid files.
Setting `rancid_ignorecomments` will disable showing lines that start with #
```php
$config['oxidized']['enabled'] = FALSE;
$config['oxidized']['url'] = 'http://127.0.0.1:8888';
```
To enable Oxidized support set enabled to `TRUE`. URL needs to be configured to point to the REST API for Oxidized. This
is then used to retrieve the config for devices.
```php
$config['collectd_dir'] = '/var/lib/collectd/rrd';
```