From 66905c069f86f4da8fdecb972a72f8d63af518e5 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Mon, 18 May 2015 15:51:11 -0700 Subject: [PATCH] Include comment about using test in the sample config --- config.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.go b/config.go index 9cfeb1213..c1a28aea3 100644 --- a/config.go +++ b/config.go @@ -132,6 +132,9 @@ var header = `# Tivan configuration # to be active. Declaring a plugin means just specifying the name # as a section with no variables. +# Use 'tivan -config tivan.toml -test' to see what metrics a config +# file would generate. + # Configuration for influxdb server to send metrics to # [influxdb] # url = "http://10.20.2.4"