clickcheck 0.3.0

Tool to analyze ClickHouse system tables, to detect potential issues for DBAs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
current = "dev"

[profiles.prod]
user = "admin"
password = "prodpass"
urls = [
    "https://ch1.prod",
    "https://ch2.prod",
]

[profiles.dev]
user = "default"
password = ""
urls = [
    "ch-cev-1.com",
    "ch-dev-2.com",
]