Skip to content

Replace Python SSH layer with persistent Go SSH collector#243

Open
cijohnson wants to merge 1 commit into
mainfrom
ichristo/go-persistent-ssh-cluster-mon
Open

Replace Python SSH layer with persistent Go SSH collector#243
cijohnson wants to merge 1 commit into
mainfrom
ichristo/go-persistent-ssh-cluster-mon

Conversation

@cijohnson

Copy link
Copy Markdown
Collaborator

Introduces a Go-based SSH connection pool (go-collector) that maintains persistent connections per host, replacing the ephemeral Python parallel-SSH implementations (cvs_parallel_ssh_reliable, host_probe, jump_host_pssh). Adds ssh_manager.py and go_collector.py on the Python side to interface with the new daemon, and updates main.py and the Dockerfile/docker-compose accordingly.

Motivation

Technical Details

Test Plan

Test Result

Submission Checklist

Introduces a Go-based SSH connection pool (go-collector) that maintains persistent connections per host, replacing the ephemeral Python parallel-SSH implementations (cvs_parallel_ssh_reliable, host_probe, jump_host_pssh). Adds ssh_manager.py and go_collector.py on the Python side to interface with the new daemon, and updates main.py and the Dockerfile/docker-compose accordingly.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant