LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Shell scripts cannot easily read the cluster cli status #156

Closed mantoni closed 10 years ago

mantoni commented 13 years ago

Status uses process.exit with code 1 if at least one process is dead and code 2 if all processes are dead. This allows shell scripts to interact with the cluster cli status command.