class CheckWindowsProcessorQueueLength < Sensu::Plugin::Check::CLI
  option :warning,
         short: '-w WARNING',
         default: 5,
         proc: proc(&:to_i)