Skip to content

Instantly share code, notes, and snippets.

@StephenWeber
Created April 15, 2014 15:01
Show Gist options
  • Save StephenWeber/10739643 to your computer and use it in GitHub Desktop.
Save StephenWeber/10739643 to your computer and use it in GitHub Desktop.
Minimal JSON data that can be sent to sensu-client which will engage the TTL handler. That will automatically resolve the event after the specified number of seconds.
{
"name": "webserver_log_error",
"output": "Could not instantiate appender named FILE.",
"status": 2,
"ttl": 60
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment