Advertisement
weerok

Untitled

Sep 13th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ##------------------------------------------------
  2. ## noc-activator default configuration.
  3. ##------------------------------------------------
  4. ## WARNING: Do not edit this file directly!!!
  5. ## Override settings using etc/noc-activator.conf
  6. ##
  7. [main]
  8. logfile = /var/log/noc/noc-activator.{{instance}}.log
  9. loglevel = debug
  10. logsize = 0
  11. logfiles = 0
  12. pidfile = /var/log/noc/noc-activator.{{instance}}.pid
  13. heartbeat= true
  14. log_cli_sessions = false
  15. log_cli_sessions_path = /var/log/noc/cli-sessions/{{ip}}-{{script}}-{{ts}}.log
  16. log_cli_sessions_ip_re =
  17. log_cli_sessions_script_re =
  18.  
  19. [activator]
  20. name = default
  21. listen_instance = 0
  22. listen_traps =
  23. listen_syslog =
  24. listen_pm_data = 127.0.0.1
  25. secret = thesecretkey
  26. software_update = true
  27. max_scripts = 10
  28. pm_data_secret = secret
  29.  
  30. [sae]
  31. host = 127.0.0.1
  32. port = 19701
  33. local_address =
  34.  
  35. [path]
  36. fping = /usr/local/sbin/fping
  37. fping6 =
  38.  
  39. [servers]
  40. listen_http =
  41. listen_ftp =
  42. listen_tftp =
  43.  
  44. [ssh]
  45. key = etc/ssh/id_rsa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement