easymon 1.1 → 1.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of easymon might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  if Rails.env.development?
2
2
  Easymon::Repository.add("redis", Easymon::RedisCheck.new(YAML.load_file(Rails.root.join("config/redis.yml"))[Rails.env].symbolize_keys))
3
- Easymon::Repository.add("database", Easymon::ActiveRecordCheck.new(ActiveRecord::Base))
3
+ Easymon::Repository.add("database", Easymon::ActiveRecordCheck.new(ActiveRecord::Base), :critical)
4
4
  Easymon::Repository.add("memcached", Easymon::MemcachedCheck.new(Rails.cache))
5
5
  Easymon::Repository.add("elasticsearch-http", Easymon::HttpCheck.new("http://localhost:9200"))
6
6
  end
@@ -2592,3 +2592,941 @@ Processing by Easymon::ChecksController#index as JSON
2592
2592
  Completed 503 Service Unavailable in 7ms (Views: 0.4ms | ActiveRecord: 0.2ms)
2593
2593
   (0.2ms) SELECT 1=1
2594
2594
   (0.2ms) SELECT 1=1
2595
+  (0.2ms) SELECT 1=1
2596
+  (0.2ms) SELECT 1=1
2597
+  (0.2ms) SELECT 1=1
2598
+
2599
+
2600
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 14:15:08 -0400
2601
+ Processing by Easymon::ChecksController#index as HTML
2602
+  (0.1ms) SELECT 1=1
2603
+ Rendered text template (0.0ms)
2604
+ Completed 503 Service Unavailable in 6ms (Views: 0.5ms | ActiveRecord: 0.1ms)
2605
+
2606
+
2607
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 14:18:40 -0400
2608
+ Processing by Easymon::ChecksController#index as JSON
2609
+  (0.2ms) SELECT 1=1
2610
+ Completed 503 Service Unavailable in 9ms (Views: 5.6ms | ActiveRecord: 0.1ms)
2611
+
2612
+
2613
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 14:18:47 -0400
2614
+ Processing by Easymon::ChecksController#index as JSON
2615
+  (0.2ms) SELECT 1=1
2616
+ Completed 503 Service Unavailable in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2617
+  (0.2ms) SELECT 1=1
2618
+  (0.3ms) SELECT 1=1
2619
+
2620
+
2621
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 14:40:05 -0400
2622
+ Processing by Easymon::ChecksController#index as JSON
2623
+  (0.2ms) SELECT 1=1
2624
+ Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2625
+  (0.2ms) SELECT 1=1
2626
+
2627
+
2628
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 14:42:14 -0400
2629
+ Processing by Easymon::ChecksController#index as JSON
2630
+  (0.2ms) SELECT 1=1
2631
+ Completed 503 Service Unavailable in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2632
+
2633
+
2634
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 14:42:21 -0400
2635
+ Processing by Easymon::ChecksController#index as JSON
2636
+  (0.2ms) SELECT 1=1
2637
+ Completed 503 Service Unavailable in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2638
+
2639
+
2640
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 14:42:21 -0400
2641
+ Processing by Easymon::ChecksController#index as JSON
2642
+  (0.2ms) SELECT 1=1
2643
+ Completed 503 Service Unavailable in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
2644
+
2645
+
2646
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 14:42:22 -0400
2647
+ Processing by Easymon::ChecksController#index as JSON
2648
+  (0.2ms) SELECT 1=1
2649
+ Completed 503 Service Unavailable in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2650
+
2651
+
2652
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 14:42:42 -0400
2653
+ Processing by Easymon::ChecksController#index as JSON
2654
+  (0.2ms) SELECT 1=1
2655
+ Completed 503 Service Unavailable in 8ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2656
+
2657
+
2658
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 14:42:45 -0400
2659
+ Processing by Easymon::ChecksController#index as HTML
2660
+  (0.2ms) SELECT 1=1
2661
+ Rendered text template (0.0ms)
2662
+ Completed 503 Service Unavailable in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)
2663
+  (0.7ms) SELECT 1=1
2664
+
2665
+
2666
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 14:59:28 -0400
2667
+ Processing by Easymon::ChecksController#index as JSON
2668
+  (0.2ms) SELECT 1=1
2669
+ Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 0.2ms)
2670
+
2671
+
2672
+ Started GET "/up/critical" for 127.0.0.1 at 2014-06-23 15:05:42 -0400
2673
+ Processing by Easymon::ChecksController#show as JSON
2674
+ Parameters: {"check"=>"critical"}
2675
+  (0.2ms) SELECT 1=1
2676
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
2677
+
2678
+
2679
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 15:06:04 -0400
2680
+ Processing by Easymon::ChecksController#index as JSON
2681
+  (0.2ms) SELECT 1=1
2682
+ Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2683
+
2684
+
2685
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 15:06:09 -0400
2686
+ Processing by Easymon::ChecksController#index as JSON
2687
+  (0.2ms) SELECT 1=1
2688
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2689
+
2690
+
2691
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 15:09:10 -0400
2692
+ Processing by Easymon::ChecksController#index as JSON
2693
+  (0.2ms) SELECT 1=1
2694
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2695
+
2696
+
2697
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 15:09:48 -0400
2698
+ Processing by Easymon::ChecksController#index as JSON
2699
+  (0.2ms) SELECT 1=1
2700
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
2701
+  (0.2ms) SELECT 1=1
2702
+
2703
+
2704
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 15:11:18 -0400
2705
+ Processing by Easymon::ChecksController#index as JSON
2706
+  (0.2ms) SELECT 1=1
2707
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)
2708
+
2709
+
2710
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 15:12:37 -0400
2711
+ Processing by Easymon::ChecksController#index as JSON
2712
+  (0.2ms) SELECT 1=1
2713
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)
2714
+
2715
+
2716
+ Started GET "/up/critical" for 127.0.0.1 at 2014-06-23 16:03:56 -0400
2717
+ Processing by Easymon::ChecksController#show as JSON
2718
+ Parameters: {"check"=>"critical"}
2719
+  (0.3ms) SELECT 1=1
2720
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.3ms)
2721
+
2722
+
2723
+ Started GET "/up/critical" for 127.0.0.1 at 2014-06-23 16:23:13 -0400
2724
+
2725
+ SyntaxError (/Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:42: syntax error, unexpected '='
2726
+ is_critical? = params[:check] == "critical"
2727
+ ^
2728
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:47: syntax error, unexpected keyword_do_block, expecting keyword_end
2729
+ Easymon::Repository.critical.each do |name|
2730
+ ^
2731
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:83: syntax error, unexpected keyword_end, expecting end-of-input):
2732
+ activesupport (4.1.1) lib/active_support/dependencies.rb:443:in `load'
2733
+ activesupport (4.1.1) lib/active_support/dependencies.rb:443:in `block in load_file'
2734
+ activesupport (4.1.1) lib/active_support/dependencies.rb:633:in `new_constants_in'
2735
+ activesupport (4.1.1) lib/active_support/dependencies.rb:442:in `load_file'
2736
+ activesupport (4.1.1) lib/active_support/dependencies.rb:342:in `require_or_load'
2737
+ activesupport (4.1.1) lib/active_support/dependencies.rb:480:in `load_missing_constant'
2738
+ activesupport (4.1.1) lib/active_support/dependencies.rb:180:in `const_missing'
2739
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `const_get'
2740
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `block in constantize'
2741
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `each'
2742
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `inject'
2743
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `constantize'
2744
+ activesupport (4.1.1) lib/active_support/dependencies.rb:552:in `get'
2745
+ activesupport (4.1.1) lib/active_support/dependencies.rb:583:in `constantize'
2746
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
2747
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:66:in `controller'
2748
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:44:in `call'
2749
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
2750
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
2751
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
2752
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
2753
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
2754
+ railties (4.1.1) lib/rails/railtie.rb:194:in `public_send'
2755
+ railties (4.1.1) lib/rails/railtie.rb:194:in `method_missing'
2756
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
2757
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
2758
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
2759
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
2760
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2761
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2762
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2763
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2764
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
2765
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2766
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2767
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
2768
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
2769
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
2770
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2771
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
2772
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2773
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
2774
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2775
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2776
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2777
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
2778
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
2779
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2780
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
2781
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
2782
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
2783
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2784
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2785
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2786
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
2787
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2788
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2789
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2790
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
2791
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
2792
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2793
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2794
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2795
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
2796
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
2797
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
2798
+
2799
+
2800
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
2801
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
2802
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.5ms)
2803
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.4ms)
2804
+
2805
+
2806
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 16:23:20 -0400
2807
+
2808
+ SyntaxError (/Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:42: syntax error, unexpected '='
2809
+ is_critical? = params[:check] == "critical"
2810
+ ^
2811
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:47: syntax error, unexpected keyword_do_block, expecting keyword_end
2812
+ Easymon::Repository.critical.each do |name|
2813
+ ^
2814
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:83: syntax error, unexpected keyword_end, expecting end-of-input):
2815
+ activesupport (4.1.1) lib/active_support/dependencies.rb:443:in `load'
2816
+ activesupport (4.1.1) lib/active_support/dependencies.rb:443:in `block in load_file'
2817
+ activesupport (4.1.1) lib/active_support/dependencies.rb:633:in `new_constants_in'
2818
+ activesupport (4.1.1) lib/active_support/dependencies.rb:442:in `load_file'
2819
+ activesupport (4.1.1) lib/active_support/dependencies.rb:342:in `require_or_load'
2820
+ activesupport (4.1.1) lib/active_support/dependencies.rb:480:in `load_missing_constant'
2821
+ activesupport (4.1.1) lib/active_support/dependencies.rb:180:in `const_missing'
2822
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `const_get'
2823
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `block in constantize'
2824
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `each'
2825
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `inject'
2826
+ activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `constantize'
2827
+ activesupport (4.1.1) lib/active_support/dependencies.rb:552:in `get'
2828
+ activesupport (4.1.1) lib/active_support/dependencies.rb:583:in `constantize'
2829
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
2830
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:66:in `controller'
2831
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:44:in `call'
2832
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
2833
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
2834
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
2835
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
2836
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
2837
+ railties (4.1.1) lib/rails/railtie.rb:194:in `public_send'
2838
+ railties (4.1.1) lib/rails/railtie.rb:194:in `method_missing'
2839
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
2840
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
2841
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
2842
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
2843
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2844
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2845
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2846
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2847
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
2848
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2849
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2850
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
2851
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
2852
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
2853
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2854
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
2855
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2856
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
2857
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2858
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2859
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2860
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
2861
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
2862
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2863
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
2864
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
2865
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
2866
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2867
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2868
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2869
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
2870
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2871
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2872
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2873
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
2874
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
2875
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2876
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2877
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2878
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
2879
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
2880
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
2881
+
2882
+
2883
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
2884
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
2885
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
2886
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.8ms)
2887
+
2888
+
2889
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 16:24:43 -0400
2890
+ Processing by Easymon::ChecksController#index as HTML
2891
+  (0.2ms) SELECT 1=1
2892
+ Rendered text template (0.0ms)
2893
+ Completed 200 OK in 8ms (Views: 0.5ms | ActiveRecord: 0.2ms)
2894
+
2895
+
2896
+ Started GET "/up/critical" for 127.0.0.1 at 2014-06-23 16:24:51 -0400
2897
+ Processing by Easymon::ChecksController#show as HTML
2898
+ Parameters: {"check"=>"critical"}
2899
+  (0.2ms) SELECT 1=1
2900
+ Completed 500 Internal Server Error in 1ms
2901
+
2902
+ NoMethodError (undefined method `message' for #<Easymon::Checklist:0x007fdb0912d590>):
2903
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:63:in `block (2 levels) in show'
2904
+ actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:258:in `call'
2905
+ actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:258:in `respond_to'
2906
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:60:in `show'
2907
+ actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2908
+ actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
2909
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
2910
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
2911
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
2912
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
2913
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
2914
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
2915
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
2916
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2917
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
2918
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
2919
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
2920
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2921
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
2922
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
2923
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
2924
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
2925
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
2926
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
2927
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
2928
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
2929
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
2930
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
2931
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
2932
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
2933
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
2934
+ railties (4.1.1) lib/rails/railtie.rb:194:in `public_send'
2935
+ railties (4.1.1) lib/rails/railtie.rb:194:in `method_missing'
2936
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
2937
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
2938
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
2939
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
2940
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
2941
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
2942
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
2943
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
2944
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
2945
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
2946
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
2947
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
2948
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
2949
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
2950
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
2951
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
2952
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2953
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
2954
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
2955
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
2956
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
2957
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
2958
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
2959
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
2960
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
2961
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
2962
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
2963
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
2964
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
2965
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
2966
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
2967
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2968
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
2969
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
2970
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
2971
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
2972
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
2973
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
2974
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
2975
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
2976
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
2977
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
2978
+
2979
+
2980
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
2981
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
2982
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
2983
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms)
2984
+
2985
+
2986
+ Started GET "/up/critical" for 127.0.0.1 at 2014-06-23 16:25:11 -0400
2987
+ Processing by Easymon::ChecksController#show as HTML
2988
+ Parameters: {"check"=>"critical"}
2989
+  (0.2ms) SELECT 1=1
2990
+ Rendered text template (0.0ms)
2991
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.2ms)
2992
+
2993
+
2994
+ Started GET "/up/critical" for 127.0.0.1 at 2014-06-23 16:25:51 -0400
2995
+ Processing by Easymon::ChecksController#show as HTML
2996
+ Parameters: {"check"=>"critical"}
2997
+  (0.2ms) SELECT 1=1
2998
+ Rendered text template (0.0ms)
2999
+ Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)
3000
+
3001
+
3002
+ Started GET "/up/critical" for 127.0.0.1 at 2014-06-23 16:26:02 -0400
3003
+ Processing by Easymon::ChecksController#show as */*
3004
+ Parameters: {"check"=>"critical"}
3005
+  (0.2ms) SELECT 1=1
3006
+ Rendered text template (0.0ms)
3007
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.2ms)
3008
+
3009
+
3010
+ Started GET "/up/critical.json" for 127.0.0.1 at 2014-06-23 16:26:08 -0400
3011
+ Processing by Easymon::ChecksController#show as JSON
3012
+ Parameters: {"check"=>"critical"}
3013
+  (0.2ms) SELECT 1=1
3014
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3015
+
3016
+
3017
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 16:26:20 -0400
3018
+ Processing by Easymon::ChecksController#index as JSON
3019
+  (0.2ms) SELECT 1=1
3020
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3021
+
3022
+
3023
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 17:18:36 -0400
3024
+ Processing by Easymon::ChecksController#index as JSON
3025
+  (0.2ms) SELECT 1=1
3026
+ Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.2ms)
3027
+
3028
+
3029
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 17:18:49 -0400
3030
+ Processing by Easymon::ChecksController#index as JSON
3031
+  (0.2ms) SELECT 1=1
3032
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3033
+
3034
+
3035
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 17:29:57 -0400
3036
+ Processing by Easymon::ChecksController#index as JSON
3037
+  (0.2ms) SELECT 1=1
3038
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)
3039
+
3040
+
3041
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 17:30:40 -0400
3042
+ Processing by Easymon::ChecksController#index as JSON
3043
+  (0.2ms) SELECT 1=1
3044
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3045
+
3046
+
3047
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 17:30:47 -0400
3048
+ Processing by Easymon::ChecksController#index as JSON
3049
+  (0.2ms) SELECT 1=1
3050
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)
3051
+
3052
+
3053
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 17:31:41 -0400
3054
+ Processing by Easymon::ChecksController#index as JSON
3055
+  (0.2ms) SELECT 1=1
3056
+ Completed 500 Internal Server Error in 4ms
3057
+
3058
+ NoMethodError (undefined method `[]=' for nil:NilClass):
3059
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:42:in `block in to_hash'
3060
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:41:in `each'
3061
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:41:in `to_hash'
3062
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:48:in `as_json'
3063
+ activesupport (4.1.1) lib/active_support/json/encoding.rb:34:in `encode'
3064
+ activesupport (4.1.1) lib/active_support/json/encoding.rb:21:in `encode'
3065
+ activesupport (4.1.1) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder'
3066
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:96:in `block in <module:Renderers>'
3067
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:39:in `block in _handle_render_options'
3068
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each_key'
3069
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each'
3070
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:36:in `_handle_render_options'
3071
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
3072
+ actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render'
3073
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render'
3074
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
3075
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
3076
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
3077
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
3078
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
3079
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
3080
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
3081
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
3082
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:36:in `block (2 levels) in index'
3083
+ actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:258:in `call'
3084
+ actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:258:in `respond_to'
3085
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:34:in `index'
3086
+ actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3087
+ actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
3088
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
3089
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
3090
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
3091
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
3092
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
3093
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
3094
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
3095
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3096
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
3097
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
3098
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
3099
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3100
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
3101
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
3102
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
3103
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
3104
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
3105
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
3106
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
3107
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
3108
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
3109
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
3110
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
3111
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
3112
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
3113
+ railties (4.1.1) lib/rails/railtie.rb:194:in `public_send'
3114
+ railties (4.1.1) lib/rails/railtie.rb:194:in `method_missing'
3115
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
3116
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
3117
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
3118
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
3119
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
3120
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
3121
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
3122
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
3123
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
3124
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
3125
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
3126
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
3127
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
3128
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
3129
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
3130
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
3131
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3132
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
3133
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
3134
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
3135
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3136
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
3137
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
3138
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3139
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
3140
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
3141
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
3142
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3143
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
3144
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
3145
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
3146
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
3147
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
3148
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
3149
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
3150
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
3151
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
3152
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
3153
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
3154
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
3155
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
3156
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
3157
+
3158
+
3159
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
3160
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
3161
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.5ms)
3162
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.9ms)
3163
+
3164
+
3165
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 17:31:53 -0400
3166
+ Processing by Easymon::ChecksController#index as JSON
3167
+  (0.2ms) SELECT 1=1
3168
+ Completed 500 Internal Server Error in 3ms
3169
+
3170
+ NoMethodError (undefined method `[]=' for nil:NilClass):
3171
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:42:in `block in to_hash'
3172
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:41:in `each'
3173
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:41:in `to_hash'
3174
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:48:in `as_json'
3175
+ activesupport (4.1.1) lib/active_support/json/encoding.rb:34:in `encode'
3176
+ activesupport (4.1.1) lib/active_support/json/encoding.rb:21:in `encode'
3177
+ activesupport (4.1.1) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder'
3178
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:96:in `block in <module:Renderers>'
3179
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:39:in `block in _handle_render_options'
3180
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each_key'
3181
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each'
3182
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:36:in `_handle_render_options'
3183
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
3184
+ actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render'
3185
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render'
3186
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
3187
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
3188
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
3189
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
3190
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
3191
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
3192
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
3193
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
3194
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:36:in `block (2 levels) in index'
3195
+ actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:258:in `call'
3196
+ actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:258:in `respond_to'
3197
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:34:in `index'
3198
+ actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3199
+ actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
3200
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
3201
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
3202
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
3203
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
3204
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
3205
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
3206
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
3207
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3208
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
3209
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
3210
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
3211
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3212
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
3213
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
3214
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
3215
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
3216
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
3217
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
3218
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
3219
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
3220
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
3221
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
3222
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
3223
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
3224
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
3225
+ railties (4.1.1) lib/rails/railtie.rb:194:in `public_send'
3226
+ railties (4.1.1) lib/rails/railtie.rb:194:in `method_missing'
3227
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
3228
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
3229
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
3230
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
3231
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
3232
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
3233
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
3234
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
3235
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
3236
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
3237
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
3238
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
3239
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
3240
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
3241
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
3242
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
3243
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3244
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
3245
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
3246
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
3247
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3248
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
3249
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
3250
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3251
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
3252
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
3253
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
3254
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3255
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
3256
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
3257
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
3258
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
3259
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
3260
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
3261
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
3262
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
3263
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
3264
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
3265
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
3266
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
3267
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
3268
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
3269
+
3270
+
3271
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
3272
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
3273
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
3274
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.3ms)
3275
+
3276
+
3277
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 17:39:44 -0400
3278
+ Processing by Easymon::ChecksController#index as JSON
3279
+  (0.2ms) SELECT 1=1
3280
+ Completed 500 Internal Server Error in 3ms
3281
+
3282
+ NoMethodError (undefined method `[]=' for nil:NilClass):
3283
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:42:in `block in to_hash'
3284
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:41:in `each'
3285
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:41:in `to_hash'
3286
+ /Users/nathan/37s/apps/easymon/lib/easymon/checklist.rb:48:in `as_json'
3287
+ activesupport (4.1.1) lib/active_support/json/encoding.rb:34:in `encode'
3288
+ activesupport (4.1.1) lib/active_support/json/encoding.rb:21:in `encode'
3289
+ activesupport (4.1.1) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder'
3290
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:96:in `block in <module:Renderers>'
3291
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:39:in `block in _handle_render_options'
3292
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each_key'
3293
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/set.rb:263:in `each'
3294
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:36:in `_handle_render_options'
3295
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
3296
+ actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render'
3297
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render'
3298
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
3299
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
3300
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
3301
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
3302
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
3303
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
3304
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
3305
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
3306
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:36:in `block (2 levels) in index'
3307
+ actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:258:in `call'
3308
+ actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:258:in `respond_to'
3309
+ /Users/nathan/37s/apps/easymon/app/controllers/easymon/checks_controller.rb:34:in `index'
3310
+ actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3311
+ actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
3312
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
3313
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
3314
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
3315
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
3316
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
3317
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
3318
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
3319
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3320
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
3321
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
3322
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
3323
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3324
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
3325
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
3326
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
3327
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
3328
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
3329
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
3330
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
3331
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
3332
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
3333
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
3334
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
3335
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
3336
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
3337
+ railties (4.1.1) lib/rails/railtie.rb:194:in `public_send'
3338
+ railties (4.1.1) lib/rails/railtie.rb:194:in `method_missing'
3339
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
3340
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
3341
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
3342
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
3343
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
3344
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
3345
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
3346
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
3347
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
3348
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
3349
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
3350
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
3351
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
3352
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
3353
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
3354
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
3355
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3356
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
3357
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
3358
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
3359
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3360
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
3361
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
3362
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3363
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
3364
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
3365
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
3366
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3367
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
3368
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
3369
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
3370
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
3371
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
3372
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
3373
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
3374
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
3375
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
3376
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
3377
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
3378
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
3379
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
3380
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
3381
+
3382
+
3383
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
3384
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
3385
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
3386
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms)
3387
+
3388
+
3389
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 17:40:21 -0400
3390
+ Processing by Easymon::ChecksController#index as JSON
3391
+  (0.2ms) SELECT 1=1
3392
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)
3393
+
3394
+
3395
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 18:04:02 -0400
3396
+ Processing by Easymon::ChecksController#index as */*
3397
+  (0.2ms) SELECT 1=1
3398
+ Rendered text template (0.0ms)
3399
+ Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.2ms)
3400
+
3401
+
3402
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 18:04:56 -0400
3403
+ Processing by Easymon::ChecksController#index as JSON
3404
+  (0.2ms) SELECT 1=1
3405
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3406
+
3407
+
3408
+ Started GET "/up/database" for 127.0.0.1 at 2014-06-23 18:05:07 -0400
3409
+ Processing by Easymon::ChecksController#show as */*
3410
+ Parameters: {"check"=>"database"}
3411
+  (0.2ms) SELECT 1=1
3412
+ Rendered text template (0.0ms)
3413
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3414
+
3415
+
3416
+ Started GET "/up/database.json" for 127.0.0.1 at 2014-06-23 18:05:32 -0400
3417
+ Processing by Easymon::ChecksController#show as JSON
3418
+ Parameters: {"check"=>"database"}
3419
+  (0.3ms) SELECT 1=1
3420
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.3ms)
3421
+
3422
+
3423
+ Started GET "/up/critical" for 127.0.0.1 at 2014-06-23 18:05:54 -0400
3424
+ Processing by Easymon::ChecksController#show as */*
3425
+ Parameters: {"check"=>"critical"}
3426
+  (0.2ms) SELECT 1=1
3427
+ Rendered text template (0.0ms)
3428
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3429
+
3430
+
3431
+ Started GET "/up/critical.json" for 127.0.0.1 at 2014-06-23 18:06:12 -0400
3432
+ Processing by Easymon::ChecksController#show as JSON
3433
+ Parameters: {"check"=>"critical"}
3434
+  (0.2ms) SELECT 1=1
3435
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
3436
+
3437
+
3438
+ Started GET "/up/critical.json" for 127.0.0.1 at 2014-06-23 18:08:06 -0400
3439
+ Processing by Easymon::ChecksController#show as JSON
3440
+ Parameters: {"check"=>"critical"}
3441
+  (0.3ms) SELECT 1=1
3442
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.3ms)
3443
+
3444
+
3445
+ Started GET "/up/critical.json" for 127.0.0.1 at 2014-06-23 18:08:43 -0400
3446
+ Processing by Easymon::ChecksController#show as JSON
3447
+ Parameters: {"check"=>"critical"}
3448
+  (0.2ms) SELECT 1=1
3449
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3450
+
3451
+
3452
+ Started GET "/up/critical" for 127.0.0.1 at 2014-06-23 18:08:58 -0400
3453
+ Processing by Easymon::ChecksController#show as */*
3454
+ Parameters: {"check"=>"critical"}
3455
+  (0.2ms) SELECT 1=1
3456
+ Rendered text template (0.0ms)
3457
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3458
+
3459
+
3460
+ Started GET "/up/database" for 127.0.0.1 at 2014-06-23 18:09:13 -0400
3461
+ Processing by Easymon::ChecksController#show as */*
3462
+ Parameters: {"check"=>"database"}
3463
+  (0.2ms) SELECT 1=1
3464
+ Rendered text template (0.0ms)
3465
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.2ms)
3466
+
3467
+
3468
+ Started GET "/up/database.json" for 127.0.0.1 at 2014-06-23 18:09:14 -0400
3469
+ Processing by Easymon::ChecksController#show as JSON
3470
+ Parameters: {"check"=>"database"}
3471
+  (0.2ms) SELECT 1=1
3472
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
3473
+
3474
+
3475
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 18:09:32 -0400
3476
+ Processing by Easymon::ChecksController#index as JSON
3477
+  (0.2ms) SELECT 1=1
3478
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
3479
+
3480
+
3481
+ Started GET "/up" for 127.0.0.1 at 2014-06-23 18:09:34 -0400
3482
+ Processing by Easymon::ChecksController#index as */*
3483
+  (0.2ms) SELECT 1=1
3484
+ Rendered text template (0.0ms)
3485
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
3486
+
3487
+
3488
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-23 18:53:50 -0400
3489
+ Processing by Easymon::ChecksController#index as JSON
3490
+  (0.2ms) SELECT 1=1
3491
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)
3492
+
3493
+
3494
+ Started GET "/up.json" for 127.0.0.1 at 2014-06-24 08:35:05 -0400
3495
+
3496
+ ActionController::RoutingError (No route matches [GET] "/up.json"):
3497
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
3498
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3499
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
3500
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
3501
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3502
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
3503
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
3504
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
3505
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3506
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
3507
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
3508
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
3509
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
3510
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
3511
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
3512
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
3513
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
3514
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
3515
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
3516
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
3517
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
3518
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
3519
+ /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
3520
+
3521
+
3522
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
3523
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
3524
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
3525
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
3526
+ Rendered /Users/nathan/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (17.6ms)
3527
+
3528
+
3529
+ Started GET "/down.json" for 127.0.0.1 at 2014-06-24 08:35:13 -0400
3530
+ Processing by Easymon::ChecksController#index as JSON
3531
+  (0.2ms) SELECT 1=1
3532
+ Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.2ms)