| Trees | Indices | Help |
|
|---|
|
|
|
|||
| TimeoutError | |||
| UnexpectedFailure | |||
|
ExitStatus Model a child's exit status |
|||
|
Watcher Run the given command, and expect periodic input on a shared UNIX-domain socket. |
|||
| Reporter | |||
|
|||
|
|||
|
|||
|
|||
__doc__ = '''watchdog for zenoss daem
|
|||
log = logging.getLogger('watchdog')
|
|||
DEATH_WATCH_TIME = 10
|
|||
BUSY_WAIT_SLEEP = 0.5
|
|||
|
|||
Little test for the Watchdog.
Usage:
python Watchdog.py -- python Watchdog.py -e 1
This will repeatedly run a child that exits with exit code 1.
The child does periodic reports over the watchdog socket.
|
|
|||
__doc__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu May 7 11:46:09 2009 | http://epydoc.sourceforge.net |