Advertisement
Guest User

Untitled

a guest
May 14th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. username: username
  2. password: password
  3. model: junos
  4. resolve_dns: true
  5. interval: 3600
  6. use_syslog: false
  7. debug: false
  8. threads: 30
  9. timeout: 20
  10. retries: 3
  11. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  12. rest: 127.0.0.1:8888
  13. next_adds_job: false
  14. vars: {}
  15. groups: {}
  16. models: {}
  17. pid: "/opt/oxidized/pid"
  18. crash:
  19. directory: "/opt/oxidized/crashes"
  20. hostnames: false
  21. stats:
  22. history_size: 10
  23. input:
  24. default: ssh, telnet
  25. debug: false
  26. ssh:
  27. secure: false
  28. ftp:
  29. passive: true
  30. utf8_encoded: true
  31. output:
  32. default: file
  33. file:
  34. directory: "/opt/oxidized/configs"
  35. source:
  36. default: csv
  37. http:
  38. url: http://localhost/api/v0/oxidized
  39. map:
  40. name: 0
  41. ip: 1
  42. username: 3
  43. password: 4
  44. vars_map:
  45. enable: 5
  46. csv:
  47. file: "/opt/oxidized/.config/oxidized/router.db"
  48. delimiter: !ruby/regexp /:/
  49. map:
  50. name: 0
  51. model: 1
  52. username: 2
  53. password: 3
  54. group: 4
  55. vars_map:
  56. enable: 5
  57. gpg: false
  58. model_map:
  59. juniper: junos
  60. cisco: ios
  61. vyatta: vyatta
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement