View gist:1273117
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>mur</title> | |
<script type="text/javascript" src="/static/js/jquery-1.6.wtfever.696969.js"></script> | |
<script type="text/javascript"> | |
var Anno = { | |
secsToLookahead: 10, |
View gist:3991374
This file contains 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
root@file02.dfw1:~# riak-admin cluster plan | |
Attempting to restart script through sudo -H -u riak | |
RPC to 'riak@10.0.0.8' failed: {'EXIT', | |
{{nodedown,'riak@127.0.0.1'}, | |
{gen_server,call, | |
[{riak_core_claimant,'riak@127.0.0.1'}, | |
plan,infinity]}}} |
View gist:4567065
This file contains 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
(require '[clj-http.client :as http]) | |
(require '[riemann.common :as common]) | |
(defn remote-post [event] | |
(http/post "http://example.com/post_event" {:body (common/event-to-json event) | |
:content-type :json | |
:accept :json })) | |
(logging/init :file "riemann.log") | |
View gist:4950632
This file contains 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
[bc@app01v6 ~]# host cilantro.nom.co | |
cilantro.nom.co has address 50.97.141.187 | |
cilantro.nom.co has IPv6 address 2607:f0d0:1102:a1::f00d:face | |
[bc@app01v6 ~]# host taco.sh | |
taco.sh has address 50.97.141.187 | |
taco.sh has IPv6 address 2607:f0d0:1102:a1::beef:7ac0 |
View consume.py
This file contains 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/env python | |
from __future__ import print_function | |
import json | |
import ConfigParser | |
import optparse | |
import pika | |
import riak | |
from pprint import pprint | |
from pika.adapters import SelectConnection |
View cinder-exception.log
This file contains 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
2013-04-20 19:37:06 DEBUG [cinder.openstack.common.rpc.amqp] received {u'_context_roles': [u'admin', u'KeystoneServiceAdmin', u'KeystoneAdmin'], u'_context_request_id': u'req-b71ffcb4-6bc6-4363-accf-27e0d7efe67f', u'_context_quota_class': None, u'_unique_id': u'1f422d7718934f78bb9979e5c30e2155', u'_context_read_deleted': u'no', u'args': {u'request_spec': {u'volume_id': u'43cbc9f9-8f54-49b6-bb23-51c35a57ad5a', u'volume_properties': {u'status': u'creating', u'volume_type_id': u'ac184299-31dd-476e-823c-359907eec853', u'display_name': u'holler', u'availability_zone': u'nova', u'attach_status': u'detached', u'source_volid': None, u'metadata': {}, u'volume_metadata': [], u'display_description': u'', u'snapshot_id': None, u'user_id': u'fb2aa1439e954d6e8318e58ad58d7fbc', u'project_id': u'e0ecbcdfcc4d44f687c90be8503b6b5f', u'id': u'43cbc9f9-8f54-49b6-bb23-51c35a57ad5a', u'size': 1}, u'volume_type': {u'name': u'micro', u'deleted': False, u'created_at': u'2013-04-20T23:30:35.000000', u'updated_at': None, u'extra_spec |
View gist:5471474
This file contains 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
Apr 25 15:14:49 nova2 kernel: [11564.325414] sbridge: HANDLING MCE MEMORY ERROR | |
Apr 25 15:14:49 nova2 kernel: [11564.325456] CPU 0: Machine Check Exception: 0 Bank 5: cc000c0000010092 | |
Apr 25 15:14:49 nova2 kernel: [11564.325459] TSC 0 ADDR 102a980 MISC 2040282886 PROCESSOR 0:206d7 TIME 1366920889 SOCKET 0 APIC 0 | |
Apr 25 15:14:49 nova2 kernel: [11564.325498] sbridge: HANDLING MCE MEMORY ERROR | |
Apr 25 15:14:49 nova2 kernel: [11564.325501] CPU 0: Machine Check Exception: 0 Bank 5: cc00018000010092 | |
Apr 25 15:14:49 nova2 kernel: [11564.325503] TSC 0 ADDR 2265b1080 MISC 21405cdc86 PROCESSOR 0:206d7 TIME 1366920889 SOCKET 0 APIC 0 | |
Apr 25 15:14:49 nova2 kernel: [11564.325532] sbridge: HANDLING MCE MEMORY ERROR | |
Apr 25 15:14:49 nova2 kernel: [11564.325549] CPU 0: Machine Check Exception: 0 Bank 5: cc00040000010092 | |
Apr 25 15:14:49 nova2 kernel: [11564.325551] TSC 0 ADDR 25a982c80 MISC 2048028286 PROCESSOR 0:206d7 TIME 1366920889 SOCKET 0 APIC 0 | |
Apr 25 15:14:49 nova2 kernel: [11564.325580] sbridge: HANDLING MCE MEMORY ERRO |
View gist:5576850
This file contains 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
root@nova3:~# ovs-dpctl show | |
system@br-ext: | |
lookups: hit:435770 missed:19739 lost:0 | |
flows: 5 | |
port 0: br-ext (internal) | |
port 1: bond1 | |
May 14 10:26:30|00001|netdev_linux|WARN|/sys/class/net/qg-084b952d-71/carrier: open failed: No such file or directory | |
port 2: qg-084b952d-71 (internal) | |
system@br-tun: | |
lookups: hit:6947 missed:14688 lost:0 |
OlderNewer