Advertisement
Guest User

Untitled

a guest
Jun 13th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. [canopsis@canop01 etc]$ cat cstorage.conf
  2. [master]
  3. host = canop01.askanduse.vrt:27017,canop02.askanduse.vrt:27017,canop03.askanduse.vrt
  4. port = 27017
  5. userid = cpsmongo
  6. password = canopsis
  7. db = canopsis
  8. gridfs_namespace = binaries
  9. fetch_limit = 10000
  10. no_count_limit = 200000
  11.  
  12. [events]
  13. types = calendar,check,comment,consolidation,eue,log,perf,selector,sla,topology,toponode,trap,user,ack,downtime,cancel,uncancel,ackremove,assocticket,todo
  14. checks = check,selector,sla,eue,topology,toponode,consolidation
  15. logs = trap,log,calendar,ack,downtime,cancel,uncancel,ackremove,assocticket,todo
  16.  
  17.  
  18. ===============
  19. [canopsis@canop01 etc]$ cat storage/storage.conf
  20. [DATABASE]
  21. db = canopsis
  22. journaling = False
  23. sharding = False
  24. retention = 1y
  25. host = canop01.askanduse.vrt:27017,canop02.askanduse.vrt:27017,canop03.askanduse.vrt
  26. port = 27017
  27.  
  28. [STORAGE]
  29. cache_size = 1000
  30. cache_autocommit = 5
  31. cache_ordered = True
  32.  
  33. =================
  34. [canopsis@canop01 etc]$ cat mongo/storage.conf
  35. [DATABASE]
  36. user = cpsmongo
  37. pwd = canopsis
  38.  
  39. ==================
  40. [canopsis@canop01 etc]$ cat influx/storage.conf
  41. [DATABASE]
  42. user = cpsinflux
  43. pwd = canopsis
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement