---
resolve_dns: false
interval: 3600
use_syslog: false
debug: false
threads: 30
timeout: 20
retries: 2
prompt: !ruby/regexp /^\(?.+\)?\s?[#>]/
rest: 192.168.195.57:8888
next_adds_job: false
#vars:
# enable: enable
groups: {}
models: {}
pid: "/home/oxidized/.config/oxidized/pid"
crash:
directory: "/home/oxidized/.config/oxidized/crashes"
hostnames: false
stats:
history_size: 10
input:
default: ssh
debug: "/home/oxidized/.config/oxidized/log_input"
ssh:
secure: false
ftp:
passive: true
utf8_encoded: true
output:
default: git
git:
user: oxidized
email: oxidized@example.com
#single_repo: true
repo: /home/oxidized/.config/oxidized/devices.git
management ssh:
auth_methods: none, publickey, password, keyboard-interactive
source:
default: http
debug: false
http:
url: http://192.168.195.57/api/v0/oxidized
source:
default: csv
csv:
file: /home/oxidized/.config/oxidized/router.db
delimiter: !ruby/regexp /:/
map:
name: 0
ip: 1
model: 2
group: 3
vars_map:
enable: 4
model_map:
Juniper: junos
A10: acos
VSP7K: VSP7K
VSP7K_: VSP7K_
VSP8K2: VSP8K2
VSP8K4: VSP8K4
VSP9K: VSP9K
ERS2550: ERS2550
ERS3549: ERS3549
ERS4850: ERS4850
Palo: panos
groups:
palo:
username: admin
password: admin
Juniper:
username: rancid
password: admin
VSP7K:
username: rancid
password: dicnar
A10:
username: rancid
password: dicnar
VSP7K_:
username: nettverk
password: HarmoniX
ERS4850:
username: nettverk
password: admin
VSP8K4:
username: nettverk
password: HarmoniX
VSP8K2:
username: rancid
password: admin2
VSP9K:
username: nettverk
password: admin
ERS2550:
username: oob
password: admin3
ERS3549:
username: oob
password: admin3
hooks:
post-commit:
type: exec
events: [node_success, post_store]
cmd: 'cd /home/oxidized/.config/oxidized/devices.git && git push -f -q /home/oxidized/.config/oxidized/devices.git master'