Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. noc:~# cat .config/oxidized/config
  2. ---
  3. username: username
  4. password: password
  5. model: junos
  6. interval: 3600
  7. log: "/root/.config/oxidized/log"
  8. debug: false
  9. threads: 30
  10. timeout: 20
  11. retries: 3
  12. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  13. rest: 127.0.0.1:8888
  14. vars: {}
  15. groups: {}
  16. input:
  17. default: ssh, telnet
  18. debug: false
  19. ssh:
  20. secure: false
  21. output:
  22. default: file
  23. source:
  24. default: csv
  25. model_map:
  26. cisco: ios
  27. juniper: junos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement