Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
3,737
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. oxidized@vm-centos-clean [~/.config/oxidized]: pwd
  2. /home/oxidized/.config/oxidized
  3.  
  4. oxidized@vm-centos-clean [~/.config/oxidized]: ls -la
  5. total 12
  6. drwxrwxr-x 5 oxidized oxidized 84 Oct 10 04:31 .
  7. drwxrwxr-x 5 oxidized oxidized 41 Oct 10 04:20 ..
  8. -rw-r--r-- 1 oxidized oxidized 673 Oct 10 04:26 config
  9. drwxrwxr-x 2 oxidized oxidized 6 Oct 1 02:55 configs
  10. drwxrwxr-x 6 oxidized oxidized 108 Oct 10 04:30 devices
  11. drwxrwxr-x 2 oxidized oxidized 30 Oct 10 04:25 logs
  12. -rw-rw-r-- 1 oxidized oxidized 5 Oct 10 04:30 pid
  13. -rw-rw-r-- 1 oxidized oxidized 17 Oct 10 04:23 router.db
  14.  
  15. oxidized@vm-centos-clean [~/.config/oxidized]: whoami
  16. oxidized
  17.  
  18. oxidized@vm-centos-clean [~/.config/oxidized]: cat config
  19. ---
  20. username: username
  21. password: password
  22. model: procurve
  23. interval: 3600
  24. use_syslog: false
  25. debug: true
  26. threads: 30
  27. timeout: 20
  28. retries: 3
  29. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  30. rest: 127.0.0.1:8080
  31. next_adds_job: false
  32. vars: {}
  33. groups: {}
  34. models: {}
  35. pid: /home/oxidized/.config/oxidized/pid
  36. input:
  37. default: telnet, ssh
  38. debug: true
  39. output:
  40. default: git
  41. git:
  42. user: sysadmin
  43. email: o@example.com
  44. repo: "/home/oxidized/.config/oxidized/devices"
  45. source:
  46. default: csv
  47. csv:
  48. file: /home/oxidized/.config/oxidized/router.db
  49. delimiter: !ruby/regexp /:/
  50. map:
  51. name: 0
  52. model: 1
  53. gpg: false
  54. model_map:
  55. cisco: ios
  56. juniper: junos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement