Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion receiver/redfishreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ receivers:
redfish:
collection_interval: 60s
servers:
- host: https://16.1.15.1
- base_url: https://16.1.15.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was there a change that this change is related to or was this incorret from the beginning?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it is related to this PR #43798

It changed host to base_url.

username: "${BMC_USER}"
password: "${BMC_PASSWORD}"
insecure: true
Expand Down
Loading