Sha256: 9fbcf707b61894c4f729f429e913120196be67499cb9aed5240bd267501fdae4

Contents?: true

Size: 279 Bytes

Versions: 16

Compression:

Stored size: 279 Bytes

Contents

MyNagios::Engine.routes.draw do
  require 'sidekiq/web'
  mount Sidekiq::Web, at: '/sidekiq'

  root 'welcome#index'
  match 'autorefresh',  to: 'welcome#autorefresh',    via: [:post]

  resources :checks do
    member do
      post :run_now
      post :toggle
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
my_nagios-0.0.18 config/routes.rb
my_nagios-0.0.17 config/routes.rb
my_nagios-0.0.16 config/routes.rb
my_nagios-0.0.15 config/routes.rb
my_nagios-0.0.14 config/routes.rb
my_nagios-0.0.13 config/routes.rb
my_nagios-0.0.12 config/routes.rb
my_nagios-0.0.11 config/routes.rb
my_nagios-0.0.10 config/routes.rb
my_nagios-0.0.9 config/routes.rb
my_nagios-0.0.8 config/routes.rb
my_nagios-0.0.7 config/routes.rb
my_nagios-0.0.6 config/routes.rb
my_nagios-0.0.5 config/routes.rb
my_nagios-0.0.4 config/routes.rb
my_nagios-0.0.3 config/routes.rb