blob: 314e1541ef2734d3a2a16756e852f8d093ea0f2a (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
[exporting:global]
enabled = no
# send configured labels = yes
# send automatic labels = no
# update every = 10
[prometheus:exporter]
# data source = average
# send names instead of ids = yes
# send configured labels = yes
# send automatic labels = no
# send charts matching = *
# send hosts matching = localhost *
# prefix = netdata
# An example configuration for graphite, json, opentsdb exporting connectors
# [graphite:my_graphite_instance]
# enabled = no
# destination = localhost
# Credentials for basic HTTP authentication
# username = my_username
# password = my_password
# data source = average
# prefix = netdata
# hostname = my_hostname
# update every = 10
# buffer on failures = 10
# timeout ms = 20000
# send names instead of ids = yes
# send charts matching = *
# send hosts matching = localhost *
# [prometheus_remote_write:my_prometheus_remote_write_instance]
# enabled = no
# destination = localhost
# remote write URL path = /receive
# username = my_username
# password = my_password
# data source = average
# prefix = netdata
# hostname = my_hostname
# update every = 10
# buffer on failures = 10
# timeout ms = 20000
# send names instead of ids = yes
# send charts matching = *
# send hosts matching = localhost *
# [kinesis:my_kinesis_instance]
# enabled = no
# destination = us-east-1
# stream name = netdata
# aws_access_key_id = my_access_key_id
# aws_secret_access_key = my_aws_secret_access_key
# data source = average
# prefix = netdata
# hostname = my_hostname
# update every = 10
# buffer on failures = 10
# timeout ms = 20000
# send names instead of ids = yes
# send charts matching = *
# send hosts matching = localhost *
# [pubsub:my_pubsub_instance]
# enabled = no
# destination = pubsub.googleapis.com
# credentials file = /etc/netdata/pubsub_credentials.json
# project id = my_project
# topic id = my_topic
# data source = average
# prefix = netdata
# hostname = my_hostname
# update every = 10
# buffer on failures = 10
# timeout ms = 20000
# send names instead of ids = yes
# send charts matching = *
# send hosts matching = localhost *
# [mongodb:my_mongodb_instance]
# enabled = no
# destination = localhost
# database = my_database
# collection = my_collection
# data source = average
# prefix = netdata
# hostname = my_hostname
# update every = 10
# buffer on failures = 10
# timeout ms = 20000
# send names instead of ids = yes
# send charts matching = *
# send hosts matching = localhost *
|