Skip to content

Instantly share code, notes, and snippets.

@nstielau
Created September 27, 2012 23:22
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save nstielau/3797054 to your computer and use it in GitHub Desktop.
Save nstielau/3797054 to your computer and use it in GitHub Desktop.
Sensu Push Example
echo '{
"handlers": ["debug"],
"name": "push_woot_test",
"output": "woot!",
"status": 0
}' | nc -w1 127.0.0.1 3030
tail -f /var/log/sensu/*.log | grep woot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment