Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 345 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 345 Bytes

spindown

Script to monitor harddrives in Linux, and instruct them to spin-down if idle

To Do:

  • Remove hardcoding (paths, raid sets, drives, etc.)
  • Identify harddrives in the RAID set automatically
  • Store stats data somewhere better (/var/cache maybe?)
  • Have the RAID set name passed in by argument
  • Reimplement in Python...?