You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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