mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-19 16:13:43 +00:00
17 lines
303 B
XML
17 lines
303 B
XML
<?xml version="1.0" ?>
|
|
<clickhouse>
|
|
<remote_servers>
|
|
<ntop_cluster>
|
|
<shard>
|
|
<replica>
|
|
<host>192.168.2.92</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>192.168.2.93</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</ntop_cluster>
|
|
</remote_servers>
|
|
</clickhouse>
|