We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could you help me for this whe i run oxidized i find this log this. I integrated librenms with oxidized. here this the config
========================================
Press to continue... Username: not matching configured prompt (?-mix:^([\w.@()-]+[#>]\s?)$)" W, [2019-04-24T12:52:43.217988 #1791] WARN -- : /192.168.25.251 status no_connection, retry attempt 1 ^C- Gracefully stopping, waiting for requests to finish === puma shutdown: 2019-04-24 12:52:45 -0400 ===
==========================================
username: admin password: moratel model: cisco resolve_dns: true interval: 3600 use_syslog: false debug: false threads: 30 timeout: 20 retries: 3 prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/ rest: 192.168.4.19:8787 next_adds_job: false vars: enable: moratel 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 output: default: file log: true file: directory: "/root/.config/oxidized/configs" git: user: Oxidized email: [email protected] repo: "/root/.config/oxidized/oxidized.git" source: default: csv csv: file: "/root/.config/oxidized/router.db" delimiter: !ruby/regexp /:/ map: name: 0 model: 1 username: 2 password: 3 vars_map: enable: 4 gpg: false model_map: juniper: junos cisco: ios
==================================
[root@librenms ~]# vi .config/oxidized/router.db 192.168.25.251:cisco:admin:moratel:moratel
The text was updated successfully, but these errors were encountered:
Changing telnet cmd endings from \n to \r\n
bd5f259
fixes ytti#1614 fixes ytti#1650 fixes ytti#1784 fixes ytti#1493 fixes ytti#1786
Changing telnet cmd endings from \n to \r\n (#1811)
e96904a
fixes #1614 fixes #1650 fixes #1784 fixes #1493 fixes #1786
Successfully merging a pull request may close this issue.
could you help me for this whe i run oxidized i find this log this. I integrated librenms with oxidized. here this the config
========================================
Press to continue...
Username: not matching configured prompt (?-mix:^([\w.@()-]+[#>]\s?)$)"
W, [2019-04-24T12:52:43.217988 #1791] WARN -- : /192.168.25.251 status no_connection, retry attempt 1
^C- Gracefully stopping, waiting for requests to finish
=== puma shutdown: 2019-04-24 12:52:45 -0400 ===
==========================================
username: admin
password: moratel
model: cisco
resolve_dns: true
interval: 3600
use_syslog: false
debug: false
threads: 30
timeout: 20
retries: 3
prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
rest: 192.168.4.19:8787
next_adds_job: false
vars:
enable: moratel
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
output:
default: file
log: true
file:
directory: "/root/.config/oxidized/configs"
git:
user: Oxidized
email: [email protected]
repo: "/root/.config/oxidized/oxidized.git"
source:
default: csv
csv:
file: "/root/.config/oxidized/router.db"
delimiter: !ruby/regexp /:/
map:
name: 0
model: 1
username: 2
password: 3
vars_map:
enable: 4
gpg: false
model_map:
juniper: junos
cisco: ios
==================================
[root@librenms ~]# vi .config/oxidized/router.db
192.168.25.251:cisco:admin:moratel:moratel
The text was updated successfully, but these errors were encountered: