Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-23 | Add Ciena to README | Saku Ytti | |
Remove trailing whitespaces | |||
2015-11-23 | Merge pull request #241 from jgroom33/master | ytti | |
added support for Ciena SOAS 6.x device type | |||
2015-11-23 | added support for Ciena SOAS 6.x device type | Jeff Groom | |
2015-11-16 | Merge pull request #1 from Shopify/github-hook | Elvin Efendi | |
a callback to push config changes to a remote repository | |||
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 | Merge pull request #2 from Shopify/testing-refactoring | Elvin Efendi | |
Testing refactoring | |||
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2015-11-11 | Added upstart job for ubuntu RVM installs | Dan Baugher | |
2015-11-11 | Merge pull request #237 from danbaugher/master | ytti | |
Updated Readme to match model names | |||
2015-11-10 | Added a couple missing models. Fixed a typo in one of the names for the os. ↵ | Dan Baugher | |
Restructured the list to separate models and brands. Updated the names to match the model names. | |||
2015-11-06 | Merge pull request #233 from marnovdm/feature/minor-tweaks | ytti | |
Some minor tweaks for Oxidized | |||
2015-11-06 | release 0.9.0 | Saku Ytti | |
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-11-03 | Improve critical/pending/ok logic for nagios check | Marno van der Molen | |
2015-10-27 | Merge pull request #229 from hvt/patch-10.9.0 | ytti | |
Typo in Brocade NOS model | |||
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 | Merge pull request #222 from erefre/patch-3 | ytti | |
Update README.md | |||
2015-10-20 | Merge pull request #221 from erefre/patch-2 | ytti | |
add support for Dell networking OS, dnos | |||
2015-10-20 | Update README.md | erefre | |
2015-10-20 | add support for Dell networking OS, dnos | erefre | |
Dell Force10 has changed model name from FTOS to DNOS | |||
2015-10-12 | Merge pull request #215 from nickhilliard/nf-model-add-arris-c4 | ytti | |
Add support for Arris C4 CMTS | |||
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-04 | Merge pull request #212 from nickhilliard/bf-fix-ironware-arbitrary-nl2 | ytti | |
occasionally ironware randomly inserts extraneous blank lines | |||
2015-10-03 | occasionally ironware randomly inserts extraneous blank lines | Nick Hilliard | |
2015-10-01 | Merge remote-tracking branch 'ytti/master' | Reinier Schoof | |
2015-09-30 | Merge pull request #209 from nickhilliard/master | ytti | |
Add documentation note about API URI | |||
2015-09-30 | Add documentation note about API URI | 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 | Merge remote-tracking branch 'ytti/master' | Reinier Schoof | |
2015-09-29 | Merge pull request #204 from tobiasa1/patch-1 | ytti | |
Ignore save-config warning after exit in XOS | |||
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-27 | Merge pull request #198 from nickhilliard/br-fix-ironware-cmd-order | ytti | |
put "show run" at the bottom of oxidized output | |||
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 | |