Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leye: Accept cli flags for everything currently gotten from ENV #102

Closed
grimm26 opened this issue Dec 17, 2014 · 4 comments
Closed

leye: Accept cli flags for everything currently gotten from ENV #102

grimm26 opened this issue Dec 17, 2014 · 4 comments

Comments

@grimm26
Copy link
Contributor

grimm26 commented Dec 17, 2014

It would be very convenient to be able to feed options to leye via flags rather than setting a new set of ENV variables for each app monitor that I am starting.

@kostya
Copy link
Owner

kostya commented Dec 17, 2014

not understand what you means.

@grimm26
Copy link
Contributor Author

grimm26 commented Dec 17, 2014

Instead of EYEFILE="/path/to/file" leye load I want to do leye --eyefile /path/to/file load

@marshall-lee
Copy link
Contributor

@grimm26 the benefit of using ENV variables is that they're passed to processes that spawned by eye without any workarounds. As you can see, Eye is using Process.spawn.

@kostya kostya closed this as completed in 38e1cd1 Jan 18, 2015
@kostya
Copy link
Owner

kostya commented Jan 18, 2015

use can use --eyefile and --eyehome
leye --eyefile /project1/Eyefile load
leye --eyefile /project1/Eyefile info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants