Skip to content
New issue

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

NMS-15431: Doc reference MinaSshMonitor on SshMonitor page #6273

Merged
merged 1 commit into from
Jun 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ During the poll, it attempts to connect on the specified port.
If the connection request is successful, then the service is considered up.
Optionally, the banner line the node provides may be parsed and compared against a pattern before the service is considered up.

== SshMonitor vs. MinaSshMonitor

The SshMonitor only tests that the SSH port is accepting connections.
The xref:service-assurance/monitors/MinaSshMonitor.adoc[MinaSshMonitor] also tests connecting and authenticating to a node via SSH.

== Monitor facts

[cols="1,7"]
Expand Down