Advertisement
infinite_ideation

oxidized config 2-21-19

Feb 21st, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. ---
  2. #username: username
  3. #password: password
  4. #model: ios
  5. interval: 3600
  6. log: ~/.config/oxidized/log
  7. use_syslog: false
  8. debug: false
  9. threads: 30
  10. timeout: 20
  11. retries: 3
  12. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  13. # Listen on http://127.0.0.1.8888
  14. rest: 127.0.0.1:8888
  15. pid: ~/.config/oxidized/pid
  16. vars: {}
  17. groups:
  18. cisco:
  19. username: usernmae
  20. password: password
  21. vars:
  22. enable: true
  23. remove_secret: true
  24. procurve:
  25. username: username
  26. password: password
  27. comware:
  28. username: username
  29. password: password
  30. models: {}
  31. input:
  32. default: ssh, telnet
  33. debug: false
  34. output:
  35. default: git
  36. git:
  37. user: user
  38. email: email
  39. repo: /home/oxidized/.config/oxidized/configs
  40. source:
  41. default: http
  42. http:
  43. url: http://127.0.0.1/api/v0/oxidized
  44. map:
  45. name: hostname
  46. model: os
  47. group: group
  48. headers:
  49. X-Auth-Token: token
  50. model_map:
  51. cisco: ios
  52. juniper: junos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement