This commit is contained in:
Joel Meador 2016-06-25 10:59:11 -04:00
parent 149dea90e5
commit bb35a5aecc
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ type Instrumental struct {
}
const (
DefaultHost = "collector.instrumentalapp.com"
HelloMessage = "hello version go/telegraf/1.1\n"
AuthFormat = "authenticate %s\n"
DefaultHost = "collector.instrumentalapp.com"
HelloMessage = "hello version go/telegraf/1.1\n"
AuthFormat = "authenticate %s\n"
)
var (