summaryrefslogtreecommitdiffstats
path: root/examples/drive_checker.py
Commit message (Collapse)AuthorAgeFilesLines
* All exceptions, async or otherwise, now come back as easily detectable ↵Michael DeHaan2008-01-291-2/+3
| | | | | | | signatures. Use utils.is_error(result) to determine if something is an error or isn't. Example scripts as well as func-inventory have been updated. See async_test.py for examples.
* Added demo script for checking smart status across all systems and showingMichael DeHaan2007-09-261-0/+26
extended output only for systems that have problems.