summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-11Merge pull request #716 from davama/masterytti
nxos.rb: Add secret block
2017-02-11Merge pull request #715 from Netflix-Skunkworks/only-next-with-new-threadytti
Next with new thread functionality (v2)
2017-02-10nxos.rb: Add secret blockDave
Took config from our local setup. Adding since it does not have it
2017-02-10fix /next guardSaku Ytti
2017-02-10guard adding job via configuration optionSaku Ytti
2017-02-10add one thread when requesting next via APISaku Ytti
2017-02-10Merge pull request #712 from Ultra2D/issue-681ytti
Procurve convert next line (NEL) to new line
2017-02-10Merge pull request #711 from Ultra2D/comware-secretytti
Remove (some) secrets from Comware config
2017-02-10Procurve convert next line (NEL) to new lineUltra2D
2017-02-10Remove (some) secrets from Comware configUltra2D
2017-02-08Merge pull request #704 from vppencilsharpener/ArubaIAP_MASytti
Aruba IAP MAS
2017-02-07Merge branch 'master' into ArubaIAP_MASTim Pray
2017-02-07Better notes and fix a mistake in the secret linesTim Pray
2017-02-07Modify to support IAP, Instant Controller and Mobility Access SwitchesTim Pray
2017-02-06Merge pull request #700 from mediumo/masterytti
changed "diagnose autoupdate version" behaviour, since with every upd…
2017-02-06changed "diagnose autoupdate version" behaviour, since with every update of ↵root
signatures the config version is changed
2017-02-06Merge pull request #698 from mediumo/masterytti
added secret removal for fortiOS
2017-02-06nicer regex for both password variants of fortiOSroot
2017-02-06added secret removal for fortiOSroot
2017-02-05Merge pull request #694 from wendelj/masterytti
Cleaner way to fix older IronWare devices
2017-02-04Cleaner way to fix older IronWare devicesJason Wendel
This works on older IronWare devices without needing a sleep between each command.
2017-02-04Merge pull request #693 from wendelj/masterytti
Restore compatibility with older versions of IronWare
2017-02-03Restore compatibility with older versions of IronWareJason Wendel
Remove \r from the "enable" command. Both \r and \n are interpreted the same on older versions, causing a blank line to be sent as the enable password. Add a delay between the sending of the "logout" command and each "exit" command. Older devices don't seem to be able to keep up with the speed the commands are sent without a delay.
2017-02-04Merge pull request #692 from kgasso/masterytti
Updating fabricos.rb to ignore dynamic fields
2017-02-03Update fabricos.rbK. Gasso
Ignore Uptime/Power/Date fields in chassisShow and configShow
2017-02-03Merge pull request #690 from InsaneSplash/drop-network-prefixytti
feature: support an IP Address provided with a netmask
2017-02-03Updated split to be more efficient, thanks ytti!Richard Mayhew
2017-02-03feature: support IP Addressed provided with a netmaskRichard Mayhew
2017-02-02Merge pull request #683 from davama/masterytti
Add git build to README
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