summaryrefslogtreecommitdiff
path: root/lib/oxidized
AgeCommit message (Collapse)Author
2017-01-31Filter out rogue client alerts from AireOSRoss W
2017-01-24Don't show error is unsupportedvppencilsharpener
This is the proposed fix for issue #669. Let me know if there is anything that I need to fix. This appears to be working correctly for the switch I have in house (S2400-24P). However the model is not working for the Aruba Instant AP (IAP) (virtual) controller. I hope to submit a fix for those once I have it working. The problems with that device appear to be unrelated to these changes as the prompt is incorrect.
2017-01-25Updatembakerbp
2017-01-24Requested changesmbakerbp
2017-01-24GPG support workingmbakerbp
2017-01-24GPG supportmbakerbp
2017-01-24Updatembakerbp
2017-01-24Syntax errormbakerbp
2017-01-24Untested GPG workmbakerbp
2017-01-19Tweak the white space for cleaning.vppencilsharpener
2017-01-18Update ironware.rbdevicenull
Some Brocade devices only have two possible fan speeds. Previously, this only handled three levels of fan speeds. Updated regex will handle both of these cases: Fan 1 ok, speed (auto): 1<->[[2]] Fan 1 ok, speed (auto): 1<->[[2]]<->3
2017-01-11Ignore fan speed changes for ironwaredevicenull
Brocade ICX/FCX log fan speed changes like this: Fan ok, speed (auto): 1<->[[2]]<->3 Fan ok, speed (auto): [[1]]<->2<->3 Remove the current fan speed from the configuration to prevent lots of useless changes from being logged.
2017-01-10Ensure config gets returned even if no replacements are donedevicenull
2017-01-10Mask out configuration date for fiberdriverdevicenull
Our fiberdriver devices report a timestamp during 'show running-config', which results in a config diff on every run. This patch removes the '+! Configuration saved on 2017/01/10 14:21:20' line from the config, as well as a couple other useless status messages
2017-01-10Add support for telnetJason Lixfeld
2017-01-09Ignore undefined UTF8 in ironware.rbdevicenull
We have some Brocade MLX devices that are triggering 'raised Encoding::UndefinedConversionError with msg ""\xFF" from ASCII-8BIT to UTF-8"'. Update the ironware.rb file to ignore undefined UTF8 as well as invalid UTF8
2017-01-09adding zhone OLT/MX GPON/MetroE/DSL gearRobert Drake
2016-12-27Hide remaining passwordsGaëtan DUCHAUSSOIS
2016-12-27Update ios.rbGaëtan Duchaussois
Do the terminal configure after enable since it might be prohibited in non ena
2016-12-14delete secret password if it is called secretmattttv
2016-12-12bump up version0.19.0Saku Ytti
2016-12-12Recursively search from one dir above specifiedSaku Ytti
Fixes #626
2016-12-07Fix suggested by ytti for issue #610Mike Rostermund
2016-12-07Remove trailing whitespace and enable prompt detectionThane Gill
Fixes: #630
2016-12-06Update eos.rbjbaker48
2016-12-06exclude time from outputjbaker48
2016-12-04New hook: awssns - Publish messages to AWS SNS topicsNat Morris
2016-11-19Updated config optionsNeil Lathwood
2016-11-19Added option to disable ssl verification checks for http sourceNeil Lathwood
2016-11-18Update ciscosmb.rbAtroskelis
Added old commands in case of different CLI variations.
2016-11-18Update ciscosmb.rbAtroskelis
Forgot the username prompt change.
2016-11-18Update ciscosmb.rbAtroskelis
Adapted for SG series, not sure about SF. Please test.
2016-11-11expect prompt after entering enable passwordSaku Ytti
2016-11-10add support for PLANET SG switchesFlorian Klink
So far, only SGS switches were supported. Now, we check the model type during the 'show version' command, and only execute the 'show transceiver details' command in case an SGS switch was detected (as its not supported on SG models). We will also strip lines containing the current System Time and Uptime. These only appear on SG models, but it's a good idea to strip them anyways.
2016-11-09renamed alvarion -> alvarion.rbRobert Drake
I believe from this: require File.join dir, file+'.rb' That the only way this model would work is if it has a .rb extension. I don't have any of these devices to test if this works.
2016-11-07Merge pull request #606 from rfdrake/dlinkytti
This adds support for D-Link switches
2016-11-04Merge pull request #608 from rfdrake/trangoytti
Added support for Trango/Trangolink-45
2016-11-04Merge pull request #607 from rfdrake/hatterasytti
This adds support for Hatteras Networks devices
2016-11-04This adds support for Hatteras Networks devicesRobert Drake
2016-11-04This adds support for D-Link switchesRobert Drake
This specifically supports DES-3526/3550 series switches.
2016-11-04This adds support for the Casa C1G CMTSRobert Drake
This will probably work for the other Casa CMTS as well.
2016-11-04Added support for Trango/Trangolink-45Robert Drake
I only have the Trangolink-45 so I'm not sure which other radios this might support.
2016-11-01expect prompt after sending enable passwordSaku Ytti
2016-10-31Update dnos.rbjackson-tim
Handles old DNOS switches that do not allow term length 0 prior to enable, and double exits in case of enable..
2016-10-31add Planet SGS switchesFlorian Klink
2016-10-31it shouldn't be a private methodSaku Ytti
2016-10-31Allow model to specify SSH PTY optionsSaku Ytti
2016-10-27add support for the HPE BladeSystemFlorian Klink
2016-10-26return nil if we can't find fileSaku Ytti
unsure if we really should, or just raise the error and let consumer of fetch decide what to do with the error
2016-10-26fetch should return string, not arraySaku Ytti
Also if group was explicitly given, we referred to wrong directory