Guest User

Oxidized config

a guest
May 15th, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. username: <user>
  2. password: <pass>
  3. model: junos
  4. resolve_dns: false
  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: false
  13. next_adds_job: false
  14. vars: {}
  15. groups: {}
  16. models: {}
  17. pid: "/dev/null"
  18. crash: false
  19. #directory: "/root/.config/oxidized/crashes"
  20. #hostnames: false
  21. stats:
  22. history_size: 2
  23. input:
  24. default: ssh
  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: "/root/.config/oxidized/configs"
  35. source:
  36. default: csv
  37. csv:
  38. file: "/root/.config/oxidized/router.db"
  39. delimiter: !ruby/regexp /:/
  40. map:
  41. name: 0
  42. model: 1
  43. ip: 2
  44. gpg: false
  45. model_map:
  46. juniper: junos
  47. palo_alto: panos
Add Comment
Please, Sign In to add comment