We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Omit non-relevant sections.
What is this issue about?
What use case would this solve? We should have a feature to monitor the process on a remote server.
What steps did you take when you found this issue?
What did you expect to happen?
What actually happened?
What go version and noti --version are you using?
go version
noti --version
The text was updated successfully, but these errors were encountered:
@variadico Golang doesn't have a feature-rich library to parse ~/.ssh/config and connect to servers over SSH. (like paramiko in Python).
~/.ssh/config
How do you propose we should connect to the remote server for getting PID status?
Sorry, something went wrong.
A workaround I'm using is:
noti -- ssh HOST 'bash -c "while [[ -d /proc/PID ]]; do sleep 10s; done"'
No branches or pull requests
Omit non-relevant sections.
Description
What is this issue about?
Use case
What use case would this solve?
We should have a feature to monitor the process on a remote server.
Steps to reproduce
What steps did you take when you found this issue?
Expected behavior
What did you expect to happen?
Actual behavior
What actually happened?
Version
What
go version
andnoti --version
are you using?The text was updated successfully, but these errors were encountered: