Skip to content

IPMI-Thermostat.sh Todos #2

@bRitch022

Description

@bRitch022

There are a number of TODO's that have been listed out in the script itself. Create a new branch for each of the following tasks, and submit pull requests for each task once they are completed

  • Use the $IPMIHOST and other $IPMI-- variables instead of hardcoding the ip address, username, and password
  • Ping the iDRAC service prior to attempting to get the temp, and make sure it's available. Otherwise, print an error message that it's unavailable and exit
  • Create an array (dict) where x = temp, y = fanspeed
  • Make a function that determines what the fan output should be, instead of all the if/elif's ( this will use the array that was created in the last task, so maybe these last two tasks should be completed in one branch)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions