Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-24 | no space after password | Matthias Cramer | |
2017-02-21 | Fix for foundry/jetcore username prompt on telnet | f0rkz | |
2017-02-04 | Cleaner way to fix older IronWare devices | Jason Wendel | |
This works on older IronWare devices without needing a sleep between each command. | |||
2017-02-03 | Restore compatibility with older versions of IronWare | Jason Wendel | |
Remove \r from the "enable" command. Both \r and \n are interpreted the same on older versions, causing a blank line to be sent as the enable password. Add a delay between the sending of the "logout" command and each "exit" command. Older devices don't seem to be able to keep up with the speed the commands are sent without a delay. | |||
2017-01-18 | Update ironware.rb | devicenull | |
Some Brocade devices only have two possible fan speeds. Previously, this only handled three levels of fan speeds. Updated regex will handle both of these cases: Fan 1 ok, speed (auto): 1<->[[2]] Fan 1 ok, speed (auto): 1<->[[2]]<->3 | |||
2017-01-11 | Ignore fan speed changes for ironware | devicenull | |
Brocade ICX/FCX log fan speed changes like this: Fan ok, speed (auto): 1<->[[2]]<->3 Fan ok, speed (auto): [[1]]<->2<->3 Remove the current fan speed from the configuration to prevent lots of useless changes from being logged. | |||
2017-01-09 | Ignore undefined UTF8 in ironware.rb | devicenull | |
We have some Brocade MLX devices that are triggering 'raised Encoding::UndefinedConversionError with msg ""\xFF" from ASCII-8BIT to UTF-8"'. Update the ironware.rb file to ignore undefined UTF8 as well as invalid UTF8 | |||
2016-09-30 | prompt not captured after sending enabe PW | Saku Ytti | |
fixes #577 | |||
2016-04-25 | Patch for ironware 07.2.02kT3e3 version | TibshoOT | |
2016-02-04 | Another fix for ironware fan speeds | Mike Bryant | |
2016-02-01 | Add another fan speed to the list of things to ignore for ironware (HI) | Mike Bryant | |
2016-01-28 | Account for the MED-HI fan speed in ironware | Mike Bryant | |
2015-10-03 | occasionally ironware randomly inserts extraneous blank lines | Nick Hilliard | |
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 #199 from nickhilliard/br-fix-ironware-show-module | ytti | |
some ironware devices are fixed config => no modules | |||
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-13 | smooth over ironware broken encoding | Nick Hilliard | |
2015-09-13 | ironware prompt matches normal config | Nick Hilliard | |
2015-09-13 | workaround for broken ironware cli, which occasionally swallows input āµ | Nick Hilliard | |
without trace | |||
2015-06-18 | Remove more uptime lines | root | |
2015-06-17 | fix regexp error with ruby 2.1 | root | |
2015-06-08 | Delete more uptime line, temp line, speed line, for few models | florian | |
2015-04-20 | Added a less strict prompt | florian | |
Added less strict prompt | |||
2015-04-17 | Changed prompt (too strict) | florian | |
Changed prompt (too strict) | |||
2015-04-14 | Add a pre_logout for some devices | florian | |
Add an other post_login for some devices and a pre_logout | |||
2015-04-10 | ironware model improvement | florian | |
2015-02-19 | Logout behaviour fixed. | fhibler | |
2014-08-07 | Use a more compatible Foundry/Brocade syntax for turning off paging | Matthew Walster | |
Unfortunately, older Foundry/Brocade hardware doesn't support "terminal length 0" and you have to use the much clunkier "skip-page-display" instead. This especially affects older FastIron era devices. | |||
2013-10-26 | add fetch API to git output | nopedial | |
2013-04-27 | Add models and README.md | nopedial | |