resolve merge conflicts

This commit is contained in:
JP
2015-08-05 21:37:18 -05:00
59 changed files with 5263 additions and 112 deletions

View File

@@ -20,7 +20,10 @@ var fVersion = flag.Bool("version", false, "display the version")
var fSampleConfig = flag.Bool("sample-config", false, "print out full sample configuration")
var fPidfile = flag.String("pidfile", "", "file to write our pid to")
// Telegraf version
var Version = "unreleased"
// Telegraf commit
var Commit = ""
func main() {