forked from fidlej/sd-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datadog.conf.example
377 lines (283 loc) · 13 KB
/
datadog.conf.example
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
[Main]
# The host of the Datadog intake server to send agent data to
dd_url: https://app.datadoghq.com
# The Datadog api key to associate your agent's data with your organization.
# Can be found here:
# https://app.datadoghq.com/account/settings
api_key:
# Boolean to enable debug_mode, which outputs massive amounts of log messages
# to the /tmp/ directory.
debug_mode: no
# Force the hostname to whatever you want.
#hostname: mymachine.mydomain
# Use the amazon EC2 instance-id instead of hostname (unless hostname is
# explicitly set)
use_ec2_instance_id: yes
# Use mount points instead of volumes to track disk and fs metrics
use_mount: no
# Change port the agent is listening to
# listen_port: 17123
# Start a graphite listener on this port
# graphite_listen_port: 17124
# ========================================================================== #
# dogstatsd configuration #
# ========================================================================== #
# Make sure your client is sending to the same port.
# dogstatsd_port : 8125
# By default dogstatsd will post aggregate metrics to the agent (which handles
# errors/timeouts/retries/etc). To send directly to the datadog api, set this
# to https://app.datadoghq.com.
# dogstatsd_target : http://localhost:17123
## The dogstatsd flush period.
# dogstatsd_interval : 10
# ========================================================================== #
# Service-specific configuration #
# ========================================================================== #
# -------------------------------------------------------------------------- #
# Apache #
# -------------------------------------------------------------------------- #
# Url to Apache's status page. Must have mod_status installed.
# See http://httpd.apache.org/docs/2.0/mod/mod_status.html for details.
#apache_status_url: http://www.example.com/server-status/?auto
# -------------------------------------------------------------------------- #
# Ganglia #
# -------------------------------------------------------------------------- #
# Ganglia host where gmetad is running
#ganglia_host: localhost
# Ganglia port where gmetad is running
#ganglia_port: 8651
# -------------------------------------------------------------------------- #
# MySQL #
# -------------------------------------------------------------------------- #
# MySQL host
#mysql_server:
# MySQL user. It runs "SHOW STATUS" and "SHOW SLAVE STATUS" queries.
# You should consider creating a separate user, e.g. datadog.
# CREATE USER 'datadog'@'localhost' identified by 'my_password';
# The latter requires the "REPLICATION CLIENT" privileges using a command like:
# GRANT REPLICATION CLIENT ON *.* TO 'datadog'@'localhost';
# http://dev.mysql.com/doc/refman/5.1/en/privileges-provided.html#priv_replication-client
#mysql_user:
# MySQL user's password
#mysql_pass:
# -------------------------------------------------------------------------- #
# PostgreSQL #
# -------------------------------------------------------------------------- #
# PostgreSQL host
#postgresql_server:
# PostgreSQL port
#postgresql_port:
# PostgreSQL user. It needs to connect to the "postgres" database but does not
# require any privileges, so you should consider creating a separate,
# unprivileged user
#postgresql_user:
# PostgreSQL user's password
#postgresql_pass:
# -------------------------------------------------------------------------- #
# Nginx #
# -------------------------------------------------------------------------- #
# Url to nginx's status page. Must have http_stub_status_module installed.
# See http://wiki.nginx.org/HttpStubStatusModule for details.
#nginx_status_url: http://www.example.com/nginx_status
# -------------------------------------------------------------------------- #
# RabbitMQ #
# -------------------------------------------------------------------------- #
# Url to RabbitMQ's status page. Must have rabbitmq-status plugin installed.
# See http://www.lshift.net/blog/2009/11/30/introducing-rabbitmq-status-plugin
# for details.
#rabbitmq_status_url: http://www.example.com:55672/json
#rabbitmq_user: guest
#rabbitmq_pass: guest
# -------------------------------------------------------------------------- #
# MongoDB #
# -------------------------------------------------------------------------- #
# MongoDB uri. For example: mongodb://my_user:my_pass@localhost/my_db
#mongodb_server:
# -------------------------------------------------------------------------- #
# CouchDB #
# -------------------------------------------------------------------------- #
# CouchDB host
#couchdb_server:
# -------------------------------------------------------------------------- #
# Cassandra #
# -------------------------------------------------------------------------- #
#cassandra_host: localhost
#cassandra_port: 8080
#cassandra_nodetool: /usr/bin/nodetool
# -------------------------------------------------------------------------- #
# Hudson #
# -------------------------------------------------------------------------- #
# Path to Hudson's home directory
# Make sure the dd-agent user can read this directory
#hudson_home: /var/lib/hudson/
# -------------------------------------------------------------------------- #
# Nagios #
# -------------------------------------------------------------------------- #
# dd-agent imports alerts and perfdata from nagios.
# Path to Nagios' event log file
# Make sure the dd-agent user can read this file
#nagios_log: /var/log/nagios3/nagios.log
# If you use perfdata, dd-agent can import automatically and in real-time
# performance data collected by nagios.
# For more information on perfdata configuration, please refer to
# http://nagios.sourceforge.net/docs/3_0/perfdata.html
#
# Path to Nagios' ***configuration*** file where the properties
# host|service_perfdata_file and host|service_perfdata_file_template
# are defined.
# (ubuntu 10.04)
#nagios_perf_cfg: /etc/nagios3/nagios.cfg
# (centos 5)
#nagios_perf_cfg: /etc/nagios/nagios.cfg
# -------------------------------------------------------------------------- #
# Java #
# -------------------------------------------------------------------------- #
# JMX server:port to connect to
# jvm_jmx_server: localhost:8090
#jvm_jmx_server:
# JMX user to log in with, if needed
#jvm_jmx_user: john
# Password for the configured JMX user
#jvm_jmx_pass: foobar
# Name to report the statistics for this java VM. This will allow to monitor
# Several JVMs running on the same machine
#jvm_jmx_name: Java
# -------------------------------------------------------------------------- #
# Tomcat #
# -------------------------------------------------------------------------- #
# JMX host:port to connect to. Must be configured in tomcat setenv.sh or similar
#tomcat_jmx_server:
# JMX user to log in with, if needed
#tomcat_jmx_user: john
# Password for the configured JMX user
#tomcat_jmx_pass: foobar
# -------------------------------------------------------------------------- #
# Activemq #
# -------------------------------------------------------------------------- #
# JMX host:port to connect to.
#activemq_jmx_server:
# JMX user to log in with, if needed
#activemq_jmx_user: john
# Password for the configured JMX user, if needed
#activemq_jmx_pass: foobar
# -------------------------------------------------------------------------- #
# Solr #
# -------------------------------------------------------------------------- #
# JMX host:port to connect to.
#solr_jmx_server:
# JMX user to log in with, if needed
#solr_jmx_user: john
# Password for the configured JMX user, if needed
#solr_jmx_pass: foobar
# -------------------------------------------------------------------------- #
# Memcache
# -------------------------------------------------------------------------- #
#memcache_server: localhost
#memcache_port: 11211
# -------------------------------------------------------------------------- #
# Dogstream (log file parser)
# -------------------------------------------------------------------------- #
# Comma-separated list of logs to parse and optionally custom parsers to use.
# The form should look like this:
#
# dogstreams: /path/to/log1:parsers_module:custom_parser, /path/to/log2, /path/to/log3, ...
#
# Or this:
#
# dogstreams: /path/to/log1:/path/to/my/parsers_module.py:custom_parser, /path/to/log2, /path/to/log3, ...
#
# Each entry is a path to a log file and optionally a Python module/function pair
# separated by colons.
#
# Custom parsers should take a 2 parameters, a logger object and
# a string parameter of the current line to parse. It should return a tuple of
# the form:
# (metric (str), timestamp (unix timestamp), value (float), attributes (dict))
# where attributes should at least contain the key 'metric_type', specifying
# whether the given metric is a 'counter' or 'gauge'.
#
# Unless parsers are specified with an absolute path, the modules must exist in
# the agent's PYTHONPATH. You can set this as an environment variable when
# starting the agent. If the name of the custom parser function is not passed,
# 'parser' is assumed.
#
# If this value isn't specified, the default parser assumes this log format:
# metric timestamp value key0=val0 key1=val1 ...
#
# -------------------------------------------------------------------------- #
# Cacti
# -------------------------------------------------------------------------- #
#cacti_mysql_server: localhost
#cacti_mysql_user: dd-agent
#cacti_mysql_pass: agent
#cacti_rrd_path: /var/lib/cacti/rra
# If you want to whitelist only certain rrd files, you can add a list of patterns
# to a cacti rrd whitelist file, and reference it here.
# e.g.: *localhost_load*.rrd
#cacti_rrd_whitelist: /etc/dd-agent/cacti-whitelist.txt
# -------------------------------------------------------------------------- #
# Varnish
# -------------------------------------------------------------------------- #
#varnishstat: /usr/bin/varnishstat
# -------------------------------------------------------------------------- #
# Redis
#
# To monitor one or more redis instances, list their connection
# information below:
# -------------------------------------------------------------------------- #
#
#redis_urls: localhost:6379, password@myserver:16379
# -------------------------------------------------------------------------- #
# ElaticSearch
# -------------------------------------------------------------------------- #
#elasticsearch: http://localhost:9200/_cluster/nodes/stats?all=true
# ========================================================================== #
# Custom Emitters #
# ========================================================================== #
# Comma-separated list of emitters to be used in addition to the standard one
#
# Expected to be passed as a comma-separated list of colon-delimited
# name/object pairs.
#
# custom_emitters: /usr/local/my-code/emitters/rabbitmq.py:RabbitMQEmitter
#
# If the name of the emitter function is not specified, 'emitter' is assumed.
# ========================================================================== #
# Custom Checks
# ========================================================================== #
# Comma-separated list of additional metric checks
#
# Expected to be passed as a comma-separated list of colon-delimited
# name/object pairs.
#
# custom_checks: /usr/local/my-code/checks/foo.py:FooCheck
#
# If the name of the check is not specified, 'Check' is assumed.
# -------------------------------------------------------------------------- #
# Logging Configuration
# -------------------------------------------------------------------------- #
[loggers]
keys:root,dogstatsd
[handlers]
keys:dogstatsd
[formatters]
keys:ddagent
# DogStatsd logging
[logger_root]
level:INFO
handlers:
propagate:0
qualname:root
[logger_dogstatsd]
level:INFO
handlers:dogstatsd
propagate:0
qualname:dogstatsd
[handler_dogstatsd]
class:FileHandler
level:INFO
formatter:ddagent
args:('/tmp/dogstatsd.log', 'a')
[formatter_ddagent]
format: %(asctime)s | %(name)s | %(levelname)s | %(message)s
class:logging.Formatter