Age | Commit message (Collapse) | Author |
|
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
|
|
Add suggestion to set `ip` variable in CSV reader
|
|
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.
|
|
Ignore fan speed changes for ironware
|
|
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.
|
|
Mask out configuration date for fiberdriver
|
|
|
|
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
|
|
Add support for telnet
|
|
|
|
Ignore undefined UTF8 in ironware.rb
|
|
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
|
|
adding zhone OLT/MX GPON/MetroE/DSL gear
|
|
|
|
Hide remaining passwords
|
|
|
|
IOS: Configure terminal after enable
|
|
Do the terminal configure after enable since it might be prohibited in non ena
|
|
documention: debug inside input is now boolean
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
...
|
|
delete secret password if it is called secret
|
|
|
|
|
|
|
|
Fixes #626
|
|
Fix Cisco SMB prompt suggested by ytti
|
|
|
|
[AOWS] Remove trailing whitespace and enable prompt detection
|
|
Fixes: #630
|
|
exclude time from show run output
|
|
|
|
|
|
New hook: awssns - Publish messages to AWS SNS topics
|
|
|
|
Added option to disable ssl verification checks for http source
|
|
|
|
|
|
Added SG support to ciscosmb.rb model
|
|
Added old commands in case of different CLI variations.
|
|
Forgot the username prompt change.
|
|
Adapted for SG series, not sure about SF.
Please test.
|
|
|
|
add support for PLANET SG switches
|
|
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.
|