Advertisement
Guest User

Oxidized-config

a guest
Jul 11th, 2019
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. #username: USERNAME
  2. #password: PASSWORD
  3. model: junos
  4. resolve_dns: true
  5. interval: 300
  6. use_syslog: false
  7. debug: false
  8. threads: 100
  9. timeout: 20
  10. retries: 3
  11. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  12. rest: 0.0.0.0:8888
  13. next_adds_job: false
  14. vars: {}
  15. groups: {}
  16. models: {}
  17. pid: "/root/.config/oxidized/pid"
  18. crash:
  19. directory: "/root/.config/oxidized/crashes"
  20. hostnames: false
  21. stats:
  22. history_size: 50
  23. input:
  24. default: telnet
  25. debug: false
  26. ssh:
  27. secure: false
  28. ftp:
  29. passive: true
  30. utf8_encoded: true
  31. output:
  32. default: git
  33. git:
  34. user: Oxidized
  35. email: 333o@example.com
  36. repo: "/var/lib/oxidized/devices.git"
  37. source:
  38. default: sql
  39. sql:
  40. adapter: mysql2
  41. host: HOSTNAME
  42. database: Oxidized
  43. table: nodes
  44. user: oxidized
  45. password: PASSWORD
  46. query: "SELECT uNamn, uNatIpAdress,uBackup,uTelnetUser,uTelnetPw,(SELECT oNamn FROM ---.oNat WHERE oID = uOID LIMIT 1) AS net FROM ---.uUtrustning WHERE uBackup != '' AND uAktiv = 'Y'"
  47. map:
  48. name: uNamn
  49. ip: uNatIpAdress
  50. model: uBackup
  51. group: net
  52. username: uTelnetUser
  53. password: uTelnetPw
  54. gpg: false
  55. model_map:
  56. juniper: junos
  57. cisco: ios
  58. hp: procurve
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement