Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-11 | sometimes the comware prompt might have a leading nul char | 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 | |
2015-09-25 | added model for older Foundry/Brocade model switches | Reinier Schoof | |
Oxidized model for Foundry/Brocade switch models that run IronWare but require carriage return instead of newline on enable command and require different filters for temperature/uptime lines | |||
2015-09-24 | model/comware: ignore lines with uptime (ingore case!) for real | Roman Pertl | |
2015-09-21 | Update powerconnect.rb | skares | |
Add :ssh Username and Password login. | |||
2015-09-14 | Merge branch 'master' of github.com:ytti/oxidized0.8.0 | Saku Ytti | |
2015-09-14 | Fix new line removal | Saku Ytti | |
Probably the intention was cfg.each_line.to_a[1..-3].map(&:rstrip).join("\n") But as it's just incorrectly removed new line from last line, clearly the rstrip has not been needed, so not gonna add it unless proven that it's needed. Spotted by @nickhilliard | |||
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-09-06 | Fix Regex Warning | MrRJ45 | |
Fixing Regex Warning on Console: /var/lib/gems/2.1.0/gems/oxidized-0.7.2/lib/oxidized/model/routeros.rb:10: warning: nested repeat operator '+' and '?' was replaced with '*' in regular expression: /\[(?:\d+)?(/ | |||
2015-09-02 | Added support for non-enabled users. Also comment out "show slots" | Falk Stern | |
2015-08-26 | Add support for MRV MasterOS | Hannes Rist | |
2015-08-20 | fix ZynOS capitalization | Saku Ytti | |
2015-08-20 | Added support for Zyxel ZynOS | Saku Ytti | |
Model: SAM1316-22 STU-C ZyNOS version: V3.53(BVE.2) | |||
2015-08-15 | Update routeros.rb | MrRJ45 | |
Fix Prompt as RouterOS seems to send a lot of rubbish (at least using Telnet) Add support for Telnet on RouterOS. Strip any colours from the output also. | |||
2015-07-09 | Added support for EdgeOS | laf | |
2015-06-18 | Merge pull request #136 from FlorianDoublet/ironwareModif | ytti | |
Remove more uptime lines | |||
2015-06-18 | Remove more uptime lines | root | |
2015-06-17 | Merge pull request #134 from FlorianDoublet/ironwareModif | ytti | |
fix regexp error with ruby 2.1 | |||
2015-06-17 | fix regexp error with ruby 2.1 | root | |
2015-06-08 | Merge pull request #127 from FlorianDoublet/ironwareModif | ytti | |
Delete more uptime line, temp line, speed line, for few ironware models | |||
2015-06-08 | Delete more uptime line, temp line, speed line, for few models | florian | |
2015-05-05 | Merge branch 'master' into panos | rivo nurges | |
2015-05-05 | Palo Alto PAN-OS support | rivo nurges | |
2015-04-28 | Skip Datetime and Uptime from system information | rivo nurges | |
2015-04-22 | When clustered, colon appears in ScreenOS prompt | rivo nurges | |
2015-04-21 | Fix pre_logout in case the configuration is not saved and ScreenOS asks for ↵ | rivo nurges | |
confirmation | |||
2015-04-21 | Fix screenos prompt regex | rivo nurges | |
2015-04-20 | Merge pull request #107 from FlorianDoublet/ironwareModif | ytti | |
Added a less strict prompt | |||
2015-04-20 | Added a less strict prompt | florian | |
Added less strict prompt | |||
2015-04-17 | Merge pull request #106 from FlorianDoublet/ironwareModif | ytti | |
Changed prompt (too strict) | |||
2015-04-17 | Changed prompt (too strict) | florian | |
Changed prompt (too strict) | |||
2015-04-16 | Merge branch 'master' of https://github.com/ytti/oxidized | Saku Ytti | |
2015-04-16 | add StringScanner | Saku Ytti | |
there are numerous use-cases for this in models, no point to load in models separately | |||
2015-04-16 | Add support for PowerConnect 62xx | Tom Laermans | |
The pager prompt on the PowerConnect 62xx family does not have a leading space; fixed the expect regex. Also added 6224/6248 to the block ignore regex. | |||
2015-04-16 | Add support for HP Comware SMB switches | Tom Laermans | |
Some SMB HP switches (V1910, V1920) run Comware, but have the CLI hidden behind a "secret" toggle - it needs to be activated by _cmdline-mode on. The password to enable it varies per model, so this patch introduces a new var, comware_cmdline to contain the password. Unfortunately we cannot easily autodetect this, as only the "summary" command can give us the model number, but this command is paged and we cannot disable the pager until we are in the full CLI. Tested on HP V1910-24G-POE. | |||
2015-04-14 | Merge pull request #103 from FlorianDoublet/ironwareModif | ytti | |
Add a pre_logout for some devices | |||
2015-04-14 | Add a pre_logout for some devices | florian | |
Add an other post_login for some devices and a pre_logout |