bin/check-chef-nodes.rb in sensu-plugins-chef-2.0.0 vs bin/check-chef-nodes.rb in sensu-plugins-chef-2.0.1

- old
+ new

@@ -30,10 +30,10 @@ # Released under the same terms as Sensu (the MIT license); see LICENSE # for details. # require 'sensu-plugin/check/cli' -require 'chef' +require 'chef/rest' # # Chef Nodes Status Checker # class ChefNodesStatusChecker < Sensu::Plugin::Check::CLI