Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-28 | Merge pull request #293 from ocadotechnology/fix-ironware-fan | ytti | |
Account for the MED-HI fan speed in ironware | |||
2016-01-28 | Account for the MED-HI fan speed in ironware | Mike Bryant | |
2016-01-28 | Merge pull request #292 from Madpilot0/powerconnect-sflow-timeout | ytti | |
Powerconnect sflow timeout | |||
2016-01-28 | Added the regex for variable sflow ids | Sander Wegter | |
2016-01-28 | Added a substitue for the changing sflow timeout command | Sander Wegter | |
2016-01-28 | Merge pull request #291 from mikebryant/better-aosw | ytti | |
Better aosw collection | |||
2016-01-28 | Enable secret handling for AOSW | Mike Bryant | |
2016-01-28 | Strip more temperature and voltage output from different models | Mike Bryant | |
2016-01-27 | Merge pull request #289 from ocadotechnology/improve-job-durations | ytti | |
Improve job queuing | |||
2016-01-27 | Sort the nodes by last update on reload | Mike Bryant | |
Reloading sets the node queue to the original order. If Oxidized was restarted, collected a couple of nodes, and was then reloaded, the new queue would have a node with a recent last end time. Thus, no new nodes would be collected until the first one passed its interval. Here the nodes are sorted on reload, to maintain the queue invariant. | |||
2016-01-27 | If a reload operation changes the number of nodes, ensure @durations is updated | Mike Bryant | |
Otherwise the average duration calculation will be wrong | |||
2016-01-27 | Use the ceiling instead of the floor when calculating the desired number of jobs | Mike Bryant | |
If the number of jobs is large enough, using the floor won't guarantee completion within the desired interval. Example: - interval: 3600 - average duration: 5 - number of nodes: 900 This gives 1.25 as the desired number of threads. Flooring it means that nodes will only be collected once every ~75 minutes. By using the ceiling and slightly over-estimating the desired interval is achieved | |||
2016-01-27 | fixes #288 | Saku Ytti | |
2016-01-27 | release 0.11.0 | Saku Ytti | |
2016-01-26 | Merge pull request #286 from ocadotechnology/aruba-strip-rpms0.11.0 | ytti | |
Strip CPU Fan Speed | |||
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-22 | Merge pull request #280 from Shopify/master | ytti | |
option to use ssh proxy command | |||
2016-01-21 | Merge pull request #18 from Shopify/ssh-proxy | Elvin Efendi | |
SSH proxy command | |||
2016-01-21 | Merge pull request #278 from nickhilliard/master | ytti | |
fix typo in example section of oxidized-report-git-commits | |||
2016-01-21 | fix typo in example section of oxidized-report-git-commits | Nick Hilliard | |
2016-01-21 | option to use ssh proxy command | Elvin Efendi | |
2016-01-21 | Merge pull request #275 from nichy/patch-1 | ytti | |
Update README.md | |||
2016-01-21 | Merge pull request #274 from Shopify/ssh-proxy | ytti | |
option to use ssh proxy command | |||
2016-01-21 | Update README.md | nichy | |
Update outputs sample to create required parent directories | |||
2016-01-20 | option to use ssh proxy command | Elvin Efendi | |
2016-01-19 | Merge pull request #273 from ocadotechnology/wip-auto-reload-config | ytti | |
Add the option of automatically reloading the config | |||
2016-01-19 | Add the option of automatically reloading the config every X seconds. Fixes #271 | Mike Bryant | |
2016-01-19 | Switch to phusion's docker-baseimage, to get service management and process ↵ | Mike Bryant | |
reaping | |||
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-18 | Merge pull request #267 from MrRJ45/patch-2 | ytti | |
Update README.md | |||
2016-01-18 | Update README.md | MrRJ45 | |
Fixes #256 | |||
2016-01-17 | Merge pull request #266 from laf/http-basic-auth | ytti | |
Added support for using basic auth in http source | |||
2016-01-17 | Added support for using basic auth in http source | laf | |
2016-01-15 | Merge pull request #265 from Shopify/fix-issue-264 | ytti | |
fixes issue #264 | |||
2016-01-15 | fixes issue #264 | Elvin Efendi | |
2016-01-09 | Merge pull request #260 from will-h/patch-1 | ytti | |
Update README.md | |||
2016-01-09 | Update README.md | will-h | |
Minor doc updates | |||
2016-01-06 | release 0.10.0 | Saku Ytti | |
2016-01-04 | Merge pull request #250 from Shopify/master0.10.0 | ytti | |
refactoring, test coverage and github hook | |||
2016-01-04 | Merge pull request #17 from Shopify/merge-upstream | Elvin Efendi | |
Merge upstream | |||
2016-01-04 | use latest net-ssh | Elvin Efendi | |
2016-01-04 | return back build related tasks | Elvin Efendi | |
2016-01-04 | merge version | Elvin Efendi | |
2016-01-04 | Merge remote-tracking branch 'upstream/master' into merge-upstream | Elvin Efendi | |
2015-12-30 | Merge pull request #254 from supertylerc/214-bug/update-net-ssh-version | ytti | |
Update net-ssh version dependecy. | |||
2015-12-30 | Merge pull request #253 from supertylerc/242-bug/fix-groups-vars | ytti | |
Fix groups vars. | |||
2015-12-29 | Update net-ssh version dependecy. | Tyler Christiansen | |
Closes #214. | |||
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. |