Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-25 | Update | mbakerbp | |
2017-01-24 | Requested changes | mbakerbp | |
2017-01-24 | GPG support working | mbakerbp | |
2017-01-24 | GPG support | mbakerbp | |
2017-01-24 | Update | mbakerbp | |
2017-01-24 | Syntax error | mbakerbp | |
2017-01-24 | Untested GPG work | mbakerbp | |
2017-01-19 | Merge pull request #668 from vppencilsharpener/WhiteSpaceTweak | ytti | |
Tweak the white space for cleaning. | |||
2017-01-19 | Tweak the white space for cleaning. | vppencilsharpener | |
2017-01-19 | Merge pull request #667 from devicenull/patch-6 | ytti | |
Update ironware.rb | |||
2017-01-18 | Update ironware.rb | devicenull | |
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-11 | Merge pull request #665 from devicenull/patch-4 | ytti | |
Add suggestion to set `ip` variable in CSV reader | |||
2017-01-11 | Add suggestion to set `ip` variable in CSV reader | devicenull | |
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-11 | Merge pull request #664 from devicenull/patch-3 | ytti | |
Ignore fan speed changes for ironware | |||
2017-01-11 | Ignore fan speed changes for ironware | devicenull | |
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-10 | Merge pull request #662 from devicenull/patch-2 | ytti | |
Mask out configuration date for fiberdriver | |||
2017-01-10 | Ensure config gets returned even if no replacements are done | devicenull | |
2017-01-10 | Mask out configuration date for fiberdriver | devicenull | |
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-10 | Merge pull request #661 from jlixfeld/master | ytti | |
Add support for telnet | |||
2017-01-10 | Add support for telnet | Jason Lixfeld | |
2017-01-09 | Merge pull request #659 from devicenull/patch-1 | ytti | |
Ignore undefined UTF8 in ironware.rb | |||
2017-01-09 | Ignore undefined UTF8 in ironware.rb | devicenull | |
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-09 | Merge pull request #658 from rfdrake/zhoneolt | ytti | |
adding zhone OLT/MX GPON/MetroE/DSL gear | |||
2017-01-09 | adding zhone OLT/MX GPON/MetroE/DSL gear | Robert Drake | |
2016-12-27 | Merge pull request #653 from gaetronik/ios_set_branch_hide_all_password | ytti | |
Hide remaining passwords | |||
2016-12-27 | Hide remaining passwords | Gaëtan DUCHAUSSOIS | |
2016-12-27 | Merge pull request #652 from gaetronik/ios_set_term_after_ena | ytti | |
IOS: Configure terminal after enable | |||
2016-12-27 | Update ios.rb | Gaëtan Duchaussois | |
Do the terminal configure after enable since it might be prohibited in non ena | |||
2016-12-21 | Merge pull request #648 from mattttv/master | ytti | |
documention: debug inside input is now boolean | |||
2016-12-21 | documention: debug inside input is now boolean | mattttv | |
2016-12-20 | changing ios gsub | nertwork | |
2016-12-20 | Quagga fix | nertwork | |
2016-12-20 | Quagga fix | nertwork | |
2016-12-20 | merging with yitti | nertwork | |
2016-12-20 | adding in the Quagga.conf file for cumulus | nertwork | |
2016-12-20 | Merge 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-14 | Merge pull request #641 from mattttv/master | ytti | |
delete secret password if it is called secret | |||
2016-12-14 | delete secret password if it is called secret | mattttv | |
2016-12-12 | bump up version0.19.0 | Saku Ytti | |
2016-12-12 | update changelogs | Saku Ytti | |
2016-12-12 | Recursively search from one dir above specified | Saku Ytti | |
Fixes #626 | |||
2016-12-07 | Merge pull request #635 from SaaldjorMike/fix_cisco_smb_username_prompt | ytti | |
Fix Cisco SMB prompt suggested by ytti | |||
2016-12-07 | Fix suggested by ytti for issue #610 | Mike Rostermund | |
2016-12-07 | Merge pull request #634 from thanegill/master | ytti | |
[AOWS] Remove trailing whitespace and enable prompt detection | |||
2016-12-07 | Remove trailing whitespace and enable prompt detection | Thane Gill | |
Fixes: #630 | |||
2016-12-07 | Merge pull request #633 from jbaker48/master | ytti | |
exclude time from show run output | |||
2016-12-06 | Update eos.rb | jbaker48 | |
2016-12-06 | exclude time from output | jbaker48 | |
2016-12-04 | Merge pull request #628 from natm/master | ytti | |
New hook: awssns - Publish messages to AWS SNS topics | |||
2016-12-04 | New hook: awssns - Publish messages to AWS SNS topics | Nat Morris | |