Skip to content

Instantly share code, notes, and snippets.

@aredan
Created July 31, 2018 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aredan/8e44cb0485d196020472c9c870f1a60c to your computer and use it in GitHub Desktop.
Save aredan/8e44cb0485d196020472c9c870f1a60c to your computer and use it in GitHub Desktop.
---
username: admin
password: admin
model: junos
resolve_dns: true
interval: 3600
use_syslog: false
debug: false
threads: 30
timeout: 20
retries: 3
prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
rest: 127.0.0.1:8888
next_adds_job: false
vars: {}
groups:
default:
user: admin
password: admin
models: {}
pid: "/etc/oxidized/pid"
stats:
history_size: 10
input:
default: ssh, telnet
debug: false
ssh:
secure: false
ftp:
passive: true
utf8_encoded: true
output:
default: git
git:
user: oxidized
email: od@aanetworks.org
repo: "/etc/oxidized/configs.git"
source:
default: http
http:
url: http://127.0.0.1/api/v0/oxidized
scheme: http
delimiter: !ruby/regexp /:/
map:
name: hostname
model: os
groups: group
headers:
X-Auth-Token: 'Token-goes-HERE'
model_map:
cisco: ios
juniper: junos
fortinet: fortios
mikrotik: routeros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment