marmack95
marmack95
Hello, The reload button only reload device list, not the models. So, as i'm not very familiar with oxidized, when i try to debug/fix a model, i must restart my...
Hello, to complete the models i already publish here: [SonicOS 4.x](https://github.com/ytti/oxidized/issues/3135), [Synology Nas](https://github.com/ytti/oxidized/issues/3133), [Vmware ESXi](https://github.com/ytti/oxidized/issues/3137). You will find here some others models that could be usefull to community: - eaton:...
Hello, i have an old device which use HTTPS. With Firefox, i'm able to re-enable TLS deprecated to gain access to it. But with Oxidized: how to do ? The...
Hello, I know oxidized was developped for network device, but it's usefull to backup some others devices types, as in my case Vmware ESXi. It's seems that oxidized does not...
Hello, i wrote a model for Synology Nas (tested on DSM6.x/7.x). I think it could be compatible with Synology network device : i don't have this type of device. I...
Hello, Old Sonicwall are not supported by Oxidized. SonicOS 4.x don't offer possibility to export configuration from cli. This basic model (not hide password & does not exclude dynamic informations...
Hello, the sonicos model not works if device name use a '-'. Sonicos model use as prompt: `prompt /^\w+@\w+[>]\(?.+\)?\s?/` \w correspond to [a-zA-Z0-9_]. I extend sonicos model with this one...
Hello, It's seems exist a problem when ssh_port is specified. My list of device (i use groups to define username/password except for few devices): ``` #name:ip:port:model:group:input:username:password device1:1.2.3.1::huawei:switch:ssh device2:1.2.3.2:22:sonios:firewall:ssh device3:1.2.3.3:22:fortinet:firewall:ssh:myser:mypassword device4:1.2.3.4:12345:fortinet:firewall:ssh:myser:mypassword...
Hello, I create a very basic model for a specific device : it is almost identical to [dlinkcam model](https://github.com/ytti/oxidized/issues/3156). It work's well, but i notice that HTTP input not manage...
Hello, I've try to wrote a model using http input with mechanize library, as cambium.rb model. But i notice, by default, it support only port 80/443. It does not use...