Skip to content

Instantly share code, notes, and snippets.

@XaaT
Created May 9, 2019 15:06
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 XaaT/dcd6e0d6c3999a9743401a3daa545a3b to your computer and use it in GitHub Desktop.
Save XaaT/dcd6e0d6c3999a9743401a3daa545a3b to your computer and use it in GitHub Desktop.
Oxidized config (last at 09-05-19)
---
username: username
password: <<deleted>>
model: procurve
resolve_dns: false
interval: 3600
use_syslog: false
debug: true
threads: 30
timeout: 20
retries: 3
prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
rest: 127.0.0.1:8888
next_adds_job: false
vars: {}
groups: {}
models: {}
pid: "/home/oxidized/.config/oxidized/pid"
crash:
directory: "/home/oxidized/.config/oxidized/crashes"
hostnames: false
stats:
history_size: 10
input:
default: telnet
debug: true
ssh:
secure: false
ftp:
passive: true
utf8_encoded: true
output:
default: git
git:
user: git
email: git@<<deleted>>
repo: "/home/oxidized/oxidized/.git"
source:
default: csv
csv:
file: "/home/oxidized/.config/oxidized/router.db"
delimiter: !ruby/regexp /:/
map:
name: 0
ip: 1
model: 2
gpg: false
model_map:
procurve: procurve
juniper: junos
cisco: ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment