Created
August 3, 2014 12:19
-
-
Save simondean/352b4ce6ed98518e38bf to your computer and use it in GitHub Desktop.
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 '{ | |
"handlers": ["email"], | |
"name": "it_is_cornbread_time", | |
"output": "Yummy!", | |
"status": 2, | |
"source": "server.example.org" | |
}' | nc -w1 127.0.0.1 3030 | |
echo '{ | |
"type": "metric", | |
"handlers": ["metrics"], | |
"name": "it_is_metrics_time", | |
"output": "example.metric 123", | |
"status": 0 | |
}' | nc -w1 127.0.0.1 3030 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment