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

Add ZMQ connection check to watchdog SGX check #1014

Closed
alexgex opened this issue Nov 28, 2023 · 2 comments · Fixed by #1111 or #1123
Closed

Add ZMQ connection check to watchdog SGX check #1014

alexgex opened this issue Nov 28, 2023 · 2 comments · Fixed by #1111 or #1123
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alexgex
Copy link
Contributor

alexgex commented Nov 28, 2023

For now SGX healthcheck is implemented using HTTPS connection. ZMQ connection check should be added as a part of general SGX check.

The changes should be made in the following containers:

  • skale-api
  • skale-watchdog
  • skale-checks
@alexgex alexgex added the enhancement New feature or request label Nov 28, 2023
@alexgex alexgex added this to the SKALE 2.4 milestone Nov 28, 2023
@alexgex alexgex self-assigned this Nov 28, 2023
@PolinaKiporenko PolinaKiporenko moved this from To Do to Ready For Pickup in SKALE Engineering 🚀 Jan 25, 2024
@PolinaKiporenko PolinaKiporenko moved this from Ready For Pickup to To Do in SKALE Engineering 🚀 Jan 25, 2024
@PolinaKiporenko PolinaKiporenko moved this from To Do to Ready For Pickup in SKALE Engineering 🚀 Jan 25, 2024
@PolinaKiporenko PolinaKiporenko modified the milestones: SKALE 2.4, SKALE 2.5 Apr 30, 2024
@alexgex alexgex linked a pull request Sep 26, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Ready For Pickup to Ready For Release Candidate in SKALE Engineering 🚀 Sep 30, 2024
@OleksanderSalamatov
Copy link

Blocker: skalenetwork/sgx.py#174

@badrogger badrogger linked a pull request Oct 30, 2024 that will close this issue
@OleksanderSalamatov
Copy link

OleksanderSalamatov commented Nov 4, 2024

Verified

skale-admin: 2.8.0-beta.2

Logs:

{"data": {"status_zmq": false, "status_https": true, "sgx_wallet_version": "1.9.0"}, "error": null}
root@Regression-5:~# skale health sgx
┌───────────────────┬──────────────────────────────────────────────────────────────────────┐
│ SGX info          │                                                                      │
├───────────────────┼──────────────────────────────────────────────────────────────────────┤
│ Server URL        │ https://140.82.27.1:1026                                             │
│ SGXWallet Version │ 1.9.0                                                                │
│ Node SGX keyname  │ NEK:fb82dd8f59f4064fabb84fee5dbe79745d7072c2e4918f6c02ffbeac961c6719 │
│ Status HTTPS      │ True                                                                 │
│ Status ZMQ        │ False                                                                │
└───────────────────┴──────────────────────────────────────────────────────────────────────┘

@EvgeniyZZ EvgeniyZZ moved this from QA to Done in SKALE Engineering 🚀 Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants