Skip to content

Update statsagent.md #117

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

Merged
merged 1 commit into from
Jun 16, 2025
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
4 changes: 4 additions & 0 deletions zq2/docs/nodes/monitoring/statsagent.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ docker run -td --restart=unless-stopped \
-e INSTANCE_NAME="validator name" \
-e PEER_ID="validator peer id" \
-e CONTACT_DETAILS="your email address" \
-e WS_PORT="4202" \
-e WS_SERVER="ws://stats.zq2-protomainnet.zilliqa.com" \
-e WS_SECRET="<secret value>" \
-e VERBOSITY="2" \
Expand Down Expand Up @@ -68,6 +69,8 @@ Customize the following environment variables based on your node and network set

- `CONTACT_DETAILS`: Your contact email address for identification.

- `WS_PORT`: The RPC admin port your Zilliqa node is listening on. Default is `4202`.

- `WS_SERVER`: WebSocket server URL for the stats page.

- Use `ws://stats.zq2-protomainnet.zilliqa.com` for protomainnet.
Expand All @@ -93,6 +96,7 @@ docker run -td --restart=unless-stopped \
-e INSTANCE_NAME="operator-name-validator" \
-e PEER_ID="12D3KooWC7W24XNeeKsoxCVsrKo4i3wbWxvBvuGoSyB26ua4eeA4"
-e CONTACT_DETAILS="operator@example.com" \
-e WS_PORT="4202" \
-e WS_SERVER="ws://stats.zq2-protomainnet.zilliqa.com" \
-e WS_SECRET="your-provided-secret" \
-e VERBOSITY="2" \
Expand Down