Open tchamberlin opened 4 months ago
Revised requirement: you must display at minimum the currently selected managers, their states, and their statuses (the top left panel in the screen shot).
status screen: commit e99fcd8825f1b9090bdfc47787de4f680ad7ae3b dynamic status screen: commit 7b7a9e083ab4b78fcdc16893881dff185623feed
System selection bug; zipped values wrong. Fixed for now with try/except ValueError
Add a new screen to CLEO Web: the CLEO Status Screen
For reference: CLEO Status can be launched from any RHEL7 host via
$ cleo status
. Here is a screenshot:Most of the information in this CLEO Screen comes from Manager Parameters and Samplers. All of that can be replicated using Chalice. Other information, like Messages, is not available via Chalice and should be skipped over for now.
The task here is to replicate as much of the CLEO Status Screen as possible