-
-
Save cronnelly/fc89f0964dbf903c3c21 to your computer and use it in GitHub Desktop.
Revisions
-
cronnelly revised this gist
Aug 15, 2014 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ #!/bin/bash echo '{ "handlers": ["debug"], "name": "push_woot_test", "output": "woot!", "status": 0 }' > /dev/udp/127.0.0.1/3030 -
nstielau revised this gist
Oct 13, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ echo '{ "handlers": ["debug"], "name": "push_woot_test", "output": "woot!", "status": 0 }' | nc -w1 127.0.0.1 3030 -
nstielau created this gist
Sep 27, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ echo '{ "handlers": ["debug"], "name": "push_test", "output": "woot!", "status": 0, }' | nc -w1 127.0.0.1 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ tail -f /var/log/sensu/*.log | grep woot