kostya / eye

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

Is there an API/wrapper to hook into eye to query status, start and stop? #195

Closed joshweir closed 7 years ago

joshweir commented 7 years ago

for example I can get the JSON status using CLI:

eye i -j

I want to do this in my ruby code, do I need to write a wrapper to handle this or is there already something I could use that im not aware of?

Thanks for this gem and your help btw.

joshweir commented 7 years ago

I created a gem to do what i needed: https://github.com/joshweir/eyemanager