We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All existing commands should have meaningful exit codes:
The heartbeat should probably exit with 255 if the agent isn't running (meaning it can't get information with the consul info call), and 0 otherwise.
heartbeat
consul info
The runner should probably exit with consul's exit code if consul exits with non-zero status. And otherwise exit with 0.
The text was updated successfully, but these errors were encountered:
Merge pull request #4 from ethanrowe/heartbeats
6c63e95
Addresses issues: * #1 * #2 * #3
ethanrowe
No branches or pull requests
All existing commands should have meaningful exit codes:
The
heartbeat
should probably exit with 255 if the agent isn't running (meaning it can't get information with theconsul info
call), and 0 otherwise.The runner should probably exit with consul's exit code if consul exits with non-zero status. And otherwise exit with 0.
The text was updated successfully, but these errors were encountered: