RonJonCastle

Oxidized Config

May 4th, 2020
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.58 KB | None | 0 0
  1. ---
  2. username: username
  3. password: 'password'
  4. model: procurve
  5. resolve_dns: true
  6. interval: 900
  7. log: /home/oxidized/.config/oxidized/logs/http_oxidized.log
  8. use_syslog: false
  9. debug: false
  10. threads: 30
  11. timeout: 20
  12. retries: 3
  13. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  14. rest: 0.0.0.0:8888
  15. next_adds_job: true
  16. models:
  17.   procurve:
  18.     username: username
  19.     password: 'password'
  20.   comware:
  21.     username: user
  22.     password: pwd
  23.   arubaos:
  24.     username: user
  25.     password: 'pwd'
  26. #    username: username
  27. #    password: 'password'
  28. vars: {}
  29. groups:
  30.   procurve:
  31.     username: username
  32.     password: 'password'
  33.   arubaos:
  34.     username: user
  35.     password: 'pwd'
  36. #    username: username
  37. #    password: 'password'
  38.   comware:
  39.     username: user
  40.     password: pwd              
  41. pid: "/home/oxidized/.config/oxidized/pid"
  42. crash:
  43.   directory: "/home/oxidized/.config/oxidized/crashes/http_crash"
  44.   hostnames: false
  45. stats:
  46.   history_size: 100
  47. input:
  48.   default: ssh
  49.   debug: false
  50.   ssh:
  51.     secure: false
  52.   ftp:
  53.     passive: true
  54.   utf8_encoded: true
  55. output:
  56.   default: git
  57.   git:
  58.     single_repo: true
  59.     user: oxidized
  60.     email: oxidized@domain
  61.     repo: "/home/oxidized/git-repo/default.git"
  62. source:
  63.   default: http
  64.   debug: false
  65.   http:
  66.     scheme: https
  67.     secure: false        
  68.     url: https://hostname.domain.com/api/v0/oxidized
  69.     map:
  70.       name: hostname
  71.       model: os
  72.       group: group
  73.     headers:
  74.       X-Auth-Token: '#######################################'    
  75.     gpg: false
  76. model_map:
  77.   juniper: junos
  78.   cisco: ios
  79.   arubaos-cx: procurve
Add Comment
Please, Sign In to add comment