1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 21:38:27 +00:00
thatmattlove-hyperglass/hyperglass/execution
Paul Tobias 8b051291f7
ssh_netmiko.py: Add read_timeout to send_command()
When a command runs for more than 10 seconds (for example traceroute), then the web UI shows "Something went wrong.".
This happens because the default timeout for send_command() is 10 seconds: https://github.com/ktbyers/netmiko/blob/develop/netmiko/base_connection.py#L1664-L1668
2026-03-11 17:25:20 +07:00
..
drivers ssh_netmiko.py: Add read_timeout to send_command() 2026-03-11 17:25:20 +07:00
__init__.py Refactor connection handling to support any transport drivers with a common API 2020-07-23 09:20:04 -07:00
main.py remove unnecessary logging 2024-06-30 23:54:37 -04:00