Closed
Description
I followed all the steps, but I can't seem to find a way to access the UI.
Environment Details
- VM: Ubuntu 14.04.4
- Docker:
Docker version 1.11.1, build 5604cbe
- Config file:
---
debug: true
groups: {}
input:
default: ssh, telnet
debug: true
ssh:
secure: false
interval: 3600
model: junos
model_map:
cisco: ios
juniper: junos
output:
default: file
file:
directory: /root/.config/oxidized/configs
password: password
prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
rest: 127.0.0.1:8888
retries: 3
source:
default: csv
csv:
file: /root/.config/oxidized/router.db
delimiter: !ruby/regexp /:/
map:
name: 0
model: 1
username: 2
password: 3
threads: 30
timeout: 20
use_syslog: false
username: username
vars:
enable: ENABLE_PASS
- Router.db
HOST_IP:ftos:USER_NAME:PASSWORD
- When I try
curl -v http://127.0.0.1:8888
, it returnsEmpty reply from server Connection #0 to host 127.0.0.1 left intact
Thanks for Oxidized and any help. Please let me know if you need more info.
Metadata
Assignees
Labels
No labels
Activity