Actions
Feature #14875
closedadd ability to find all jobs that were run against a particular host.
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman
Target version:
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1331660
Description of problem:
Currently, the only way to find the jobs run against a host, one needs to know the id of the host (you can use hammer host info to find out), and search in `Monitory -> Tasks` for
`label = Actions::RemoteExecution::RunHostJob and resource_type = Host::Managed and resource_id = 2`
This is just a raw tasks data, and it's not very user friendly.
We should be able to search for a host in the `Monitor -> Jobs` page, based on the host name and ideally, having a link from a host details page to get to that page.
Actions