Advertisement
Guest User

Untitled

a guest
Oct 1st, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. username: admin
  2. password: ********
  3. resolve_dns: true
  4. interval: 3600
  5. use_syslog: false
  6. debug: true
  7. threads: 30
  8. timeout: 20
  9. retries: 3
  10. remove_secret: true
  11. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  12. rest: 0.0.0.0:8888
  13. next_adds_job: false
  14. pid: "/opt/oxidized/.config/oxidized/pid"
  15. vars:
  16. auth_methods: [ "password" ]
  17. crash:
  18. directory: "/opt/oxidized/.config/oxidized/crashes"
  19. hostnames: false
  20. stats:
  21. history_size: 10
  22. input:
  23. default: ssh
  24. debug: false
  25. ssh:
  26. secure: false
  27. utf8_encoded: true
  28. output:
  29. default: git
  30. git:
  31. user: oxidized
  32. email: oxidized@********.company
  33. repo: /opt/oxidized/.git/default.git
  34. source:
  35. default: csv
  36. csv:
  37. file: "/opt/oxidized/.config/oxidized/router.db"
  38. delimiter: !ruby/regexp /:/
  39. map:
  40. name: 0
  41. ip: 1
  42. model: 2
  43. username: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement