summaryrefslogtreecommitdiffstats
path: root/modules/smart.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-56/+0
| | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.
* pyflakes cleanupsAdrian Likins2007-09-241-1/+0
| | | | | | | mostly just removing unused modules change "from codes import *" to "import codes" in a couple places and updated accordingly
* Package the subprocess module so that we can use it on EL4.Michael DeHaan2007-09-241-2/+2
|
* Basic plugin for checking SMART status on drives.Michael DeHaan2007-09-241-2/+1
|
* Add basic module for checking smart status of drives.Michael DeHaan2007-09-241-0/+58