Last active
October 4, 2016 16:16
-
-
Save cwjohnston/97b86cfe06a4cf19ac703f32f69689c8 to your computer and use it in GitHub Desktop.
test_check_result.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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