From da02d0fbc30af65615a85ca62a4c3ecb1a238a4f Mon Sep 17 00:00:00 2001 From: azhar Date: Mon, 4 Jul 2016 14:45:01 +0530 Subject: [PATCH] enabled auth and latency stat collection --- plugins/inputs/aerospike/aerospike.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/aerospike/aerospike.go b/plugins/inputs/aerospike/aerospike.go index 1c570b82e..571f6650f 100644 --- a/plugins/inputs/aerospike/aerospike.go +++ b/plugins/inputs/aerospike/aerospike.go @@ -160,7 +160,7 @@ var sampleConfig = ` ## server has configured and get stats for them. server = "localhost:3000" enableAuth = false - authAuthDisable = false + autoAuthDisable = false username = "" password = "" `