summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanilo Sousa <dsgoncalves@uoldiveo.com>2016-02-19 18:33:04 -0200
committerDanilo Sousa <dsgoncalves@uoldiveo.com>2016-02-19 18:33:04 -0200
commit4bc8dd6144c96901caf16e3090bb6114444c37c0 (patch)
treee5f470150076168392f35d7edf28e885d0b7ec6e /README.md
parente1cc9a2350702b7db1438eb17c163230d7c9b0f3 (diff)
mention the `OXIDIZED_HOME` variable in the README file
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index e077b84..7981a25 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,21 @@ Oxidized configuration is in YAML format. Configuration files are subsequently s
To initialize a default configuration in your home directory ```~/.config/oxidized/config```, simply run ```oxidized``` once. If you don't further configure anything from the output and source sections, it'll extend the examples on a subsequent ```oxidized``` execution. This is useful to see what options for a specific source or output backend are available.
+You can set the env variable `OXIDIZED_HOME` to change its home directory.
+
+```
+OXIDIZED_HOME=/etc/oxidized
+
+$ tree -L 1 /etc/oxidized
+/etc/oxidized/
+├── config
+├── log-router-ssh
+├── log-router-telnet
+├── pid
+├── router.db
+└── repository.git
+```
+
## Source
Oxidized supports ```CSV```, ```SQLite``` and ```HTTP``` as source backends. The CSV backend reads nodes from a rancid compatible router.db file. The SQLite backend will fire queries against a database and map certain fields to model items. The HTTP backend will fire queries against a http/https url. Take a look at the [Cookbook](#cookbook) for more details.