Skip to content

Commit

Permalink
0.6.2 and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kostya committed Jul 17, 2014
1 parent f63fed6 commit fb225f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.6.2
-----
* 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`

0.6.1
------
* Add log rotation gem (https://github.com/kostya/eye-rotate)
Expand Down
2 changes: 1 addition & 1 deletion lib/eye.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Eye
VERSION = "0.6.1"
VERSION = "0.6.2"
ABOUT = "Eye v#{VERSION} (c) 2012-2014 @kostya"
PROCLINE = "eye monitoring v#{VERSION}"

Expand Down

0 comments on commit fb225f0

Please sign in to comment.