summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-02-07additional secrets for IOSnopedial
2016-02-06version 0.12.2nopedial
2016-02-06Didnt handle no match foundNat Morris
2016-02-06bump versionnopedial
2016-02-06Merge pull request #309 from natm/mrv_ignore_datesytti
MRV master-os: Ignore configuration timestamps
2016-02-06ignore configuration datesNat Morris
2016-02-06set TERMnopedial
2016-02-05bump up versionnopedial
2016-02-05version 0.12.00.12.0nopedial
2016-02-04stripe system time value in fortigateElvin Efendi
2016-02-04Another fix for ironware fan speedsMike Bryant
2016-02-03We didn't wait for prompt after enableSaku Ytti
This makes the model racy, some might say broken.
2016-02-02Add EdgeSwitch Line RejectJacob Thomas
Addition of line reject to remove SNTP sync and uptime codes that change consistently into EdgeSwitch model file
2016-02-02Merge pull request #302 from ocadotechnology/add-opengearytti
Add OpenGear model
2016-02-02Add OpenGear modelMike Bryant
2016-02-01EdgeSwitch ModelJacob Thomas
Add model file to suit Ubiquiti EdgeSwitch. Assumes enable password is disabled via SSH.
2016-02-01Add another fan speed to the list of things to ignore for ironware (HI)Mike Bryant
2016-01-29Add F5 TMOS modelMike Bryant
2016-01-28Merge pull request #293 from ocadotechnology/fix-ironware-fanytti
Account for the MED-HI fan speed in ironware
2016-01-28Account for the MED-HI fan speed in ironwareMike Bryant
2016-01-28Added the regex for variable sflow idsSander Wegter
2016-01-28Added a substitue for the changing sflow timeout commandSander Wegter
2016-01-28Enable secret handling for AOSWMike Bryant
2016-01-28Strip more temperature and voltage output from different modelsMike Bryant
2016-01-27Sort the nodes by last update on reloadMike 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-27If a reload operation changes the number of nodes, ensure @durations is updatedMike Bryant
Otherwise the average duration calculation will be wrong
2016-01-27Use the ceiling instead of the floor when calculating the desired number of jobsMike 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-27fixes #288Saku Ytti
2016-01-27release 0.11.0Saku Ytti
2016-01-26Strip CPU Fan SpeedMike Bryant
On a 6000 series `show inventory` contains a line like `M3mk1 CPU Fan Speed 6490 RPMs` that should be stripped
2016-01-25SSH does not prompt for username/passwordSaku 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-20option to use ssh proxy commandElvin Efendi
2016-01-18Merge pull request #270 from Shopify/fix-issue-268ytti
do not include executed command name in output
2016-01-18do not include executed command name in outputElvin Efendi
2016-01-17Added support for using basic auth in http sourcelaf
2016-01-15fixes issue #264Elvin Efendi
2016-01-06release 0.10.0Saku Ytti
2016-01-04merge versionElvin Efendi
2016-01-04Merge remote-tracking branch 'upstream/master' into merge-upstreamElvin Efendi
2015-12-29Fix 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-27expose git repo name and commit oid in hook mechanism and environment variablesNick Hilliard
2015-12-21Update fortios.rbasynet
Changing the regex makes possible to backup devices with FortiOS 4.x and long names
2015-12-17Identify Stackable SwitchesMrRJ45
Change how we identify stackable switches using the word "Unit" to identify this. This is more reliable than identifying the Model number.
2015-12-13do not commit when there is no diffElvin Efendi
2015-12-13refactor and fix bugs introduced with new changesElvin Efendi
2015-12-13let user configure which auth method to useElvin Efendi
2015-12-09keep the config output cleanElvin Efendi
2015-12-08warn when there is a conflictElvin Efendi
2015-12-07pull origin/master before pushingElvin Efendi
2015-12-07bug fixElvin Efendi