Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-06 | Merge pull request #309 from natm/mrv_ignore_dates | ytti | |
MRV master-os: Ignore configuration timestamps | |||
2016-02-06 | ignore configuration dates | Nat Morris | |
2016-02-06 | set TERM | nopedial | |
2016-02-06 | Require ruby 2.0.0 or newer | Saku Ytti | |
Remove redundant 'build' task. | |||
2016-02-05 | bump up version | nopedial | |
2016-02-05 | version 0.12.00.12.0 | nopedial | |
2016-02-04 | Merge pull request #305 from Shopify/master | ytti | |
Strip system time value in fortios output | |||
2016-02-04 | Merge pull request #19 from Shopify/strip-fortigate-systime | Elvin Efendi | |
stripe system time value in fortigate | |||
2016-02-04 | stripe system time value in fortigate | Elvin Efendi | |
2016-02-04 | Merge pull request #304 from ocadotechnology/fix-ironware-fan-speed-percentage | ytti | |
Another fix for ironware fan speeds | |||
2016-02-04 | Another fix for ironware fan speeds | Mike Bryant | |
2016-02-03 | We didn't wait for prompt after enable | Saku Ytti | |
This makes the model racy, some might say broken. | |||
2016-02-03 | Merge pull request #303 from doogieconsulting/master | ytti | |
Removal of SNTP and Uptime comments | |||
2016-02-02 | Add EdgeSwitch Line Reject | Jacob Thomas | |
Addition of line reject to remove SNTP sync and uptime codes that change consistently into EdgeSwitch model file | |||
2016-02-02 | Merge remote-tracking branch 'ytti/master' | Jacob Thomas | |
2016-02-02 | add new models | Saku Ytti | |
2016-02-02 | Merge pull request #302 from ocadotechnology/add-opengear | ytti | |
Add OpenGear model | |||
2016-02-02 | Add OpenGear model | Mike Bryant | |
2016-02-02 | Merge pull request #301 from doogieconsulting/master | ytti | |
EdgeSwitch Model | |||
2016-02-01 | EdgeSwitch Model | Jacob Thomas | |
Add model file to suit Ubiquiti EdgeSwitch. Assumes enable password is disabled via SSH. | |||
2016-02-01 | Merge pull request #299 from ocadotechnology/fix-ironware-fan-again | ytti | |
Add another fan speed to the list of things to ignore for ironware (HI) | |||
2016-02-01 | Add another fan speed to the list of things to ignore for ironware (HI) | Mike Bryant | |
2016-01-29 | Merge pull request #296 from ocadotechnology/f5-model | ytti | |
Add F5 BIG-IP model | |||
2016-01-29 | Add F5 TMOS model | Mike Bryant | |
2016-01-28 | Merge pull request #295 from ocadotechnology/fix-docker-readme | ytti | |
Fix instructions for running the new docker image. Fixes #294 | |||
2016-01-28 | Fix instructions for running the new docker image. Fixes #294 | Mike Bryant | |
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 |