Alan Pinstein
Alan Pinstein
Fixes a bug when a process is restarted out-of-band wherby the original pid was never unwatched and thus would trigger false-positives by god on noticing process exits. I am not...
I am monitoring a php-fpm server with god 0.13.1 on linux. The config is simply a "keepalive" with a pid_file. I am getting _tons_ of alert from god, and only...
I am not sure what the expected behavior is, but if you restart a god-monitored process that uses :clean_pid_file directly (rather than thru god), basically what happens is that the...
This will make it easier to declaratively produce documentation for your options.
Be opinionated about the following architecture: ``` cmd # global options -v -q # subcommand doSomething # subcommand options -foo=bar -bar=baz ``` Right now all commands are "equal" and this...
FOr instance if you do: ./app it will run, but if you do: ./app --foo bar It won't. Seems odd. Maybe the environment mungers shouldn't count as a command? Maybe...
Josh originally set this up with Jeweler. I don't know if that's the best/right way to do a gem in Ruby these days. Can someone who knows please update the...
Maybe use the built-in PHP parser to see if we're in the middle of a statement and allow multi-line input until a ; or some other signal is entered on...
This helps us solve gh-4, gh-5, gh-8, gh-9 If we run all input thru the tokenizer, we should be able to figure out where we're at in the current scope...