Skip to content

Instantly share code, notes, and snippets.

@Ulrhol
Ulrhol / README.md
Last active August 29, 2015 14:05
OpenTSDB support for Dashing (http://dashing.io)
@Ulrhol
Ulrhol / README.md
Last active September 2, 2016 08:14
Graphite support for Dashing

##Yet another gist to provide Graphite support for Dashing Pull data from Graphite and present in Dashing. Support both graph and number widget.

Quick install:

dashing install 5088efcc94de2fecad5e

Set the graphite host/port and names of metrics in jobs/graphite.rb

@Ulrhol
Ulrhol / designer.html
Created June 22, 2015 22:43
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-item/core-item.html">
<polymer-element name="my-element">
<template>
<style>
#core_header_panel {
@Ulrhol
Ulrhol / designer.html
Created December 31, 2015 14:06
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;