iDRAC-Telemetry-Reference-Tools icon indicating copy to clipboard operation
iDRAC-Telemetry-Reference-Tools copied to clipboard

Reference toolset for PowerEdge telemetry metric collection and integration with analytics and visualization solutions.

Results 10 iDRAC-Telemetry-Reference-Tools issues
Sort by recently updated
recently updated
newest added

following docker logs on `dbdiscauth` container shows this error: `Could not create DB Table: Error 1045: Access denied for user 'reftools'@'172.18.0.5' (using password: YES)` This is on a fresh build...

Following issues are seen intermittently - 1. Add New Service - After successfully adding a service and refreshing the page, the list of services doesn't get updated sometimes. 2. Kafka...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

There is a value for SPLUNK_URL This looks to only be a single value. Can a change be made so that multiple values for SPLUNK_URL can be enabled. In many...

Updated the metrics list as a Hyperlink where we can share it for across the board.

Related to https://github.com/dell/iDRAC-Telemetry-Reference-Tools/issues/152. By removing the username/password from the config file we need to refactor `simpleauth.go` to support envs for USERNAME and PASSWORD. simpleauth.go ```go // Licensed to You under...

I think it makes sense to move to a yaml based config file and remove the password from a plain text file. In a kubernetes deployment I'm storing the config.yaml...

https://go.dev/blog/slog The new log/slog package in Go 1.21 brings structured logging to the standard library. This will help when deployed to Kubernetes and aggregating logs. I may work up a...

I saw the function redfish.go::GetEventsSSE is there already. So I started building this out in my own env but I'm not too confident in the code. Here are some functions...