Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-09-29 | use different path for debug logging | Reinier Schoof | |
When I try to run oxidized as a different user, I get permission errors for oxidized tries to write debug logs (e.g. true-telnet) in current working directory which in my case is not writable for the non-privileged user. I think this can be improved by this change. 1) Why would you use CFG.input.debug?.to_s (which in this case will always be ‘true’) as a prefix at all 2) let’s use the crash directory for the debug output, as we know this is available and choose a more descriptive name | |||
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 |