forked from jovial/redfish_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with upstream #1
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Logging enhancements
add group configuration for a group of similar host with identical authentication
The added endpoint `/-/reload` triggers a reload of the redfish_exporter configuration when receiving a PUT or POST request.
…dpoint feat: add http endpoint for reloading config
Fixes jenningsloy318#39 - state of the intrusion sensor is provided with this fix.
Fixes typo in voltage-metrics
…curity Fix intrusion sensor metric
Because the IPv6 addresses must be specified using '[]' some places need to be adapted: * yaml parses non escaped [sometext] strings as arrays and fails * Colons are not allowed in names Signed-off-by: Andreas Florath <[email protected]>
Add IPv6 Support
Add SKU to chassis_model_info
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.7.1...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…o_modules/github.com/prometheus/client_golang-1.11.1 Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1
Add log service metrics for manager, chassis and system
…anic Fix "panic: send on closed channel"
Add ability to set log level globally for the app.
Bring total_memory_size and total_processor_count under stateCheck logic
…sensor_health metric jenningsloy318#73
Co-authored-by: Will Szumski <[email protected]>
jovial
approved these changes
Aug 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Because patch for fixing pci duplicates suck in upstream stuck here, I am syncing upstream + Will patch that we need.
Co-authored-by: Will Szumski [email protected]