Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Started GET "/tasks/5431861d-9b6b-4419-8d1b-967ad58f6c23" for 10.100.34.99 at 2015-01-26 15:01:57 -0600
  2. Processing by TasksController#show as */*
  3. Parameters: {"id"=>"5431861d-9b6b-4419-8d1b-967ad58f6c23"}
  4. Rendered tasks/_list.html.erb (0.6ms)
  5. Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.5ms)
  6.  
  7.  
  8. Started POST "/api/reports" for 10.32.109.100 at 2015-01-26 15:01:58 -0600
  9. Processing by Api::V2::ReportsController#create as JSON
  10. Parameters: {"report"=>"[FILTERED]", "apiv"=>"v2"}
  11. processing report for 8f4a7790-a50d-45a5-abff-56421d13c99d
  12. Imported report for 8f4a7790-a50d-45a5-abff-56421d13c99d in 0.23 seconds
  13. Completed 201 Created in 352ms (Views: 3.1ms | ActiveRecord: 0.0ms)
  14. channel_data: 0 23b
  15. channel_data: 0 30b
  16. channel_request: 0 exit-status false
  17. channel_eof: 0
  18. channel_close: 0
  19. closing remaining channels (0 open)
  20.  
  21.  
  22. Started GET "/tasks/5431861d-9b6b-4419-8d1b-967ad58f6c23" for 10.100.34.99 at 2015-01-26 15:01:59 -0600
  23. Processing by TasksController#show as */*
  24. Parameters: {"id"=>"5431861d-9b6b-4419-8d1b-967ad58f6c23"}
  25. Rendered tasks/_list.html.erb (0.9ms)
  26. Completed 200 OK in 7ms (Views: 1.7ms | ActiveRecord: 0.7ms)
  27. Delete the autosign entry for devops-lkajsdf.vm.domain.com
  28. Redirected to https://foreman.domain.com/hosts/devops-lkajsdf.vm.domain.com
  29. Completed 302 Found in 179921ms (ActiveRecord: 50.2ms)
  30.  
  31.  
  32. Started GET "/hosts/devops-lkajsdf.vm.domain.com" for 10.100.34.99 at 2015-01-26 15:01:59 -0600
  33. Processing by HostsController#show as */*
  34. Parameters: {"id"=>"devops-lkajsdf.vm.domain.com"}
  35. Rendered hosts/_metrics.html.erb (0.8ms)
  36. Rendered hosts/show.html.erb within layouts/application (33.7ms)
  37. Rendered home/_user_dropdown.html.erb (3.7ms)
  38. Read fragment views/tabs_and_title_records-4 (0.1ms)
  39. Rendered home/_org_switcher.html.erb (0.4ms)
  40. Rendered home/_submenu.html.erb (3.8ms)
  41. Rendered home/_submenu.html.erb (3.4ms)
  42. Rendered home/_submenu.html.erb (2.8ms)
  43. Rendered home/_submenu.html.erb (3.0ms)
  44. Rendered home/_submenu.html.erb (3.1ms)
  45. Write fragment views/tabs_and_title_records-4 (0.9ms)
  46. Rendered home/_topbar.html.erb (25.5ms)
  47. Rendered layouts/base.html.erb (26.8ms)
  48. Completed 200 OK in 82ms (Views: 59.3ms | ActiveRecord: 12.5ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement