Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-05 | version 0.12.00.12.0 | nopedial | |
2016-02-04 | stripe system time value in fortigate | Elvin Efendi | |
2016-02-04 | Another fix for ironware fan speeds | Mike Bryant | |
2016-02-03 | We didn't wait for prompt after enable | Saku Ytti | |
This makes the model racy, some might say broken. | |||
2016-02-02 | Add EdgeSwitch Line Reject | Jacob Thomas | |
Addition of line reject to remove SNTP sync and uptime codes that change consistently into EdgeSwitch model file | |||
2016-02-02 | Merge pull request #302 from ocadotechnology/add-opengear | ytti | |
Add OpenGear model | |||
2016-02-02 | Add OpenGear model | Mike Bryant | |
2016-02-01 | EdgeSwitch Model | Jacob Thomas | |
Add model file to suit Ubiquiti EdgeSwitch. Assumes enable password is disabled via SSH. | |||
2016-02-01 | Add another fan speed to the list of things to ignore for ironware (HI) | Mike Bryant | |
2016-01-29 | Add F5 TMOS model | Mike Bryant | |
2016-01-28 | Merge pull request #293 from ocadotechnology/fix-ironware-fan | ytti | |
Account for the MED-HI fan speed in ironware | |||
2016-01-28 | Account for the MED-HI fan speed in ironware | Mike Bryant | |
2016-01-28 | Added the regex for variable sflow ids | Sander Wegter | |
2016-01-28 | Added a substitue for the changing sflow timeout command | Sander Wegter | |
2016-01-28 | Enable secret handling for AOSW | Mike Bryant | |
2016-01-28 | Strip more temperature and voltage output from different models | Mike Bryant | |
2016-01-26 | Strip CPU Fan Speed | Mike Bryant | |
On a 6000 series `show inventory` contains a line like `M3mk1 CPU Fan Speed 6490 RPMs` that should be stripped | |||
2016-01-25 | SSH does not prompt for username/password | Saku Ytti | |
Some devices, like Cisco WLC do not authenticate using SSH (ssh is noauth) and actually prompt for auth via shell. CiscoSMB is not one of those kits. We probably should do sepearate bug for the error messages this caused. ``` begin @username ? shell_login : expect(@node.prompt) rescue Timeout::Error raise PromptUndetect, [ @output, 'not matching configured prompt', @node.prompt ].join(' ') end ``` Here Timeout:Error is not raised by ```expect(@node-prompt)``` it is raised by ```shell-login```, which is triggered due to @username prompt set. Potential fixes 1. change the error to more generic one, covering both cases 2. add rescue in 'def shell_login' for Timeout::Error and report it there | |||
2016-01-18 | do not include executed command name in output | Elvin Efendi | |
2016-01-04 | Merge remote-tracking branch 'upstream/master' into merge-upstream | Elvin Efendi | |
2015-12-21 | Update fortios.rb | asynet | |
Changing the regex makes possible to backup devices with FortiOS 4.x and long names | |||
2015-12-17 | Identify Stackable Switches | MrRJ45 | |
Change how we identify stackable switches using the word "Unit" to identify this. This is more reliable than identifying the Model number. | |||
2015-12-09 | keep the config output clean | Elvin Efendi | |
2015-12-07 | bug fix | Elvin Efendi | |
2015-11-23 | ignore frequently changing monitoring data | Elvin Efendi | |
2015-11-23 | include executed command into output | Elvin Efendi | |
2015-11-23 | use paranthesis for method call | Elvin Efendi | |
2015-11-23 | strip temprature and speed measurement from chassis environment output | Elvin Efendi | |
2015-11-23 | include health and hardware info into config | Elvin Efendi | |
2015-11-23 | added support for Ciena SOAS 6.x device type | Jeff Groom | |
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2015-10-27 | Typo in Brocade NOS model | Harm van Tilborg | |
2015-10-20 | Merge pull request #122 from SaaldjorMike/remove-inventory | ytti | |
Remove 'show inventory' from Cisco SMB model, since they do not recog… | |||
2015-10-20 | Merge pull request #216 from nickhilliard/bf-comware-nul-prompt | ytti | |
sometimes the comware prompt might have a leading nul char | |||
2015-10-20 | add support for Dell networking OS, dnos | erefre | |
Dell Force10 has changed model name from FTOS to DNOS | |||
2015-10-11 | remove () from nul byte check in comware prompt | Nick Hilliard | |
2015-10-11 | sometimes the comware prompt might have a leading nul char | Nick Hilliard | |
2015-10-11 | Add support for Arris C4 CMTS | Nick Hilliard | |
2015-10-03 | occasionally ironware randomly inserts extraneous blank lines | Nick Hilliard | |
2015-09-29 | Ignore save-config warning after exit in XOS | Tobias Andersson | |
2015-09-28 | Merge pull request #194 from skoef/master | ytti | |
made IronWare compatible with older Foundry/Brocade switches | |||
2015-09-28 | fixes #202 | Saku Ytti | |
2015-09-28 | Merge remote-tracking branch 'ytti/master' | Reinier Schoof | |
Conflicts: lib/oxidized/model/ironware.rb | |||
2015-09-28 | merged models for older and newer | Reinier Schoof | |
- login prompt matches both older and newer version of IronWare - send carriage returns for both versions as it should make no difference - made temperature filters compatible and removed obsolete ’d’ character | |||
2015-09-27 | Merge pull request #200 from nickhilliard/br-fix-asa-cmd-order | ytti | |
move "show inventory" up | |||
2015-09-27 | Merge pull request #199 from nickhilliard/br-fix-ironware-show-module | ytti | |
some ironware devices are fixed config => no modules | |||
2015-09-26 | move "show inventory" up to stop "show run" from being sandwiched in between ↵ | Nick Hilliard | |
comments | |||
2015-09-26 | some ironware devices are fixed config => no modules | Nick Hilliard | |
2015-09-26 | put "show run" at the bottom of oxidized output | Nick Hilliard | |
2015-09-26 | fix white space and CR problems on xos model | Nick Hilliard | |