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

Fix conflicts #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

henrybarreto
Copy link
Member

No description provided.

This commit adds support for SSH endpoint monitoring. Users can now configure an
endpoint to be monitored using an SSH command by prefixing the endpoint's URL
with `ssh:\\`. The configuration options for an SSH endpoint include the port,
username, password, and command to be executed on the remote server. In
addition, two placeholders are supported for SSH endpoints: `[CONNECTED]` and
`[EXIT_CODE]`.

This commit also updates the README to include instructions on how to configure
SSH endpoints and the placeholders that can be used in their conditions.
The README has been updated to include the new SSH-related options in the
`endpoints[]` configuration object.

Here's a summary of the changes made in this commit:

- Added support for SSH endpoint monitoring
- Updated the documentation to include instructions on how to configure SSH endpoints and the placeholders that can be used in their conditions
remove `EXIT_CODE` placeholder in favor of `STATUS`, what already
exists, `port` attribute from SSH structure, setting it to URL as
optional, and `command`, passing it on to the body.
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