Mise à jour Telegraf 1.29.2 #1
@@ -19,17 +19,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Configuration for sending metrics to InfluxDB
 | 
					# Configuration for sending metrics to InfluxDB
 | 
				
			||||||
[[outputs.influxdb]]
 | 
					[[outputs.influxdb_v2]]
 | 
				
			||||||
  urls = ["${INFLUXDB_URL}"]
 | 
					  urls = ["${INFLUXDB_URL}"]
 | 
				
			||||||
  database = "${INFLUXDB_DATABASE}"
 | 
					  token = "${INFLUXDB_TOKEN}"
 | 
				
			||||||
  database_tag = ""
 | 
					  organization = "${INFLUXDB_ORG}"
 | 
				
			||||||
  skip_database_creation = $INFLUXDB_SKIP_DATABASE_CREATION
 | 
					  bucket = "${INFLUXDB_BUCKET}"
 | 
				
			||||||
  retention_policy = ""
 | 
					 | 
				
			||||||
  write_consistency = "any"
 | 
					 | 
				
			||||||
  timeout = "30s"
 | 
					 | 
				
			||||||
  username = "${INFLUXDB_USERNAME}"
 | 
					 | 
				
			||||||
  password = "${INFLUXDB_PASSWORD}"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
###############################################################################
 | 
					###############################################################################
 | 
				
			||||||
#                            INPUT PLUGINS                                    #
 | 
					#                            INPUT PLUGINS                                    #
 | 
				
			||||||
###############################################################################
 | 
					###############################################################################
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user