lib/riemann/babbler/plugin.rb in riemann-babbler-0.1.1 vs lib/riemann/babbler/plugin.rb in riemann-babbler-0.1.2

- old
+ new

@@ -16,11 +16,11 @@ end end def initialize @configatron = $configatron - super + init end def log @logger ||= $logger end @@ -72,13 +72,11 @@ # Доступ к конфигу определенного плагина def plugin end - def plugin_default(opts = {}) - opts.each do |k,v| - plugin.set_default(k.to_sym, v) - end + # Plugin init + def init end # хэлпер для парса stdout+stderr и exit status def shell(*cmd) exit_status=nil