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/drivers
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
..
tests fix import sorting 2024-03-17 16:04:41 -04:00
__init__.py implement generic http client; remove hyperglass-agent connection handler 2021-11-07 01:19:29 -07:00
_common.py clean up compat module 2022-12-26 10:03:56 -05:00
_construct.py format and lint 2025-06-14 21:44:20 -04:00
http_client.py upgrade major dependencies 2024-03-16 23:17:54 -04:00
ssh.py Update ssh.py 2025-09-29 20:29:05 -04:00
ssh_netmiko.py ssh_netmiko.py: Add read_timeout to send_command() 2026-03-11 17:25:20 +07:00