Add some helper tools for viewing saved summaries - #744
Conversation
|
@nicolasbock id like to hook this up to the bash autocomplete stuff we added in |
|
Yes that sounds good @dosaboy . Do you want me to follow up with a PR on the bash completion scripts after you merge this one? |
ack i totally missed that one |
merged. |
|
|
||
| PLUGIN_NAMES = ['juju', 'mysql', 'openstack', 'openvswitch', 'system', | ||
| 'maas', 'kernel', 'kubernetes', 'rabbitmq', 'sosreport', | ||
| 'storage', 'vault', 'pacemaker'] |
There was a problem hiding this comment.
This is missing lxd.
Also, hotsos/client.py has a similar list, maybe we can just use that?
| _has_potential_issues.update( | ||
| s[plugin]['potential-issues']) | ||
|
|
||
| # print("enabled: {}".format(', '.join(sorted(_enabled)))) |
|
thanks for reviews, im gonna put this back to WIP as it needs some changes |
|
It would be nice there was some documentation for what those scripts are doing. |
5fda435 to
875ab93
Compare
b59c09f to
51ed204
Compare
51ed204 to
d9011ef
Compare
Specifically adds two scripts; one to diff between two summary files or directories and another to less a set of summaries.
d9011ef to
4913ab9
Compare
No description provided.