Created
July 31, 2018 20:36
-
-
Save aredan/8e44cb0485d196020472c9c870f1a60c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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