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

Create forkmon for EL monitoring #103

Closed
barnabasbusa opened this issue Jul 7, 2023 · 2 comments
Closed

Create forkmon for EL monitoring #103

barnabasbusa opened this issue Jul 7, 2023 · 2 comments
Assignees

Comments

@barnabasbusa
Copy link
Contributor

Use forkmon for monitoring EL block height:
https://hub.docker.com/layers/skylenet/nodemonitor/darkmode/images/sha256-84cb51d00aea5e226e7e32ccef298b03c1853afc42f5cbd291c4f5bffe3a6a7b?context=explore

@barnabasbusa barnabasbusa self-assigned this Jul 7, 2023
@barnabasbusa
Copy link
Contributor Author

I have tried to reference the el_service_name within a package of eth2-package? Looks like the def new_el_client_context(client_name, enr, enode, ip_addr, rpc_port_num, ws_port_num, engine_rpc_port_num, jwt_secret): are the only params available, and can't seem any easy way to reference a specific node pair's name. Ideally I want to have https://github.com/barnabasbusa/eth2-package/blob/main/src/el_forkmon/el_forkmon_launcher.star#L66
"Name": geth-lighthouse-0

When I add el_service_name as attribute to new_el_client_context https://github.com/kurtosis-tech/eth-network-package/blob/main/src/el/el_client_context.star#L1 each EL node will have no access to its node pair at the place of creation.
The only function that has access to both pairs seem to be https://github.com/kurtosis-tech/eth-network-package/blob/main/src/participant_network.star.

Not quite sure how to get the CL's to work with forkmon.

@barnabasbusa
Copy link
Contributor Author

Fixed: #107

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

No branches or pull requests

1 participant