Skip to content

Instantly share code, notes, and snippets.

@spiffin
spiffin / Telegraf_RoonCore_Grafana_template.json
Last active January 23, 2017 15:55
Grafana template for displaying Telegraf metrics from Roon Core
{
"__inputs": [
{
"name": "DS_TELEGRAF_ON BRIX",
"label": "Telegraf on BRIX",
"description": "",
"type": "datasource",
"pluginId": "influxdb",
"pluginName": "InfluxDB"
}
@spiffin
spiffin / koken-nginx.conf
Last active October 12, 2019 16:51
Nginx configuration for Koken 0.22.21 (2017)
server {
# General
# Listen on both ipv4 and ipv6
listen 80;
listen [::]:80;
server_name MYDOMAIN.COM;