From 219880c35151fe071a855205bc33de599a0f0991 Mon Sep 17 00:00:00 2001 From: Jeff Groom <33snipehunt@gmail.com> Date: Mon, 15 Feb 2016 13:56:30 +1300 Subject: Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a130961..8e17aa0 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * [Source: SQLite](#source-sqlite) * [Source: HTTP](#source-http) * [Output: GIT](#output-git) + * [Output: HTTP](#output-http) * [Output: File](#output-file) * [Output types](#output-types) * [Advanced Configuration](#advanced-configuration) @@ -363,6 +364,19 @@ output: repo: "/var/lib/oxidized/devices.git" ``` +### Output: Http + +POST a config to the specified URL + +``` +output: + default: http + http: + user: admin + password: changeit + url: "http://192.168.162.50:8080/db/coll" +``` + ### Output types If you prefer to have different outputs in different files and/or directories, you can easily do this by modifying the corresponding model. To change the behaviour for IOS, you would edit `lib/oxidized/model/ios.rb`. -- cgit v1.2.1