Skip to content

Commit 07c6709

Browse files
author
Prakash Surya
committed
XXX Log to perfdb.dcol1.delphix.com by default
PR URL: https://www.github.com/delphix/performance-diagnostics/pull/93
1 parent 1340e41 commit 07c6709

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

telegraf/telegraf.base

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
namepass = ["agg_*"]
4646

4747
# Enable Live Monitoring, intended for internal Delphix use only:
48-
#[[outputs.influxdb]]
49-
# urls = ["http://dbsvr.company.com:8086"]
50-
# database = "live_metrics"
51-
# skip_database_creation = true
52-
# data_format = "influx"
48+
[[outputs.influxdb]]
49+
urls = ["http://perfdb.dcol1.delphix.com:8086"]
50+
database = "live_metrics"
51+
skip_database_creation = true
52+
data_format = "influx"
5353

5454
###############################################################################
5555
# INPUT PLUGINS #

0 commit comments

Comments
 (0)