Advertisement
npomat

oxidized config - NP070219

Feb 6th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ---
  2. username: oxidized
  3. password: oxidized
  4. model: cisco
  5. interval: 86400
  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. pid: "/home/oxidized/.config/oxidized/pid"
  14. vars: {}
  15. rest: 127.0.0.1:8888
  16. next_adds_job: false
  17. groups: {}
  18. input:
  19. default: ssh, telnet
  20. debug: false
  21. ssh:
  22. secure: false
  23.  
  24. output:
  25. default: git
  26. git:
  27. user: oxidized
  28. email: npomat@gmail.com
  29. repo: "/home/oxidized/.config/oxidized/configs.git"
  30. single_repo: true
  31.  
  32. source:
  33. default: http
  34. debug: false
  35. http:
  36. url: https://10.10.1.1:4444/api/v0/oxidized/
  37. scheme: https
  38. secure: false
  39. map:
  40. name: hostname
  41. model: os
  42. group: group
  43. headers:
  44. X-Auth-Token: 'd68c474de47ab94340541aff474778a8'
  45.  
  46. model_map:
  47. cisco: ios
  48. juniper: junos
  49. hp: procurve
  50. aruba: aosw
  51. cisco: iosxr
  52. cisco: smb
  53. cisco: catos
  54. cisco: asa
  55. cisco: nxos
  56. fortigate: fortios
  57. huawei: vrp
  58. mikotik: routeros
  59. apc: aos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement