We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1340e41 commit 07c6709Copy full SHA for 07c6709
telegraf/telegraf.base
@@ -45,11 +45,11 @@
45
namepass = ["agg_*"]
46
47
# 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"
+[[outputs.influxdb]]
+ urls = ["http://perfdb.dcol1.delphix.com:8086"]
+ database = "live_metrics"
+ skip_database_creation = true
+ data_format = "influx"
53
54
###############################################################################
55
# INPUT PLUGINS #
0 commit comments