From dbed8e4e47d806f553c54072df7ea24cd09bb969 Mon Sep 17 00:00:00 2001 From: David Lutz Date: Mon, 31 Aug 2015 17:42:54 +1000 Subject: [PATCH] add InfluxDB example to config --- conf/config.rb-sample | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/config.rb-sample b/conf/config.rb-sample index d1a2038..bbce85e 100755 --- a/conf/config.rb-sample +++ b/conf/config.rb-sample @@ -78,3 +78,12 @@ $gmondport = 8649 # $opentsdbserver = '127.0.0.1' $opentsdbserver = '' $opentsdbport = 4242 + +## InfluxDB +# you'll need to have a database already created +# for example "create database vacuumetrix" +$influxdbserver = '127.0.0.1' +$influxdbport = 8086 +$influxdbdatabase = 'vacuumetrix' + +