jazigo
jazigo copied to clipboard
Jazigo is a tool written in Go for retrieving configuration for multiple devices, similar to rancid, fetchconfig, oxidized, Sweet.
Need to interrupt time.Sleep(sleep) below: ``` func scanLoop(jaz *app) { for { jaz.logf("scanLoop: starting") opt := jaz.options.Get() begin := time.Now() dev.Scan(jaz.table, jaz.table.ListDevices(), jaz.logger, opt, jaz.requestChan) elap := time.Since(begin) sleep :=...
For some reason, telnet connection works and it fetches the configuration nicely. Only problem is that the config is quite big and it does not backup entirely (about half comes...
Hi, Thanks for the software and seems to be runnig fine apart from couple of problems.. this and other issue which will be coming shortly Linux 3.16.0-4-amd64 #1 SMP Debian...
How can I tell jazigo to use a specific SSH cypher? A lot of our routers have older code that does not support newer protocols. In my ssh config file,...