summaryrefslogtreecommitdiff
path: root/bin/oxidized
AgeCommit message (Collapse)Author
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-05-01Net::ReadTimeout is ruby 2.0.0 specificSaku Ytti
use TimeoutError for compatibility
2013-04-27Fix timeout on receiving command from inputSaku Ytti
2013-04-26Gemify + add sort-of-cliSaku Ytti