Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. username: rancid
  2. password: ***
  3. model: junos
  4. interval: 3600
  5. use_syslog: false
  6. debug: false
  7. threads: 30
  8. timeout: 20
  9. retries: 3
  10. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  11. rest: 127.0.0.1:8888
  12. vars: {}
  13. groups: {}
  14. pid: "/etc/oxidized/.config/oxidized/pid"
  15. input:
  16. default: ssh, telnet
  17. debug: false
  18. ssh:
  19. secure: false
  20.  
  21. output:
  22. default: git
  23. git:
  24. user: Oxidized
  25. email: ip@lastmile.sk
  26. single_repo: true
  27. repo: "/var/lib/oxidized/devices.git"
  28.  
  29. source:
  30. default: http
  31. debug: false
  32. http:
  33. url: https://nms.lastmile.sk/api/v0/oxidized
  34. map:
  35. name: hostname
  36. model: os
  37. group: group
  38. headers:
  39. X-Auth-Token: c3da46f1aafb05cd9425521f2f4b3e21
  40.  
  41. model_map:
  42. cisco: ios
  43. ciscosb: ciscosmb
  44. juniper: junos
  45. iosxe: iosxr
  46. apc: apc_aos
  47. huawei: vrp
  48. eatonups: zynos
  49. generic: zynos
  50. linux: zynos
  51. edgecos: zynos
  52. dasan-nos: zynos
  53. ruckuswireless: zynos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement