Skip to content

Instantly share code, notes, and snippets.

View pstephenson02's full-sized avatar

Phil Stephenson pstephenson02

View GitHub Profile
@pstephenson02
pstephenson02 / build.log
Created January 8, 2017 21:28
e3db build log
setting 'ivy.default.settings.dir' to 'jar:file:/home/phil/.sbt/launchers/0.13.12/sbt-launch.jar!/org/apache/ivy/core/settings'
setting 'ivy.basedir' to '/home/phil/src/e3db/.'
setting 'ivy.default.conf.dir' to 'jar:file:/home/phil/.sbt/launchers/0.13.12/sbt-launch.jar!/org/apache/ivy/core/settings'
impossible to define new type: class not found: org.apache.ivy.plugins.resolver.SshResolver in [] nor Ivy classloader
impossible to define new type: class not found: org.apache.ivy.plugins.resolver.VsftpResolver in [] nor Ivy classloader
impossible to define new type: class not found: org.apache.ivy.plugins.version.PatternVersionMatcher in [] nor Ivy classloader
impossible to define new type: class not found: org.apache.ivy.plugins.trigger.LogTrigger in [] nor Ivy classloader
impossible to define new type: class not found: org.apache.ivy.ant.AntBuildTrigger in [] nor Ivy classloader
impossible to define new type: class not found: org.apache.ivy.plugins.resolver.IvyRepResolver in [] nor Ivy classloader
impossible t
This file has been truncated, but you can view the full file.
[2016-10-06 21:28:43,363] DEBUG com.newrelic.metrics.publish.Runner - Setting up agents to be run
[2016-10-06 21:28:43,379] DEBUG com.newrelic.plugins.mysql.instance.MySQLAgent - MySQL Agent initialized: name: RDS MySQL PROD | host: if-restore-noon.cvzsec92cfh2.us-west-2.rds.amazonaws.com | user: newrelic | properties: | metrics: [status, newrelic] |
[2016-10-06 21:28:43,379] DEBUG com.newrelic.metrics.publish.AgentFactory - Created agent: com.newrelic.plugins.mysql.instance.MySQLAgent@3d8b697e
[2016-10-06 21:28:43,383] DEBUG com.newrelic.metrics.publish.Agent - Preparing to run
[2016-10-06 21:28:43,383] DEBUG com.newrelic.metrics.publish.Agent - Setting up metrics
[2016-10-06 21:28:43,388] DEBUG com.newrelic.metrics.publish.Runner - Harvest and report data
[2016-10-06 21:28:43,388] DEBUG com.newrelic.metrics.publish.Runner - Beginning poll cycle for agent: 'RDS MySQL PROD'
[2016-10-06 21:28:43,388] DEBUG com.newrelic.plugins.mysql.MySQL - Getting new MySQL Connection: jdbc:mysql://if-restore-noon.cvzsec92c
@pstephenson02
pstephenson02 / 1. hipchatbot.js
Last active February 18, 2016 04:34
Phil Stephenson's Code Samples!
import HipchatterBase from 'hipchatter';
import trebek from './trebek';
import winston from 'winston';
import fetch from 'node-fetch';
import moment from 'moment';
import App from './models/App';
import { HIPCHAT_CALLBACK_URL } from './config';
export default class Hipchatter extends HipchatterBase {
get_session(callback) {
@pstephenson02
pstephenson02 / cdp-cap-deploy
Created June 18, 2015 17:56
Capistrano Symfony deployment
phil@philbuntu:/var/www/html/cdpaccess$ bundle exec cap qa deploy
INFO [c94dff56] Running /usr/bin/env mkdir -p /tmp/cdpaccess/ as cdpaccess@cdp-qa.caxy.com
DEBUG [c94dff56] Command: ( SYMFONY_ENV=prod /usr/bin/env mkdir -p /tmp/cdpaccess/ )
INFO [c94dff56] Finished in 0.369 seconds with exit status 0 (successful).
DEBUG Uploading /tmp/cdpaccess/git-ssh.sh 0.0%
INFO Uploading /tmp/cdpaccess/git-ssh.sh 100.0%
INFO [83366d8a] Running /usr/bin/env chmod +x /tmp/cdpaccess/git-ssh.sh as cdpaccess@cdp-qa.caxy.com
DEBUG [83366d8a] Command: ( SYMFONY_ENV=prod /usr/bin/env chmod +x /tmp/cdpaccess/git-ssh.sh )
INFO [83366d8a] Finished in 0.096 seconds with exit status 0 (successful).
INFO [627b65e4] Running /usr/bin/env git ls-remote --heads git@github.com:InternationalCodeCouncil/cdpaccess.git as cdpaccess@cdp-qa.caxy.com