diff options
author | Saku Ytti <saku@ytti.fi> | 2013-04-21 16:37:26 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2013-04-21 16:37:26 +0300 |
commit | 5a4d2ce1a0380a47e51a9c7aa248e82a5ba5cd39 (patch) | |
tree | 8fd0cf55b019bae2244a413dd774846cea5920ae /README.md | |
parent | f1287a7925901bf3518eb69079304bfb97f7434d (diff) |
Add input method fallback, e.g. if ssh does not work, try telnet
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,10 +1,13 @@ # Pitch * automatically adds/removes threads to meet configured retrieval interval - * restful API to move node immediately to head-of-queue (maybe trigger from snmp trap or syslog), to be serviced by next spawned thread (GET /nodes/next/$node) + * 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 + * 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) # Install - early days, but try to run it and edit ~/.config/oxidized/config + * early days, but try to lib/tst and edit ~/.config/oxidized/config # API ## Input |