Releases: kostya/eye
Releases · kostya/eye
v0.9.1
v0.8
v0.7
- add
stdall syslog
, example: https://github.com/kostya/eye/blob/master/examples/syslog.eye - added check
ssl_socket
#125 - some fixes with
eye q -s
- fixed
__default__
apps - default loaded configs with first eye start, is:
/etc/eye.conf
, and~/.eyeconfig
- add trigger
starting_guard
- fix
load_env
function - fix multiple contacts #118
- add slack notifier #115
- some fixes in depend_on
- some fixes in flapping
- add proxy_url to http check
- process with children, shows children history now
- Update Celluloid to 0.16.0
v0.7.pre
v0.6.4
- leye: rename env variable EYEFILE to EYE_FILE
- leye: add options --eyefile and --eyehome #102
- leye: now store pid and sock into "DIR(eyefile)/.eye" (requires to leye quit && leye load) #107
- add dsl load_env method
- add trigger executing helpers :execute_sync, :execute_async
- add triggers example
- fix user command expand {PID} #104
- add EYE_CLIENT_TIMEOUT variable to set client timeout #99
v0.6.3
v0.6.2
v0.6.1
v0.6
- add processes dependencies (#43)
- add eye-http gem (https://github.com/kostya/eye-http)
- add eye plugin example (https://github.com/kostya/eye/tree/master/examples/plugin)
- add quit option --stop_all (#39)
- add local eye runner (like foreman, used Eyefile)
- add use_leaf_child monitoring strategy (to daemonize sh -c '...') (788488a)
- add children_count, children_memory checks
- add dsl default application options (default)
- trusting external pid_file changes (#52)