summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-02AdjustmentsDave
2017-02-02Added git buildDave
2017-01-31Merge pull request #679 from rwolfson/filterupdatesytti
Filter out rogue client alerts from AireOS
2017-01-31Filter out rogue client alerts from AireOSRoss W
2017-01-26Merge pull request #675 from vppencilsharpener/aoswCleanOutputytti
Don't show error is unsupported
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-25Merge pull request #674 from bulletproofnetworks/masterytti
Add GPG support for reading router.db
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-19Merge pull request #668 from vppencilsharpener/WhiteSpaceTweakytti
Tweak the white space for cleaning.
2017-01-19Tweak the white space for cleaning.vppencilsharpener
2017-01-19Merge pull request #667 from devicenull/patch-6ytti
Update ironware.rb
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-11Merge pull request #665 from devicenull/patch-4ytti
Add suggestion to set `ip` variable in CSV reader
2017-01-11Add suggestion to set `ip` variable in CSV readerdevicenull
We have around ~1000 nodes, and oxidized was taking 30s to do the initial config load. After adding the 'ip' variable to our CSV, load time dropped to less than 1 second.
2017-01-11Merge pull request #664 from devicenull/patch-3ytti
Ignore fan speed changes for ironware
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-10Merge pull request #662 from devicenull/patch-2ytti
Mask out configuration date for fiberdriver
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-10Merge pull request #661 from jlixfeld/masterytti
Add support for telnet
2017-01-10Add support for telnetJason Lixfeld
2017-01-09Merge pull request #659 from devicenull/patch-1ytti
Ignore undefined UTF8 in ironware.rb
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-09Merge pull request #658 from rfdrake/zhoneoltytti
adding zhone OLT/MX GPON/MetroE/DSL gear
2017-01-09adding zhone OLT/MX GPON/MetroE/DSL gearRobert Drake
2016-12-27Merge pull request #653 from gaetronik/ios_set_branch_hide_all_passwordytti
Hide remaining passwords
2016-12-27Hide remaining passwordsGaëtan DUCHAUSSOIS
2016-12-27Merge pull request #652 from gaetronik/ios_set_term_after_enaytti
IOS: Configure terminal after enable
2016-12-27Update ios.rbGaëtan Duchaussois
Do the terminal configure after enable since it might be prohibited in non ena
2016-12-21Merge pull request #648 from mattttv/masterytti
documention: debug inside input is now boolean
2016-12-21documention: debug inside input is now booleanmattttv
2016-12-20changing ios gsubnertwork
2016-12-20Quagga fixnertwork
2016-12-20Quagga fixnertwork
2016-12-20merging with yittinertwork
2016-12-20adding in the Quagga.conf file for cumulusnertwork
2016-12-20Merge remote-tracking branch 'upstream/master'nertwork
* upstream/master: (109 commits) delete secret password if it is called secret bump up version update changelogs Recursively search from one dir above specified Fix suggested by ytti for issue #610 Remove trailing whitespace and enable prompt detection Update eos.rb exclude time from output New hook: awssns - Publish messages to AWS SNS topics Updated config options Added option to disable ssl verification checks for http source Update ciscosmb.rb Update ciscosmb.rb Update ciscosmb.rb expect prompt after entering enable password add support for PLANET SG switches renamed alvarion -> alvarion.rb This adds support for Hatteras Networks devices This adds support for D-Link switches This adds support for the Casa C1G CMTS ...
2016-12-14Merge pull request #641 from mattttv/masterytti
delete secret password if it is called secret
2016-12-14delete secret password if it is called secretmattttv
2016-12-12bump up version0.19.0Saku Ytti
2016-12-12update changelogsSaku Ytti
2016-12-12Recursively search from one dir above specifiedSaku Ytti
Fixes #626
2016-12-07Merge pull request #635 from SaaldjorMike/fix_cisco_smb_username_promptytti
Fix Cisco SMB prompt suggested by ytti
2016-12-07Fix suggested by ytti for issue #610Mike Rostermund