summaryrefslogtreecommitdiff
path: root/lib/oxidized/model
AgeCommit message (Collapse)Author
2016-02-22I guess no one uses telnet, which is nice.Saku Ytti
Edgeswitch spotted by @str4nd
2016-02-21Fix telnet 'wait for prompt' bugroedie
2016-02-20Merge pull request #323 from roedie/add-redbackytti
Add support for Ericsson Redback
2016-02-20Rename to IPOSroedie
2016-02-19Merge pull request #324 from roedie/add-motorola-wmytti
Add support for Motorola wireless controllers
2016-02-19Rename to be consistentroedie
2016-02-19Update descriptionroedie
2016-02-19adds support for Mellanox Switch devicesChristian Stein
2016-02-19Add comment marks to metadataroedie
2016-02-18Fix fortios more promptroedie
To make this work, the timeout must be high as wel. About 120 sec in my tests
2016-02-18Add support for Motorola wireless controllersroedie
2016-02-18Add support for Ericsson Redbackroedie
2016-02-17Added support for "show virtual-chassis" output on Junos EX and QFX switchesBen Cardy
2016-02-13Sort the config for AirOSTony Murray
Usually the config is sorted, but sometimes modifying the config moves things around. Using sort makes for nicer diffs.
2016-02-09Merge pull request #311 from Shopify/fortios-fixytti
strip the value of conf_file_ver
2016-02-09strip the value of conf_file_verElvin Efendi
2016-02-07additional secrets for IOSnopedial
2016-02-06Didnt handle no match foundNat Morris
2016-02-06ignore configuration datesNat Morris
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-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-18do not include executed command name in outputElvin Efendi
2016-01-04Merge remote-tracking branch 'upstream/master' into merge-upstreamElvin Efendi
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-09keep the config output cleanElvin Efendi
2015-12-07bug fixElvin Efendi
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-23added support for Ciena SOAS 6.x device typeJeff Groom
2015-11-13better test framework, more specs and Travis CIElvin Efendi