From 450568ae6cd57702a0afd13657cfc356a9414542 Mon Sep 17 00:00:00 2001 From: MajesticFalcon Date: Sun, 4 Sep 2016 14:01:01 -0700 Subject: Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f7a6372..83e8e5c 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1