Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | option to use ssh proxy command | Elvin Efendi | |
2016-01-18 | Merge pull request #270 from Shopify/fix-issue-268 | ytti | |
do not include executed command name in output | |||
2016-01-18 | do not include executed command name in output | Elvin Efendi | |
2016-01-17 | Added support for using basic auth in http source | laf | |
2016-01-15 | fixes issue #264 | Elvin Efendi | |
2016-01-06 | release 0.10.0 | Saku Ytti | |
2016-01-04 | merge version | Elvin Efendi | |
2016-01-04 | Merge remote-tracking branch 'upstream/master' into merge-upstream | Elvin Efendi | |
2015-12-29 | Fix groups vars. | Tyler Christiansen | |
Fixes ytti/oxidized#242. Fixes ytti/oxidized-web#38. Added a check to verify the key exists for a group before returning. Might fic a group issue in ytti/oxidized#171. | |||
2015-12-27 | expose git repo name and commit oid in hook mechanism and environment variables | Nick Hilliard | |
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-13 | do not commit when there is no diff | Elvin Efendi | |
2015-12-13 | refactor and fix bugs introduced with new changes | Elvin Efendi | |
2015-12-13 | let user configure which auth method to use | Elvin Efendi | |
2015-12-09 | keep the config output clean | Elvin Efendi | |
2015-12-08 | warn when there is a conflict | Elvin Efendi | |
2015-12-07 | pull origin/master before pushing | Elvin Efendi | |
2015-12-07 | bug fix | Elvin Efendi | |
2015-12-04 | do not start new instance when there is one running | Elvin Efendi | |
2015-12-04 | consider local repo main | Elvin Efendi | |
2015-12-04 | user password username for github api | Elvin Efendi | |
2015-12-03 | do not do syslog | Elvin Efendi | |
2015-12-01 | meh further hack not to barf on version for files | Saku Ytti | |
2015-11-25 | add placeholder 'version' method for file output | Saku Ytti | |
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 | githubrepo hook spec | Elvin Efendi | |
2015-11-13 | do not rescue general exception | Elvin Efendi | |
2015-11-13 | raise more specific exception when required key is not present | Elvin Efendi | |
2015-11-13 | a callback to push config changes to a remote repository | Elvin Efendi | |
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2015-11-03 | Revert crash logging on fqdn - seems to crash oxidized... | Marno van der Molen | |
2015-11-03 | Log crashes on node name instead of ip to ease troubleshooting | Marno van der Molen | |
2015-11-03 | Adds optional debug output when loading hosts (resolving DNS) | Marno van der Molen | |
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 #206 from skoef/master | ytti | |
use different path for debug logging | |||
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 | |