# File lib/sensu/extensions/only-check-output.rb, line 10 def description "returns check output" end
# File lib/sensu/extensions/only-check-output.rb, line 6 def name "only_check_output" end
# File lib/sensu/extensions/only-check-output.rb, line 14 def run(event) yield event[:check][:output], 0 end