See patches in https://bugzilla.redhat.com/show_bug.cgi?id=1333095 and associated parent bz: https://bugzilla.redhat.com/show_bug.cgi?id=1332579 *** This bug has been marked as a duplicate of bug 1333095 ***
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=8dd4da69eafd4e015e163a70c7fc24438d8cc466 commit 8dd4da69eafd4e015e163a70c7fc24438d8cc466 Author: Keenan Brock <kbrock> AuthorDate: Wed May 18 10:51:09 2016 -0400 Commit: Keenan Brock <kbrock> CommitDate: Wed May 18 11:57:31 2016 -0400 Cap&U: don't capture vms that have no ems https://bugzilla.redhat.com/show_bug.cgi?id=1333096 The error: [NoMethodError]: undefined method `metrics_collector_queue_name' for nil:NilClass Method:[rescue in deliver] This has been fixed on master across a number of PRs. It is too invasive to back port these changes to 5.5. So this is a temporary fix that will fix the problem but will not get the performance advantages of those on master. Master has these instead: #8429 #8363 (and probably others) app/models/metric/targets.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)