Skip to content
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

New plugin for HPE Alletra Rest API #5174

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    c02b24f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Update listdisks.pm

    wrong help option
    rmorandell-pgum authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c03f208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cf5963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb03180 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    98dc1d3 View commit details
    Browse the repository at this point in the history
  2. Fix: HTTP status handling & retry on invalid token (firmware upgrade)

    - The unknown, critical & warning status is not se for HTTP request. So when token is invalid the other doesn't terminate before validating other data
    - During a firmware upgrade the token saved in the statefile will not be valid anymore even it should by validation date. In this case the user must find the statefile an delete it to force a new login. With a simple clean of the token and a retry we can retry ones with a new login
    rmorandell-pgum authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3d94454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73ba495 View commit details
    Browse the repository at this point in the history