Guest User

Untitled

a guest
Oct 1st, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. init_config:
  2.  
  3. instances:
  4. - server: 10.0.0.1 #put connection string here
  5. user: datadog
  6. pass: $password
  7. tags:
  8. - db:database1 #add tags so you can slice/dice data based on database, as we are reaching out to several DBs
  9. - env:prod
  10. - tag:blah
  11.  
  12. - server: 10.0.0.2 #put second DB connection string here
  13. user: datadog
  14. pass: $password
  15. tags:
  16. - db:database2 #add tags so you can slice/dice data based on database, as we are reaching out to several DBs
  17. - env:prod
  18. - tag:blah
  19.  
  20. - server: 10.0.0.3 #put third DB connection string here
  21. user: datadog
  22. pass: $password
  23. tags:
  24. - db:database3 #add tags so you can slice/dice data based on database, as we are reaching out to several DBs
  25. - env:prod
  26. - tag:blah
  27.  
  28. - server: 10.0.0.4 #put third DB connection string here
  29. user: datadog
  30. pass: $password
  31. tags:
  32. - db:database4 #add tags so you can slice/dice data based on database, as we are reaching out to several DBs
  33. - env:prod
  34. - tag:blah
Add Comment
Please, Sign In to add comment