Skip to content

Update _verify_keeper_using_mntr.mdx #4254

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
Aug 12, 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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Run the command below from a shell on `clickhouse-keeper-01`, `clickhouse-keeper
for `clickhouse-keeper-01` is shown below:

```bash
docker exec -it clickhouse-keeper-01 echo mntr | nc localhost 9181
docker exec -it clickhouse-keeper-01 /bin/sh -c 'echo mntr | nc 127.0.0.1 9181'
```

The response below shows an example response from a follower node:
Expand Down Expand Up @@ -67,4 +67,4 @@ zk_max_file_descriptor_count 18446744073709551615
zk_followers 2
zk_synced_followers 2
# highlight-end
```
```