An error with oxidized

Hello,

I receive this error when I try to update a Cisco router

W, [2021-11-19T15:01:54.345018 #15321]  WARN -- : 192.168.62.11 raised Timeout::Error with msg "execution expired"
W, [2021-11-19T15:01:55.044232 #15321]  WARN -- : /192.168.62.11 status no_connection, retry attempt 1
W, [2021-11-19T15:02:18.355145 #15321]  WARN -- : 192.168.62.11 raised Timeout::Error with msg "execution expired"
W, [2021-11-19T15:02:19.048856 #15321]  WARN -- : /192.168.62.11 status no_connection, retry attempt 2
W, [2021-11-19T15:02:42.355197 #15321]  WARN -- : 192.168.62.11 raised Timeout::Error with msg "execution expired"
W, [2021-11-19T15:02:43.052984 #15321]  WARN -- : /192.168.62.11 status no_connection, retry attempt 3
W, [2021-11-19T15:03:06.555660 #15321]  WARN -- : 192.168.62.11 raised Timeout::Error with msg "execution expired"
W, [2021-11-19T15:03:07.057108 #15321]  WARN -- : /192.168.62.11 status no_connection, retries exhausted, giving up

I need to know what is the problem ? and How I can check what is happening ? I mean which command should to use ?

The Config file

username: test
password: test
model: junos
resolve_dns: true
interval: 3600
log: ~/.config/oxidized/log
use_syslog: false
debug: false
threads: 30
timeout: 20
retries: 3
prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
vars:
  enable: test
groups: {}
rest: 192.168.55.111:8888
input:
  default: ssh, telnet
  debug: false
  ssh:
    secure: false
output:
  default: git
  git:
      user: Oxidized
      email: [email protected]
      repo: "~/.config/oxidized/oxidized.git"
source:
  default: http
  debug: false
  http:
    url: http://192.168.55.112/api/v0/oxidized
    scheme: http
    file: "/home/oxidized/.config/oxidized/router.db"
    delimiter: !ruby/regexp /:/
    map:
      name: hostname
      model: os
      username: username
      password: password
    var_map:
       enable: 4
    headers:
      X-Auth-Token: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
model_map:
  Vyatta: Vyatta
  cisco: ios
  mikrotik: routeros

Best Regards

You’ll get more help posting this to the oxidized github community site. This site is for LibreNMS.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.