From d4ca6975cd843bf8ace26b79d1e478fd8d63b67a Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 6 May 2015 22:57:31 +0100 Subject: [PATCH] Added config options for Oxidized --- doc/Support/Configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index fb8e1fd18..f96ad50f7 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -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'; ```