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
### Keybase proof | |
I hereby claim: | |
* I am jbraeuer on github. | |
* I am jbraeuer (https://keybase.io/jbraeuer) on keybase. | |
* I have a public key whose fingerprint is 0E1F 4502 1895 CBC0 2A27 0D41 738E F790 E641 B931 | |
To claim this, I am signing this object: |
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
import javax.net.ssl.SSLSocket; | |
import javax.net.ssl.SSLSocketFactory; | |
import java.io.*; | |
/** Establish a SSL connection to a host and port, writes a byte and | |
* prints the response. See | |
* http://confluence.atlassian.com/display/JIRA/Connecting+to+SSL+services | |
*/ | |
public class SSLPoke { | |
public static void main(String[] args) { |
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
{"@source":"lumberjack://precise-amd64//var/log/syslog","@tags":["_grokparsefailure"],"@fields":{"syslog_severity_code":5,"syslog_facility_code":1,"syslog_facility":"user-level","syslog_severity":"notice"},"@timestamp":"2013-03-13T13:01:01.499Z","@source_host":"precise-amd64","@source_path":"//var/log/syslog","@message":"2013-03-13T10:45:38+00:00 localhost vagrant: fjsajaaksp..ld..ls","@type":"syslog"}HTTP/1.1 400 Bad Request | |
Content-Type: text/plain; charset=UTF-8 | |
Content-Length: 71 | |
No handler found for uri [/logstash-2013.03.13/syslog] and method [GET]POST /logstash-2013.03.13/syslog HTTP/1.1 | |
host: localhost | |
connection: keep-alive | |
content-length: 403 | |
{"@source":"lumberjack://precise-amd64//var/log/syslog","@tags":["_grokparsefailure"],"@fields":{"syslog_severity_code":5,"syslog_facility_code":1,"syslog_facility":"user-level","syslog_severity":"notice"},"@timestamp":"2013-03-13T13:01:01.499Z","@source_host":"precise-amd64","@source_path":"//var/log/syslog","@message":"2013-03-13T10:45:38+00:00 localhost va |
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
.DS_Store | |
*.log | |
Gemfile.lock |
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
#! /bin/bash | |
# | |
# This script needs "fpm". If you dont have it, | |
# run "gem install fpm" | |
# | |
# You also need to "apt-get install python-setuptools" (otherwise fpm fails) | |
clean() { | |
rm -rf whisper-0.9.9 carbon-0.9.9 graphite-web-0.9.9 |
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
#! /usr/bin/ruby | |
# | |
# A script to check Amazon Webservice's Health Status Dashboard | |
# | |
# Jens Braeuer, github.com/jbraeuer | |
# | |
# Version 1.0 | |
# |