Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
For the page Analyzing MaxCtrl Create Report Output there's a typo in the jq for the "Get a specific server" section:
Existing wording:
Change the DB-1 to the name of the server you're looking for.
jq '.monitors.data|map(select(.id == "DB-1"))' < maxctrl-report.json
Correct wording:
Change the DB-1 to the name of the server you're looking for.
jq '.servers.data|map(select(.id == "DB-1"))' < maxctrl-report.json