Skip to content

Instantly share code, notes, and snippets.

View turbo's full-sized avatar

Pierre turbo

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@turbo
turbo / bloomber.md
Created May 30, 2019 09:18
What's the Bloomberg Font

Bloomberg's current site and overall aesthetic is mainly an expression of Swiss/International style. A central part of that is it's grotesk, bold and slightly condensed typeface. The font used is Bw Haas Grotesk, available from Adobe Fonts as Neue Haas Grotesk (Display). It's lesser known sister-font is Bw Modelica (Condensed) (available through e.g. Elements).

version: "3.6"
x-influxlog: &influxlog
logging:
driver: syslog
options:
syslog-address: "udp://localhost:514"
tag: "{{.Name}}"
volumes:
#!/bin/bash
trap onexit 1 2 3 15 ERR EXIT
#--- onexit() -----------------------------------------------------
# @param $1 integer (optional) Exit status. If not set, use `$?'
onexit() {
# any items needed for cleanup here.
local exit_status=${1:-$?}
if [ ${exit_status} == 0 ]
##################
# Services #
##################
services:
# Service: Telegraf
# Purpose: Data collection agent
# Documentation: https://docs.influxdata.com/telegraf
telegraf:
image: telegraf
##################
# Extensions #
##################
x-influxlog: &influxlog
logging:
driver: syslog
options:
syslog-address: "udp://localhost:514"
tag: "{{.ImageName}}"
##################
# Networks #
##################
networks:
traefik-net:
external: true
tick-net:
driver: overlay
#################
# Configs #
#################
configs:
telegraf-config:
external: true
kapacitor-config:
external: true
@turbo
turbo / snip2.yml
Last active September 10, 2018 13:08
##################
# Networks #
##################
networks:
traefik-net:
external: true
tick-net:
driver: overlay
@turbo
turbo / snip.yml
Created September 10, 2018 13:06
#################
# Volumes #
#################
volumes:
influxdb:
external: true
chronograf:
external: true
kapacitor: