diff options
author | ytti <saku@ytti.fi> | 2017-01-25 00:02:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 00:02:56 +0200 |
commit | 2a69179c7765455ad9b468f33c8df78188e7dec5 (patch) | |
tree | d66e7664953eca981ea1eb885304c1ee26dcb256 /README.md | |
parent | 8375aa0ad364e4cb274ba96be1ddfb312c148e38 (diff) | |
parent | 07b4d0c52ce7b5c2377a4547686b95b7ddb62986 (diff) |
Merge pull request #674 from bulletproofnetworks/master
Add GPG support for reading router.db
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -235,12 +235,15 @@ oxidized Now tell Oxidized where it finds a list of network devices to backup configuration from. You can either use CSV or SQLite as source. To create a CSV source add the following snippet: +Note: If gpg is set to anything other than false it will attempt to decrypt the file contents ``` source: default: csv csv: file: ~/.config/oxidized/router.db delimiter: !ruby/regexp /:/ + gpg: false + gpg_password: 'password' map: name: 0 model: 1 |