All Versions
26
Latest Version
Avg Release Cycle
162 days
Latest Release
1872 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.8.1 Changes
- ๐ allow matching many apps when mask started with '*' (#169)
- ๐ fix potential races in children iterations (#162)
- โ remove method truncate (#163)
-
v0.8 Changes
- ๐ info, xinfo, oinfo, history now support -j flag, to output json
- ๐ leye: many fixes (--eyehome, --eyefile)
- โ add flapping reretry_in (#152)
- add check_identity of processes, avoid many bugs with wrong pid_files, or auto changed pids (#62)
- โก๏ธ update Celluloid to 0.17
-
v0.7 Changes
- โ 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
- 0๏ธโฃ fixed
__default__
apps - 0๏ธโฃ 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
- โ add
-
v0.6.4 Changes
- 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)
- โ 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 Changes
- โ Add custom logger #81
- โช Revert check by procline, this was hack, fix for #62 should be in 0.7
- ๐ Fix ruby path, and expand_paths #69, #75
- โ Add json info
eye info -j
- ๐ Rename local runner to
leye
-
v0.6.2 Changes
- โ Add user defined command #65
- eye status PROCESS_NAME, now return exit status for process name (0: up, 3: unmonitored) #68
- โ test pid from pid_file for eye-lwp (hackety), probably fix #62
- ๐ fix exclusive
eye load
-
v0.6.1 Changes
- โ Add log rotation gem (https://github.com/kostya/eye-rotate)
- โ Add option to clear environment variables #64
- Get group names from /etc/group via Etc#getgrnam #63
-
v0.6 Changes
- โ 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
- 0๏ธโฃ add dsl default application options (default)
- trusting external pid_file changes (#52)
-
v0.5.2 Changes
- โก๏ธ rename dsl :childs_update_period to :children_update_period
- ๐ grammar fixes
- โ add checker option
above
-
v0.5.1 Changes
- ๐ fix ordering in info (#27)
- โ add log rotation (#26)
- ๐ minor load fixes