Advertisement
Guest User

Untitled

a guest
Mar 10th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. username: user
  2. password: pass
  3. model: ios
  4. resolve_dns: false
  5. interval: 3600
  6. use_syslog: false
  7. debug: false
  8. log: "/root/.config/oxidized/debug.log"
  9. threads: 30
  10. timeout: 60
  11. retries: 3
  12. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  13. rest: localhost:8888
  14. next_adds_job: false
  15. vars:
  16. remove_secret: true
  17. groups: {}
  18. models: {}
  19. pid: "/root/.config/oxidized/pid"
  20. crash:
  21. directory: "/root/.config/oxidized/crashes"
  22. hostnames: true
  23. stats:
  24. history_size: 10
  25. input:
  26. default: ssh, telnet
  27. debug: true
  28. ssh:
  29. secure: false
  30. output:
  31. default: file
  32. file:
  33. directory: "/root/.config/oxidized/configs"
  34. output:
  35. default: git
  36. debug: false
  37. git:
  38. user: user
  39. email: email@email.com
  40. repo: "/root/.config/oxidized/oxidized.git"
  41. source:
  42. default: http
  43. debug: false
  44. http:
  45. url: http://localhost/api/v0/oxidized
  46. scheme: http
  47. delimiter: !ruby/regexp /:/
  48. secure: false
  49. headers:
  50. X-Auth-Token: 'token'
  51. map:
  52. name: hostname
  53. model: model
  54. model_map:
  55. cisco: ios
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement