Skip to content

Instantly share code, notes, and snippets.

View phlegx's full-sized avatar
💪
never stop coding

Phlegx Systems phlegx

💪
never stop coding
View GitHub Profile
POST /oauth/token HTTP/1.1
Content-Type: application/json

{
  "grant_type": "password",
  "client_id": "CLIENT_ID",
  "owner_type": "OWNER_TYPE",
  "username": "OWNER_EMAIL",
 "password": "OWNER_PASSWORD"
ag POSTGRES
sentry.conf.py
5:# SENTRY_POSTGRES_HOST
6:# SENTRY_POSTGRES_PORT
43:postgres = env('SENTRY_POSTGRES_HOST') or (env('POSTGRES_PORT_5432_TCP_ADDR') and 'postgres')
50: or env('POSTGRES_ENV_POSTGRES_USER')
55: or env('POSTGRES_ENV_POSTGRES_USER')
60: or env('POSTGRES_ENV_POSTGRES_PASSWORD')
65: env('SENTRY_POSTGRES_PORT')
We are experiencing problems connecting to the Graylog server running on http://172.18.0.3:9000/api/. Please verify that the server is healthy and working correctly.
You will be automatically redirected to the previous page once we can connect to the server.
Chain PREROUTING (policy ACCEPT 328K packets, 22M bytes)
pkts bytes target prot opt in out source destination
61479 4282K DOCKER all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL
Chain INPUT (policy ACCEPT 33114 packets, 2374K bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 8963 packets, 611K bytes)
pkts bytes target prot opt in out source destination
32 1944 DOCKER all -- * * 0.0.0.0/0 !127.0.0.0/8 ADDRTYPE match dst-type LOCAL
[person name="Some name" picture="/wp-content/uploads/2014/01/DSC_001.jpg" facebook="" twitter="" linkedin="" dribbble="" linktarget=""]Some Text: [/person]
/usr/lib64/nagios/plugins/check_nrpe -H 46.x.xx.xx -c check_beancounters
NRPE: Unable to read output
alternatives --config mta
There are 2 programs which provide 'mta'.
Selection Command
-----------------------------------------------
*+ 1 /usr/sbin/sendmail.sendmail
2 /usr/sbin/sendmail.postfix
Enter to keep the current selection[+], or type selection number:
Feb 13 15:56:00 c745 postfix/smtp[20136]: connect to mail.example.com[213.xx.xxx.xx]:25: Connection timed out
Feb 13 15:56:00 c745 postfix/smtp[20136]: 2ACCF29C8B: to=<my.name@example2.com>, relay=none, delay=21, delays=0.05/0/21/0, dsn=4.4.1, status=deferred (connect to mail.example.com[213.xxx.xxx.xx]:25: Connection timed out)
Fetching full source index from https://gems.example.com/
Could not reach https://gems.example.com/
/home/tomcat7/.rvm/gems/ruby-1.9.3-p194@user/gems/bundler-1.2.1/lib/bundler/fetcher.rb:224:in `rescue in fetch_all_remote_specs'
/home/tomcat7/.rvm/gems/ruby-1.9.3-p194@user/gems/bundler-1.2.1/lib/bundler/fetcher.rb:214:in `fetch_all_remote_specs'
/home/tomcat7/.rvm/gems/ruby-1.9.3-p194@user/gems/bundler-1.2.1/lib/bundler/fetcher.rb:89:in `rescue in specs'
/home/tomcat7/.rvm/gems/ruby-1.9.3-p194@user/gems/bundler-1.2.1/lib/bundler/fetcher.rb:72:in `specs'
/home/tomcat7/.rvm/gems/ruby-1.9.3-p194@user/gems/bundler-1.2.1/lib/bundler/source.rb:234:in `block in remote_specs'
/home/tomcat7/.rvm/gems/ruby-1.9.3-p194@user/gems/bundler-1.2.1/lib/bundler/source.rb:232:in `each'
/home/tomcat7/.rvm/gems/ruby-1.9.3-p194@user/gems/bundler-1.2.1/lib/bundler/source.rb:232:in `remote_specs'
/home/tomcat7/.rvm/gems/ruby-1.9.3-p194@user/gems/bundler-1.2.1/lib/bundler/source.rb:165:in `fetch_specs'
namespace :doc do
desc "Generate documentation"
task :setup do
run("cd /home/capistrano/daemon/production/current/; pwd; gem env; yardoc app")
end
end