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
[default] | |
access_token = | |
add_encoding_exts = | |
add_headers = | |
bucket_location = US | |
ca_certs_file = | |
cache_file = | |
check_ssl_certificate = True | |
check_ssl_hostname = True | |
cloudfront_host = cloudfront.amazonaws.com |
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
[oslo_messaging_notifications] | |
driver = messaging | |
notification_topics = notifications | |
notify_on_state_change = vm_and_task_state | |
instance_usage_audit_period = hour | |
instance_usage_audit = True | |
default_notification_level = INFO | |
notify_api_faults = true |
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
# Environment Variables: $AMQP_USER, $AMQP_PASSWORD, $AMQP_HOST | |
import os | |
from datadog import statsd | |
from kombu import Connection, Exchange, Queue | |
nova_x = Exchange('nova', type='topic', durable=False) | |
info_q = Queue('notifications.info', exchange=nova_x, durable=False, | |
routing_key='notifications.info') | |
def process_msg(body, message): |
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
global | |
log /dev/log local0 | |
log /dev/log local1 notice | |
chroot /var/lib/haproxy | |
stats socket /run/haproxy/admin.sock mode 777 level admin | |
stats timeout 30s | |
user haproxy | |
group haproxy | |
daemon |
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
# (C) Datadog, Inc. 2012-2016 | |
# All rights reserved | |
# Licensed under Simplified BSD License (see LICENSE) | |
# stdlib | |
from collections import defaultdict | |
import copy | |
import re | |
import time | |
# 3rd party |
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
resource "digitalocean_droplet" "kafka" { | |
image = "ubuntu-14-04-x64" | |
name = "${var.machine_name}" | |
region = "nyc2" | |
size = "4gb" | |
private_networking = true | |
ssh_keys = [ | |
"${var.ssh_fingerprint}" | |
] |
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
variable "do_token" {} | |
variable "pub_key" {} | |
variable "pvt_key" {} | |
variable "ssh_fingerprint" {} | |
variable "machine_name" {} | |
provider "digitalocean" { | |
token = "YOUR TOKEN HERE, FROM https://cloud.digitalocean.com/settings/api/tokens" | |
} |
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
{ | |
"board_title": "Marshal - CouchDB Screenboard", | |
"read_only": false, | |
"board_bgtype": "board_graph", | |
"created": "2016-06-15T15:59:19.408753+00:00", | |
"original_title": "Marshal - CouchDB Screenboard", | |
"modified": "2016-06-17T18:42:10.978304+00:00", | |
"height": 80, | |
"width": "100%", | |
"template_variables": [], |
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
{"board_title": "Marshal - CouchDB Screenboard", "read_only": false, "board_bgtype": "board_graph", "created": "2016-06-15T15:59:19.408753+00:00", "original_title": "Marshal - CouchDB Screenboard", "modified": "2016-06-17T10:30:43.451780+00:00", "height": 80, "width": "100%", "template_variables": [], "templated": true, "widgets": [{"board_id": 92838, "autoscale": true, "title_size": 16, "title": true, "title_align": "left", "title_text": "HTTP Request Rate", "height": 13, "tile_def": {"viz": "timeseries", "requests": [{"q": "per_second(avg:couchdb.httpd.requests{*})", "aggregator": "avg", "conditional_formats": [{"palette": "white_on_yellow", "value": "1000", "comparator": ">"}, {"palette": "white_on_green", "value": null, "comparator": "<"}], "type": "area", "style": {"palette": "blue"}}], "autoscale": false, "custom_unit": null}, "width": 42, "timeframe": "4h", "y": 23, "x": 44, "legend_size": "0", "type": "query_value", "legend": false}, {"board_id": 92838, "title_size": 16, "title": true, "title_align": |
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
==SERVICES== | |
Spotify: 175 | |
YouTube: 21 | |
SoundCloud: 4 | |
========== | |
====USERS==== | |
raycolletti: 121 | |
matt: 107 | |
john: 66 | |
scottanderson: 62 |