summaryrefslogtreecommitdiffstats
path: root/examples/service_checker.py
Commit message (Collapse)AuthorAgeFilesLines
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-1/+1
| | | | | | | works but will dive a deprecation warning. First pass at this refactor. I think just about everything has been updated, but some questions remain. Like if client.py needs a name change.
* All exceptions, async or otherwise, now come back as easily detectable ↵Michael DeHaan2008-01-291-1/+0
| | | | | | | 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 another example scriptSteve 'Ashcrow' Milner2008-01-131-0/+42