summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2014-02-27 13:55:29 +0200
committerSaku Ytti <saku@ytti.fi>2014-02-27 13:55:29 +0200
commit7fd0f552bc88e128b9f4090ee6b89beb3d6d837d (patch)
treea42c066719ba0601b21ea792495d7784687d3059 /README.md
parent044477406fafcc8ad5b371027665a675e95a6210 (diff)
some readme changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 380124c..c22631f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
1. apt-get install libsqlite3-dev libssl-dev
2. gem install oxidized
3. oxidized
- 4. vi ~/.config/oxidized
+ 4. vi ~/.config/oxidized/config
5. (maybe point to your rancid/router.db or copy it there)
6. oxidized
@@ -54,7 +54,6 @@
---
:username: LANA
:password: LANAAAAAAA
-:log: "/var/rancid/.config/oxidized/log"
:output:
:default: git
:git:
@@ -109,3 +108,5 @@
which reads nodes from rancid compatible router.db maps their model names to
model names oxidized expects, stores config in git, will try ssh first then
telnet, wont crash on changed ssh keys
+Hopefully most of them are obvious, log is ignored if Syslog::Logger exists
+(>=2.0) and syslog is used instead.