diff options
author | MajesticFalcon <Schylarutley@hotmail.com> | 2016-09-04 14:01:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-04 14:01:01 -0700 |
commit | 450568ae6cd57702a0afd13657cfc356a9414542 (patch) | |
tree | 8fd00a8eccf61d0ba7d2677fb0d2f34b0ac39b90 | |
parent | aa2d7a53eabc4d519c19fc42845643dfc4e807c1 (diff) |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -27,7 +27,7 @@ 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: SQL](#source-sqlite) + * [Source: SQL](#source-sql) * [Source: SQLite](#source-sqlite) * [Source: Mysql](#source-mysql) * [Source: HTTP](#source-http) @@ -401,12 +401,7 @@ vars_map: ``` ### Source: SQL ### Source: MYSQL - -One row per device, filtered by hostname - -require 'mysql' - -sudo apt-get install libmysqlclient-dev +```sudo apt-get install libmysqlclient-dev``` Make sure the user has permissions to login @@ -425,7 +420,6 @@ source: table: nodes username: root password: rootpass - map: name: ip model: model |