-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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
Labels
good first issueGood for newcomersGood for newcomers