mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added config options for Oxidized
This commit is contained in:
@ -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';
|
||||
```
|
||||
|
Reference in New Issue
Block a user