Skip to content

Conversation

adnull
Copy link

@adnull adnull commented Aug 11, 2024

According to #1081 this change adds websocket target support to monitor availability and functionality of websocket servers.

This probe provides features as follows:

  • Basic HTTP authentification
  • Bearer token
  • Arbitrary HTTP headers
  • Option to skip server certificate checking on connect
  • Send/Receive sequences with regexp matching to ensure the server is working correctly ( similar to the TCP probe)

New metrics:

  • probe_http_status_code: resulting http status code on connection
  • probe_is_upgraded: is the connection successfuly upgraded to a websocket connection
  • probe_failed_due_to_regex: 1 when send/receive sequence wasn't matched to server messages

@adnull adnull force-pushed the websocket-support branch from 19da630 to 9d8f9ec Compare August 11, 2024 17:08
@github-actions github-actions bot added the stale label Dec 30, 2024
@github-actions github-actions bot removed the stale label Feb 13, 2025
@github-actions github-actions bot added the stale label Apr 14, 2025
@sanya2022
Copy link

Any updates here?

@adnull
Copy link
Author

adnull commented Jun 6, 2025

Any updates here?

If only.. althrough the year isn't passed yet :)

@github-actions github-actions bot removed the stale label Jul 1, 2025
@github-actions github-actions bot added the stale label Sep 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants