iDRAC-Telemetry-Scripting icon indicating copy to clipboard operation
iDRAC-Telemetry-Scripting copied to clipboard

Python scripts for configuring iDRAC Telemetry and processing Telemetry reports.

Results 7 iDRAC-Telemetry-Scripting issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

[![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....

I haven't gone back to fix the code but I realized today that the current code will truncate events instead of printing the full SSE event. My hacked solution to...

We need to add the ability to use x-auth for authentication instead of username/password to all scripts

Currently scripts ignore certificates. We need to add a method to provide certificates for authentication

Bare exceptions exist in several places in the code base and should be eliminated and replaced with proper error handling with specific errors.

1. If the telemetry service and telemetry reports are not enabled when script is executed, only the telemetry service will be enabled. This is due to the sequence in which...