Advertisement
Guest User

Untitled

a guest
Oct 8th, 2017
2,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.64 KB | None | 0 0
  1. username: admin
  2. password: admin
  3. model: cisco
  4. interval: 3600
  5. use_syslog: false
  6. debug:
  7. threads: 30
  8. timeout: 20
  9. retries: 3
  10. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  11. rest: 0.0.0.0:8080
  12. next_adds_job: false
  13. vars: {}
  14. groups: {}
  15. models: {}
  16. pid: /root/.config/oxidized/pid
  17. input:
  18.   default: telnet, ssh
  19.   debug: false
  20. output:
  21.   default: git
  22.   git:
  23.     user: sysadmin
  24.     email: o@example.com
  25.     repo: "/var/lib/oxidized/devices"
  26. source:
  27.   default: csv
  28.   csv:
  29.     file: /root/.config/oxidized/router.db
  30.     delimiter: !ruby/regexp /:/
  31.     map:
  32.       name: 0
  33.       model: 1
  34.     gpg: false
  35. model_map:
  36.   cisco: ios
  37.   juniper: junos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement