action #136946
closedhttps://monitor.qa.suse.de/d/WebuiDb/webui-summary shows multiple panels with "no data" size:M
0%
Description
Acceptance criteria¶
- AC1: No panels show obviously wrong "No data" on https://monitor.qa.suse.de/d/WebuiDb/webui-summary where we don't expect it, e.g. I/O for not anymore existing disks
Suggestions¶
- Review all panels showing "No data" if they should be removed or prevented from appearing, e.g. I/O graphs for the temporary storage devices we had during migration, or if they need fixing, e.g. SSL expiration
- Find a way to exclude the not sensible data from showing in monitoring and according alerts, at least, possibly most simple restrict the variables we use to construct the openQA webUI storage panels
- For unclear specific cases report new specific tickets
Updated by okurz about 1 year ago
- Target version changed from Tools - Next to Ready
Updated by okurz about 1 year ago
- Subject changed from https://monitor.qa.suse.de/d/WebuiDb/webui-summary shows multiple panels with "no data" to https://monitor.qa.suse.de/d/WebuiDb/webui-summary shows multiple panels with "no data" size:M
- Description updated (diff)
- Status changed from New to In Progress
Updated by openqa_review about 1 year ago
- Due date set to 2023-12-08
Setting due date based on mean cycle time of SUSE QE Tools
Updated by bschmidt about 1 year ago
I've put in two merge requests
Bump grafana pluginVersion from 10.0.1 to 10.1.5 (https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/1049)
Hide disks without a description in grafana web ui (https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/1050)
and need to do another one for SSL expiration.
Additional I want to look into domains.txt to change the CNAME back to openqa.suse.de.
Updated by bschmidt about 1 year ago
Show SSL expire for openqa.oqa.prg2.suse.org as as well. (https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/1051)
Updated by bschmidt about 1 year ago
- Status changed from In Progress to Resolved
bschmidt wrote in #note-5:
Additional I want to look into domains.txt to change the CNAME back to openqa.suse.de.
Looking into fixing the Common Name certificate issue, it turned out that "fixing it" probably does more harm than good.
The domains.txt file is managed via salt:
https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/master/certificates/dehydrated.sls#L28
Reordering the domain names would change the CN, but according the commit message we already had to reorder the names.
https://gitlab.suse.de/openqa/salt-pillars-openqa/-/commit/d72d5054a0b44e9f13b2111f8e06b6e7ed0889ca
Therefore changing that back would get us the CN that we want (openqa.suse.de), but would break things with apache.
And given that despite the "wrong" CN (openqa.oqa.prg2.suse.org) the certificate works well with any browser.
Conclusion:
We leave it as it is.