summaryrefslogtreecommitdiff
path: root/lib/oxidized/input/input.rb
AgeCommit message (Collapse)Author
2014-03-01Add Model#output methodSaku Ytti
Outputs about what we've seen last in input class. Quite dirty in telnet, so not sure I'm going to support it. Let's see if there is use-case for it.
2014-02-10Handle exceptions with different log levelsSaku Ytti
2014-02-07Ignore ssh keys, change input exceptionsSaku Ytti
Now input ssh has configuration secure which is false by default, meaning we don't care about changing keys. It breaks ssh security model but rancid does it too. Also input models error handling is now mostly moved to node.rb for centralized handling + logging. With input models only defining which errors they want to receover from.
2013-04-17Initial commitSaku Ytti
Silly for shit-and-giggles attempt at rancid