diff options
author | MajesticFalcon <Schylarutley@hotmail.com> | 2016-09-04 13:55:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-04 13:55:50 -0700 |
commit | 5c16ce270b427da30e225897fcd6b4854856f1da (patch) | |
tree | a6a30f79231f70a7fad0c1786fb75378b13726f5 /README.md | |
parent | 52c8427e532be178d106d015b764213b1d345d10 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -27,7 +27,9 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * [Privileged mode](#privileged-mode) * [Disabling SSH exec channels](#disabling-ssh-exec-channels) * [Source: CSV](#source-csv) - * [Source: SQLite](#source-sqlite) + * [Source: SQL](#source-sqlite) + * [Source: SQLite](#source-sqlite) + * [Source: Mysql](#source-mysql) * [Source: HTTP](#source-http) * [Output: GIT](#output-git) * [Output: HTTP](#output-http) @@ -397,7 +399,8 @@ vars_map: ssh_proxy: 3 ... ``` -### Source: SQL->MYSQL + +### Source: MYSQL One row per device, filtered by hostname require 'mysql' |