-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
It would be cool to have a number of additional options for builtin health checks. I see the following being useful:
- TCP connection open/close
- HTTP (HEAD?) client access
- Unix domain socket connect
- File presence (e.g. a scratch file)
- File "newness" (i.e. a file must have been updated within last n seconds)
- Process presence (either by PID, or by process table search)
There are also some that are possibly extensions for others:
- SQL query
- Mangos/nanomsg req/rep
- Mangos/nanomsg survey
- Mangos/nanomsg pub/sub monitoring
- ØMQ versions of above
- Zookeeper?
- object store access?
Also, we might recommend creation of a library & command to allow new applications to create their own watch dog facility that is light weight and more directly integrated. One can imagine, for example, a situation where an agent polls the REST API (using an app key I suppose) to keep a watchdog timer from firing.
Metadata
Metadata
Assignees
Labels
No labels