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
pwd | |
/dir/logstash-1.4.1 | |
./bin/logstash -f /dir/logstash/conf.d | |
ls: cannot access /dir/logstash-1.4.1/vendor/jar/jruby-complete-*.jar: No such file or directory | |
Unable to access jarfile |
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/logstash -f /dir/logstash/conf.d | |
ls: cannot access /dir/logstash-1.4.1/vendor/jar/jruby-complete-*.jar: No such file or directory | |
Unable to access jarfile |
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
GET /js/underscore-min.map 404 4ms | |
GET /js/jquery-2.0.3.min.map 404 1ms | |
GET /js/toastr.min.js.map 404 1ms |
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
curl -w 'response: %{http_code} \n' -X POST -H "Content-Type: application/vnd.api+json" -d \ | |
'{ | |
"contacts": [ | |
{ | |
"first_name": "Ada", | |
"last_name": "Lovelace", | |
"email": "[email protected]", | |
"timezone": "Europe/London", | |
"tags": [ | |
"legend", |
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
# Upstart script to start/monitor app_gem service | |
start on startup | |
script | |
chdir /path/to/app_gem/dir | |
env PORT=port | |
env API_URL=url | |
env API_SSL=value |
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
# Upstart script to start/monitor X service | |
start on startup | |
#respawn | |
chdir /path/X | |
script | |
# chdir /path/X |
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
ERROR: Failed to update the Cloudant databases. Pushing all events back on the head of the redis queue. | |
503 Service Unavailable | |
/opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/rest-client-1.6.7/lib/restclient/abstract_response.rb:48:in `return!' | |
/opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/rest-client-1.6.7/lib/restclient/request.rb:230:in `process_result' | |
/opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/rest-client-1.6.7/lib/restclient/request.rb:178:in `block in transmit' | |
/opt/sensu/embedded/lib/ruby/2.0.0/net/http.rb:852:in `start' | |
/opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/rest-client-1.6.7/lib/restclient/request.rb:172:in `transmit' | |
/opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/rest-client-1.6.7/lib/restclient/request.rb:64:in `execute' | |
/opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/rest-client-1.6.7/lib/restclient/request.rb:33:in `execute' | |
/opt/sensu/embedded/lib/ruby/gems/2.0.0/gems/rest-client-1.6.7/lib/restclient.rb:72:in `post' |
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
# Upstart script to start/monitor app_gem service | |
start on startup | |
respawn | |
chdir /path/app_gem | |
script | |
rvm 2.0 |
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
# Upstart script to start/monitor app_gem service | |
start on startup | |
respawn | |
chdir /path/app_gem | |
pre-start script | |
rvm 2.0 |
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
/sensu/extensions/redis_output.rb | |
/sensu/conf.d/redis_output.json | |
{ | |
"redis_output": { | |
"host"="redis_hostname", | |
"port"="6379", | |
"db"="0" | |
} |