Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.78 KB | None | 0 0
  1. ---
  2. username: abc
  3. password: abc
  4. model: cisco
  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: 127.0.0.1:8888
  13. next_adds_job: false
  14. vars: {}
  15. groups: {}
  16. models: {}
  17. pid: /root/.config/oxidized/pid
  18. input:
  19.   default: ssh
  20.   debug: false
  21.   ssh:
  22.     secure: false
  23. output:
  24.   default: git
  25.   git:
  26.     user: Oxidized
  27.     email: email@email.com
  28.     repo: "/root/.config/oxidized/configs/config.git"
  29. source:
  30.   default: http
  31.   debug: true
  32.   http:
  33.     url: http://hostname/api/v0/oxidized
  34.     scheme: http
  35.     delimiter: !ruby/regexp /:/
  36.     map:
  37.       name: hostname
  38.       model: os
  39.     headers:
  40.       X-Auth-Token: 'secret key'
  41. model_map:
  42.   cisco: ios
  43.   juniper: junos
  44.   hp: procurve
  45.   iosxe: ios
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement