diff options
author | ytti <saku@ytti.fi> | 2016-01-09 14:52:12 +0200 |
---|---|---|
committer | ytti <saku@ytti.fi> | 2016-01-09 14:52:12 +0200 |
commit | 79188c8920d68a5923df6a17a822ccb896a87b32 (patch) | |
tree | 885aed59feb80537216ce00e57900d76d3a50ec2 /README.md | |
parent | a28d491d993abb1d2eb19df0da0a7244d7d204c1 (diff) | |
parent | 70948845134c6b43a98cc520e964ab3fbf4cbcfb (diff) |
Merge pull request #260 from will-h/patch-1
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7,8 +7,8 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * automatically adds/removes threads to meet configured retrieval interval * restful API to move node immediately to head-of-queue (GET/POST /node/next/[NODE]) * syslog udp+file example to catch config change event (ios/junos) and trigger config fetch - * will signal ios/junos user who made change, which output module can (git does) use (via POST) - * 'git blame' will show for each line who and when the change was made + * will signal ios/junos user who made change, which output modules can use (via POST) + * The git output module uses this info - 'git blame' will for each line show who made the change and when * restful API to reload list of nodes (GET /reload) * restful API to fetch configurations (/node/fetch/[NODE] or /node/fetch/group/[NODE]) * restful API to show list of nodes (GET /nodes) @@ -326,6 +326,8 @@ output: ### Output: Git +This uses the rugged/libgit2 interface. So you should remember that normal Git hooks will not be executed. + ``` output: default: git |