marmack95

Results 28 comments of marmack95

This version remove prompt (xxx>) from file. [sonicos4.txt](https://github.com/ytti/oxidized/files/15096563/sonicos4.txt)

I'm sorry I'm not familiar with Git/Github/Ruby: create models for oxidized was my first experience with ruby. I will change of job this year, so I will not be able...

This version fix prompt, and uncommented data. Update: add new var "selfcopy: true" to enable (or not) config copy to ftp from device. [synology.txt](https://github.com/ytti/oxidized/files/15097203/synology.txt)

Did you try to do as explain in this article: https://github.com/ytti/oxidized/blob/master/docs/Configuration.md (SSH enabling legacy algorithms)

It does not work with Procurve model: https://github.com/ytti/oxidized/blob/master/lib/oxidized/model/procurve.rb ?

I was not able to create models for Canon Printer/Fiery ... I'm working now on Dell iDrac (7/8/9) model : i'm using RESTful API. https://dl.dell.com/manuals/common/dell-emc-restful-server-config-idrac-api.pdf Dell give sample of code...

I succeed to wrote a Dell iDrac 7/8/9 model :-) It's use HTTPS Rest Api: you need to enable Redfish on iDrac if you disable it. Tested on: - Dell...

> I was not able to create models for Canon Printer/Fiery ... I discovered that Oxidized use/include Mechanize library: which permit to simulate HTML4 Web navigator. But the Canon printer...

> I discovered that Oxidized use/include Mechanize library: which permit to simulate HTML4 Web navigator. But the Canon printer login page use a javascript button to crypt password and next...

My canonimp models were creating performance issues because they wouldn't close the browser. They close it now if: - the device cannot be reached (a message is displayed on logs)...