diff options
author | Saku Ytti <saku@ytti.fi> | 2014-02-07 10:36:50 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-02-07 10:36:50 +0200 |
commit | 028bada99a02f2bc9b5b4409f09715ca49858675 (patch) | |
tree | 716c4f118321cfadbf3c89f375329e44a4039aa3 /bin/oxidized | |
parent | f2acb9455edae1bc1c80de28af2362da9da206bf (diff) |
Ignore ssh keys, change input exceptions
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.
Diffstat (limited to 'bin/oxidized')
-rwxr-xr-x[-rw-r--r--] | bin/oxidized | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oxidized b/bin/oxidized index aee703f..2509279 100644..100755 --- a/bin/oxidized +++ b/bin/oxidized @@ -3,6 +3,7 @@ require 'oxidized' begin + Process.daemon unless $DEBUG Oxidized.new rescue => e open Oxidized::Config::Crash, 'w' do |file| |