Skip to content

Instantly share code, notes, and snippets.

@cwjohnston
Last active October 4, 2016 16:16
Show Gist options
  • Save cwjohnston/97b86cfe06a4cf19ac703f32f69689c8 to your computer and use it in GitHub Desktop.
Save cwjohnston/97b86cfe06a4cf19ac703f32f69689c8 to your computer and use it in GitHub Desktop.
test_check_result.json
echo '{
"handler": "mailer-ses",
"enable_deprecated_filtering": false,
"output": "this is only a test",
"name": "test_check_result",
"command": "a command which should have succeeded but instead has failed",
"status": 2
}' | nc localhost 3030
{
"handler": "mailer-ses",
"enable_deprecated_filtering": false,
"output": "this is only a test",
"name": "test_check_result",
"command": "a command which should have succeeded but instead has failed",
"status": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment