Sha256: b76482265ff544643781dd05021ea1e6cf49c813630ffda799211e423f9e7961

Contents?: true

Size: 308 Bytes

Versions: 19

Compression:

Stored size: 308 Bytes

Contents

module Rearview
  class MonitorController < ApplicationController

    def create
      results = Rearview::MonitorRunner.run(params[:metrics],params[:monitorExpr],params[:minutes],{},false,params[:toDate],true)
      @monitor_output = Rearview::MonitorRunner.normalize_results(results)
    end

  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
rearview-1.1.2-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.1.1-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.1.0-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.3.rc.4-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.3.rc.3-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.3.rc.2-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.3.rc.1-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.2-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.2.rc.4-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.2.rc.3-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.2.rc.2-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.2.rc.1-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.1-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.0-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.0.rc5-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.0.rc4-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.0.rc3-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.0.rc2-jruby app/controllers/rearview/monitor_controller.rb
rearview-1.0.0.rc1-jruby app/controllers/rearview/monitor_controller.rb