diff options
author | ytti <saku@ytti.fi> | 2013-10-24 02:18:00 -0700 |
---|---|---|
committer | ytti <saku@ytti.fi> | 2013-10-24 02:18:00 -0700 |
commit | 1b4cf651d5b7e9e032a7bc0636c569d0419f2ded (patch) | |
tree | c94da76aee2709a2808a113115fa34b188a5a34c /README.md | |
parent | d7d490077ce16e76367773f5a5fe8bca4f84f366 (diff) | |
parent | feba4c2b9e0faeb40cad32f16d7b024a2d4327ae (diff) |
Merge pull request #7 from nopedial/master
finalize fetch API call
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ # Pitch * automatically adds/removes threads to meet configured retrieval interval * restful API to move node immediately to head-of-queue - * syslog udp+file example to catch config changg event (ios/junos) and trigger config fetch + * 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 * 'git blame' will show for each line who and when the change was made * restful API to reload list of nodes (GET /nodes/reload) + * restful API to fetch configurations (/nodes/fetch/[NODE] or /nodes/fetch/group/[NODE]) # Install * early days, but try: |