-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
23 lines (22 loc) · 1.27 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ToDo
- Wishes from beta testers:
- bash-completion
- command to list host groups (== hosts status)
- Allow (per option) support for only one supportconfig for a damaged cluster.
(auto detection for environment does not work in that case)
- Add https://github.com/scmschmidt/rabbiteer as source for `rabbiteer.py`
- Try to get into the supportconfig (handled by PED-11996):
- output of `corosync-cmapctl -b` for `corosync-cmapctl` gatherer
- output of `su - SAPUSER -c disp+work` for `disp+work` gatherer
- content of files below `/etc/products.d/` for `products` gatherer
- output of `/usr/sap/hostctrl/exe/saphostctrl -function Ping` for `saphostctrl` gatherer
- file list matching `/etc/polkit-1/rules.d/[0-9][0-9]-SAP[A-Z][A-Z0-9][A-Z0-9]-[0-9][0-9].rules`
- Implement `ascsers_cluster` gatherer to get a much better coverage.
- Implement missing gatherers.
- Add Nutanix to provider detection.
- Provide check development supportconfigs for (various) clusters.
- Finish Trento check development document (`Trento Check Development.md`).
- Fail check premature if the supportfiles do not provide the required data (manifest).
- Checkout other supportfiles to be added.
- Think about filter for listing checks to get a better overview.
- Parallelize check executions to be faster.