Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Add a generic facility to report on processes. The first host_component to support this will be a FLUME_HANDLER to report on the running flume processes. The format of this command will be:
GET /api/v1/clusters/c1/hosts/h1/host_components/FLUME_HANDLER/processes { "href": "http://...", "items": [ { "name": "a1", "status": "RUNNING" }, { "name": "b1", "status": "NOT_RUNNING" } ] }
Attachments
Issue Links
- links to