Skip to content

Instantly share code, notes, and snippets.

View otoolep's full-sized avatar

Philip O'Toole otoolep

View GitHub Profile
@otoolep
otoolep / sine.py
Last active December 20, 2016 01:07
Pump a sine way into a local influxdb cluster
#!/usr/bin/python
import json
import math
import requests
import sys
from time import sleep
DATABASE = 'test1'
STATUS_MOD = 10
@otoolep
otoolep / gist:c58991dec54711026b77
Last active August 29, 2015 14:02
grafana 1.54 config for influxdb
/** @scratch /configuration/config.js/1
* == Configuration
* config.js is where you will find the core Grafana configuration. This file contains parameter that
* must be set before Grafana is run for the first time.
*/
define(['settings'],
function (Settings) {
"use strict";
return new Settings({