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

powerman: support status_ranged script #152

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 29, 2024

  1. man: correct device file typos

    Problem: in powerman.dev(5) the ranged scripts are typoed
    as "range".
    
    Correct the typoes.
    chu11 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9064aa5 View commit details
    Browse the repository at this point in the history
  2. man: remove invalid status description

    Problem: Some text describing the selection of the status_all
    vs status scripts is invalid.
    
    Simply remove the offending text.
    chu11 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    df77216 View commit details
    Browse the repository at this point in the history
  3. powerman: create PlugList from list of Plugs

    Problem: in the near future we would like to create a PlugList
    from a List of Plugs.  It is currently inconvenient to create
    such a list given the current PlugList API.
    
    Add a function pluglist_copy_from_list() function to create a PlugList
    from a List of Plugs.
    chu11 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0cfca23 View commit details
    Browse the repository at this point in the history
  4. powerman: support status_ranged script

    Problem: "ranged" version of scripts (on_ranged, off_ranged, etc.)
    were supported a long time ago.  A need was not there for a status_ranged
    because it was never needed.  However, in the future there will
    be scenarios where it may be needed.
    
    Support a "status_ranged" script.
    chu11 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1af42e2 View commit details
    Browse the repository at this point in the history
  5. etc: use status_ranged in ipmipower

    Problem: ipmipower supports passing ranged hosts to
    check power status, but it is not utilized.
    
    Use the status_range script over the status_all script in
    ipmipower.dev.
    chu11 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c553c6a View commit details
    Browse the repository at this point in the history
  6. man: document status_ranged

    Problem: The new status_ranged script is not documented.
    
    Add documentation in powerman.dev(5)
    chu11 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f10001a View commit details
    Browse the repository at this point in the history