added oxidized config
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
---
|
||||
username: oxidized
|
||||
password: T9ufDgNpTR4jBc
|
||||
model: routeros
|
||||
resolve_dns: true
|
||||
interval: 3600
|
||||
use_syslog: false
|
||||
debug: false
|
||||
threads: 30
|
||||
timeout: 20
|
||||
retries: 3
|
||||
prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
|
||||
rest: 0.0.0.0:8888
|
||||
next_adds_job: false
|
||||
vars:
|
||||
auth_metods: "publickey"
|
||||
ssh_keys: ["/root/.ssh/id_dsa", "/root/.ssh/id_ed25519"]
|
||||
ssh_no_keepalive: true
|
||||
verify_host_key: never
|
||||
groups: {}
|
||||
models: {}
|
||||
pid: "/root/.config/oxidized/pid"
|
||||
crash:
|
||||
directory: "/root/.config/oxidized/crashes"
|
||||
hostnames: false
|
||||
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: info@it-depot.ru
|
||||
repo: "/root/.git/default.git"
|
||||
source:
|
||||
default: csv
|
||||
csv:
|
||||
file: "/root/.config/oxidized/router.db"
|
||||
delimiter: !ruby/regexp /:/
|
||||
map:
|
||||
name: 0
|
||||
model: 1
|
||||
ip: 2
|
||||
username: 3
|
||||
password: 4
|
||||
gpg: false
|
||||
model_map:
|
||||
juniper: junos
|
||||
cisco: ios
|
||||
mikrotik: routeros
|
||||
Reference in New Issue
Block a user