Some Essential checks
Check keeper :
echo ruok | nc 127.0.0.1 9181
sudo systemctl restart clickhouse-keeper
Check cluster
SELECT * FROM system.clusters WHERE cluster='default';
Additional Keeper tests
Cluster monitoring
Should show:
echo ruok | nc 127.0.0.1 9181
sudo systemctl restart clickhouse-keeper
Check cluster
SELECT * FROM system.clusters WHERE cluster='default';
Should show:
No comments to display
No comments to display