Skip to content

Instantly share code, notes, and snippets.

View Pryz's full-sized avatar
🚀

Julien Fabre Pryz

🚀
View GitHub Profile
@Pryz
Pryz / -
Created October 9, 2017 18:36
map[tentative:true step:s15] - ExecutionTime_FinishBundle
map[step:s15] - ExecutionTime_FinishBundle
map[step:s12 tentative:true] - ExecutionTime_FinishBundle
map[step:s12] - ExecutionTime_FinishBundle
map[step:s24 tentative:true] - ExecutionTime_FinishBundle
map[step:s24] - ExecutionTime_FinishBundle
map[step:s13 tentative:true] - ExecutionTime_FinishBundle
map[step:s13] - ExecutionTime_FinishBundle
map[step:s16 tentative:true] - ExecutionTime_FinishBundle
map[step:s16] - ExecutionTime_FinishBundle
@Pryz
Pryz / -
Created September 17, 2017 05:06
[ 5976.122873] CPU: 24 PID: 28732 Comm: dynamo-writer Not tainted 4.4.0-1030-aws #39-Ubuntu
[ 5976.126011] Hardware name: Xen HVM domU, BIOS 4.2.amazon 08/24/2006
[ 5976.128601] task: ffff880eb9721b80 ti: ffff880eb9674000 task.ti: ffff880eb9674000
[ 5976.131565] RIP: 0010:[<ffffffff811f948b>] [<ffffffff811f948b>] page_counter_cancel+0xb/0x40
[ 5976.135103] RSP: 0018:ffff880eb9677a60 EFLAGS: 00010297
[ 5976.137240] RAX: ffffffffffffffff RBX: 80000000000000c0 RCX: 0000000000000001
[ 5976.140075] RDX: 0000000000000000 RSI: 0000000000000001 RDI: 80000000000000c0
[ 5976.143239] RBP: ffff880eb9677a78 R08: 0000000000000000 R09: ffffea001ca36a80
[ 5976.146414] R10: 0000000000000001 R11: 000000000000000a R12: 0000000000000001
[ 5976.149536] R13: 0000000000000000 R14: ffffea001ca36a80 R15: 0000000000000001
set nocompatible " be iMproved, required
filetype off " required
let mapleader = ','
let g:mapleader = ','
if has('nvim')
let s:editor_root=expand("~/.nvim")
else
let s:editor_root=expand("~/.vim")
endif
set nocompatible " be iMproved, required
filetype off " required
let mapleader = ','
let g:mapleader = ','
if has('nvim')
let s:editor_root=expand("~/.nvim")
else
let s:editor_root=expand("~/.vim")
endif
Error applying plan:
1 error(s) occurred:
* module.clusters.module.security.module.security.aws_autoscaling_group.main: aws_autoscaling_group.main: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.9.5
Resource ID: aws_autoscaling_group.main
#!/usr/bin/env bash
# MongoDB port
PORT=27017
# Consul key to setup the lock
MONGO_KEY="mongodb/replicaset"
#
# Retrieve MongoDB instance IPs from Consul
#

Keybase proof

I hereby claim:

  • I am Pryz on github.
  • I am pryz (https://keybase.io/pryz) on keybase.
  • I have a public key whose fingerprint is B967 F4BA 8A78 450B 4B33 2C54 3831 9297 8EDF F715

To claim this, I am signing this object:

@Pryz
Pryz / gist:4ec221a82411d3fb1f6db7b2e909d0d7
Created September 13, 2016 00:09
Sensu_filter_keepalive
// The filter !
{
"filters": {
"after_5_occurrences": {
"attributes": {
"occurrences": "eval: value > 5"
}
}
}
}
@Pryz
Pryz / puppet_reports.json
Created July 1, 2015 15:26
Puppet Reports dashboard with Kibana 3
{
"title": "Puppet Reports",
"services": {
"query": {
"list": {
"0": {
"query": "status = failed",
"alias": "",
"color": "#BF1B00",
"id": 0,
set nocompatible " be iMproved, required
filetype off " required
" Snippets variables
let g:snips_author='Julien Fabre'
let g:author='Julien Fabre'
let g:snips_email='julien.fabre@tubemogul.com'
let g:email='julien.fabre@tubemogul.com'
let g:snips_github='https://github.com/Pryz'