Bug 1729043
Summary: | ipa-healthcheck command output is not indented by default. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Nikhil Dehadrai <ndehadra> |
Component: | ipa-healthcheck | Assignee: | Rob Crittenden <rcritten> |
Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
Severity: | unspecified | Docs Contact: | Tomas Capek <tcapek> |
Priority: | unspecified | ||
Version: | 8.1 | CC: | abokovoy, fcami, ipa-maint, ksiddiqu, mpolovka, pcech, rcritten |
Target Milestone: | rc | Keywords: | TestCaseProvided |
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ipa-healthcheck-0.4-1 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-28 15:43:29 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Nikhil Dehadrai
2019-07-11 09:25:14 UTC
[root@auto-hv-01-guest10 ~]# ipa-healthcheck [{"source": "ipahealthcheck.meta.services", "check": "certmonger", "severity": 0, "uuid": "a546d785-39c7-465f-92cc-7d33e011fea0", "when": "20190711091057Z", "duration": "0.016557", "kw": {"status": true}}, {"source": "ipahealthcheck.meta.services", "check": "dirsrv", "severity": 0, "uuid": "8332b20c-b850-4a97-815d-bcced8f65a75", "when": "20190711091057Z", "duration": "0.011666", "kw": {"status": true}}, {"source": "ipahealthcheck.meta.services", "check": "gssproxy", "severity": 0, "uuid": "92979b28-c769-4ede-af34-1c23a2630c22", "when": "20190711091057Z", "duration": "0.010724", "kw": {"status": true}}, {"source": "ipahealthcheck.meta.services", "check": "httpd", "severity": 0, "uuid": "a3831ac6-907b-46d5-983f-5d12ab73b505", "when": "20190711091057Z", "duration": "0.010349", "kw": {"status": true}}, {"source": "ipahealthcheck.meta.services", "check": "krb5kdc", "severity": 0, "uuid": "adf66687-ea6d-46b6-97f8-8534dacb5d35", "when": "20190711091057Z", "duration": "0.010297", "kw": {"status": true}}, {"source": "ipahealthcheck.meta.services", "check": "named", "severity": 0, "uuid": "b9641ba3-4a9a-4c43-b4d8-7a3f921d50e4", "when": "20190711091057Z", "duration": "0.011213", "kw": {"status": true}}, {"source": "ipahealthcheck.meta.services", "check": "pki_tomcatd", "severity": 0, "uuid": "b0677e59-36a9-42db-8974-dd49d97faf4f", .............. Output Truncated Fixed upstream in master: 02272ff39d76f1412483c5e3289564c93d196a03 When writing JSON to stdout the indention will be 2 unless overridden. Upstream test case master: https://pagure.io/freeipa/c/f5f960ed2ab08208b52260ab2dbe99da500ee04e Upstream test case ipa-4-8: https://pagure.io/freeipa/c/80fe55d78c8cb409290bb8dd9619cc1089080bb2 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:1640 |