summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2013-04-20 00:41:23 +0300
committerSaku Ytti <saku@ytti.fi>2013-04-20 00:41:23 +0300
commitf1287a7925901bf3518eb69079304bfb97f7434d (patch)
tree3dd2779e4d087b73b99d7136f37db88c76091d8d /TODO.md
parent5a393d6102655f575549311e6b250534b4dcbb59 (diff)
Example of Syslog triggered fetch
'syslog.rb' listed to UDP port (or reads file). When IOS or JunOS style config change/commit message is seen, it triggers immediate update ot config It transports commit message (junos) remote host from which change was mde (ios) and who made the change (junos+ios). This is carried over to the 'output' methods, that is, 'git blame' will show IOS/JunOS user-name who made the change.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index d67a0bc..ff5dc15 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,7 +16,10 @@ I don't really need it myself, since I don't have platforms where it would be ne
# config
- * save keys as strings, load as symbols?
+ * save keys as strings, load as symbols?
+
+# REST API
+ * figure out if is somehow possible to run rack/puma/sinatra stack with oxidized select()
# other
should it offer cli mass config-pusher? (I think not, I have ideas for such
@@ -31,5 +34,5 @@ use sidekiq? Any benefits?
* rspec tests
-# multiple input methods
+# input method fallback
* ssh, with telnet fallback