Add rule about 'localhost'

This commit is contained in:
Evan Phoenix
2015-05-18 16:08:22 -07:00
parent 5e6d33a57f
commit 40cc034acb
4 changed files with 18 additions and 1 deletions

View File

@@ -135,6 +135,11 @@ var header = `# Tivan configuration
# Use 'tivan -config tivan.toml -test' to see what metrics a config
# file would generate.
# One rule that plugins conform is wherever a connection string
# can be passed, the values '' and 'localhost' are treated specially.
# They indicate to the plugin to use their own builtin configuration to
# connect to the local system.
# Configuration for influxdb server to send metrics to
# [influxdb]
# url = "http://10.20.2.4"