summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-07bug fixElvin Efendi
2015-12-04Merge pull request #7 from Shopify/pid-guardElvin Efendi
do not start new instance when there is one running
2015-12-04do not start new instance when there is one runningElvin Efendi
2015-12-04consider local repo mainElvin Efendi
2015-12-04Merge pull request #5 from Shopify/https-authElvin Efendi
user password username for github api
2015-12-04fix the specElvin Efendi
2015-12-04user password username for github apiElvin Efendi
2015-12-03Merge pull request #4 from Shopify/better-loggingElvin Efendi
do not do syslog
2015-12-03do not do syslogElvin Efendi
2015-12-02Merge pull request #3 from Shopify/more-device-infoElvin Efendi
More device info
2015-11-23ignore frequently changing monitoring dataElvin Efendi
2015-11-23include executed command into outputElvin Efendi
2015-11-23use paranthesis for method callElvin Efendi
2015-11-23strip temprature and speed measurement from chassis environment outputElvin Efendi
2015-11-23include health and hardware info into configElvin Efendi
2015-11-16Merge pull request #1 from Shopify/github-hookElvin Efendi
a callback to push config changes to a remote repository
2015-11-13githubrepo hook specElvin Efendi
2015-11-13do not rescue general exceptionElvin Efendi
2015-11-13raise more specific exception when required key is not presentElvin Efendi
2015-11-13a callback to push config changes to a remote repositoryElvin Efendi
2015-11-13Merge pull request #2 from Shopify/testing-refactoringElvin Efendi
Testing refactoring
2015-11-13better test framework, more specs and Travis CIElvin Efendi
2015-10-20Merge pull request #122 from SaaldjorMike/remove-inventoryytti
Remove 'show inventory' from Cisco SMB model, since they do not recog…
2015-10-20Merge pull request #206 from skoef/masterytti
use different path for debug logging
2015-10-20Merge pull request #216 from nickhilliard/bf-comware-nul-promptytti
sometimes the comware prompt might have a leading nul char
2015-10-20Merge pull request #222 from erefre/patch-3ytti
Update README.md
2015-10-20Merge pull request #221 from erefre/patch-2ytti
add support for Dell networking OS, dnos
2015-10-20Update README.mderefre
2015-10-20add support for Dell networking OS, dnoserefre
Dell Force10 has changed model name from FTOS to DNOS
2015-10-12Merge pull request #215 from nickhilliard/nf-model-add-arris-c4ytti
Add support for Arris C4 CMTS
2015-10-11remove () from nul byte check in comware promptNick Hilliard
2015-10-11sometimes the comware prompt might have a leading nul charNick Hilliard
2015-10-11Add support for Arris C4 CMTSNick Hilliard
2015-10-04Merge pull request #212 from nickhilliard/bf-fix-ironware-arbitrary-nl2ytti
occasionally ironware randomly inserts extraneous blank lines
2015-10-03occasionally ironware randomly inserts extraneous blank linesNick Hilliard
2015-10-01Merge remote-tracking branch 'ytti/master'Reinier Schoof
2015-09-30Merge pull request #209 from nickhilliard/masterytti
Add documentation note about API URI
2015-09-30Add documentation note about API URINick Hilliard
2015-09-29use different path for debug loggingReinier 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-29Merge remote-tracking branch 'ytti/master'Reinier Schoof
2015-09-29Merge pull request #204 from tobiasa1/patch-1ytti
Ignore save-config warning after exit in XOS
2015-09-29Ignore save-config warning after exit in XOSTobias Andersson
2015-09-28Merge pull request #194 from skoef/masterytti
made IronWare compatible with older Foundry/Brocade switches
2015-09-28fixes #202Saku Ytti
2015-09-28Merge remote-tracking branch 'ytti/master'Reinier Schoof
Conflicts: lib/oxidized/model/ironware.rb
2015-09-28merged models for older and newerReinier 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-27Merge pull request #200 from nickhilliard/br-fix-asa-cmd-orderytti
move "show inventory" up
2015-09-27Merge pull request #199 from nickhilliard/br-fix-ironware-show-moduleytti
some ironware devices are fixed config => no modules
2015-09-27Merge pull request #198 from nickhilliard/br-fix-ironware-cmd-orderytti
put "show run" at the bottom of oxidized output
2015-09-26move "show inventory" up to stop "show run" from being sandwiched in between ↵Nick Hilliard
comments