Advertisement
Guest User

Untitled

a guest
May 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.01 KB | None | 0 0
  1. [Main]
  2.  
  3.  # The host of the Datadog intake server to send Agent data to
  4.  dd_url: https://app.datadoghq.com
  5.  
  6.  # If you need a proxy to connect to the Internet, provide the settings here
  7.  # proxy_host: my-proxy.com
  8.  # proxy_port: 3128
  9.  # proxy_user: user
  10.  # proxy_password: password
  11.  
  12.  # The Datadog api key to associate your Agent's data with your organization.
  13.  # Can be found here:
  14.  # https://app.datadoghq.com/account/settings
  15.  api_key: b0bcef6acf540667a39abf1bc7630fd1
  16.  
  17.  # Force the hostname to whatever you want.
  18.  #hostname: mymachine.mydomain
  19.  
  20.  # Set the host's tags
  21.  tags: city:development, neighborhood:nbdev, role:haproxy
  22.  
  23.  # Set the threshold for accepting points to allow anything
  24.  # with recent_point_threshold seconds
  25.  # Defaults to 30 seconds if no value is provided
  26.  #recent_point_threshold: 30
  27.  
  28.  # Use mount points instead of volumes to track disk and fs metrics
  29.  use_mount: yes
  30.  all_partitions: no
  31.  excluded_filesystems:
  32.  - none
  33.   - tmpfs
  34.   - udev
  35.  excluded_disks:
  36.  - /dev/xvdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement