kostya / eye

Process monitoring tool. Inspired from Bluepill and God.
MIT License
1.19k stars 86 forks source link

user_command {PID} support #104

Closed phoolish closed 9 years ago

phoolish commented 9 years ago

I was wondering if you could add {PID} support to the user_command?

process :bla do
  command :rotate, "kill -USR1 {PID}"
end

eye command rotate all

Thanks.

phoolish commented 9 years ago

:+1: