Advertisement
Guest User

Untitled

a guest
Mar 26th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. cat /opt/noc/etc/noc.conf
  2. [dns]
  3. warn_before_expired_days = 30
  4.  
  5. [cm]
  6. vcs_path = /usr/bin/hg
  7. timeout_variation = 10
  8. timeout_down = 60
  9. repo = /var/repo
  10. timeout_overload = 150
  11. timeout_error = 300
  12. vcs_type = hg
  13.  
  14. [xmlrpc]
  15. port = 19702
  16. server = 127.0.0.1
  17.  
  18. [database]
  19. engine = postgresql_psycopg2
  20. password = noc
  21. name = noc
  22. user = noc
  23.  
  24. [nosql_database]
  25. # MongoDB database name
  26. name = noc
  27. # MongoDB database user
  28. user = noc
  29. # MongoDB database password
  30. password = noc
  31. #
  32.  
  33.  
  34. [tt]
  35. url = http://test.noc.ab/ticket=%(tt)s
  36.  
  37. [authentication]
  38. ldap_superuser_filter = (|(uniqueMember={{dn}})(member={{user}}))
  39. ldap_server = ldap://ldap.example.com/
  40. ldap_bind_method = simple
  41. ldap_groups_base = ou=Groups,ou=nocproject,ou=org
  42. ldap_users_base = ou=Users,ou=nocproject,ou=org
  43. ldap_required_filter = (|(uniqueMember={{dn}})(member={{user}}))
  44. ldap_users_filter = (&(objectClass=inetOrgPerson)(uid={{user}}))
  45. method = local
  46.  
  47. [customization]
  48. favicon_url = /static/img/favicon/ocean-32x32.png
  49. logo_height = 21
  50. logo_url = /static/img/logo.png
  51. installation_name = Unconfigured Installation
  52. logo_width = 43
  53.  
  54. [pgp]
  55. keyserver = keys.gnupg.net
  56. use_key = user@example.com
  57.  
  58. [peer]
  59. prefix_list_optimization_threshold = 0
  60. use_arin = on
  61. use_ripe = on
  62. prefix_list_optimization = on
  63. rpsl_inverse_pref_style = off
  64. max_prefix_length = 32
  65.  
  66. [path]
  67. rsync = /usr/bin/rsync
  68. dig = /usr/bin/dig
  69. tar = /bin/tar
  70. smilint = /usr/local/bin/smilint
  71. gpg = /usr/bin/gpg
  72. telnet = /usr/bin/telnet
  73. pg_dump = /usr/bin/pg_dump
  74. smidump = /usr/local/bin/smidump
  75. ssh = /usr/bin/ssh
  76. gzip = /usr/bin/gzip
  77. backup_dir = /var/backup
  78.  
  79. [main]
  80. datetime_format = d.m.Y H:i:s
  81. date_format = d.m.Y
  82. server_email = test@test.biz
  83. month_day_format = F j
  84. time_format = H:i:s
  85. language_code = ru-ru
  86. debug = false
  87. timezone = Asia/Almaty
  88. secret_key = j82icp#5zBUZ!4hx^#0s4)dy8sru@1ynqblq2!1lv1lu=7&(58
  89. year_month_format = F Y
  90. crashinfo_limit = 10
  91. polling_method = select
  92.  
  93. [backup]
  94. keep_days = 14
  95. keep_day_of_week = 6
  96. keep_months = 12
  97. keep_day_of_month = 1
  98. keep_weeks = 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement