summaryrefslogtreecommitdiffstats
path: root/features-available/opentsdb.conf
blob: 4a3449f53c8d2f50c1702e7cdc0b22f73bd002c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 * The OpenTsdbWriter type writes check result metrics and
 * performance data to a OpenTSDB tcp socket.
 */

object OpenTsdbWriter "opentsdb" {
	// host = "127.0.0.1"
	// port = 4242
	// enable_generic_metrics = false
	//
	// // Custom Tagging, refer to Icinga object type documentation for
	// // OpenTsdbWriter
	// host_template = {
	// 	metric = "icinga.host"
	// 	tags = {
	// 		zone = "$host.zone$"
	// 	}
	// }
	// service_template = {
	// 	metric = "icinga.service.$service.check_command$"
	// 	tags = {
	// 		zone = "$service.zone$"
	// 	}
	// }
}