OpsCenter の無料保持データを別のクラスタにセットアップしようとしましたが、エラーが発生しました:
WARN: Unable to find a matching cluster for node with IP [u'x.x.x.1']; the message was {u'os-load': 0.35}. This usually indicates that an OpsCenter agent is still running on an old node that was decommissioned or is part of a cluster that OpsCenter is no longer monitoring.
クラスター内の 2 番目のノードの同じエラー:(
しかし、クラスター構成で [dse].enterprise_override = true を設定すると、すべて正常に動作します。
私の設定は次のとおりです。
user@casnode1:~/opscenter/conf/clusters# cat ClusterTest.conf
[jmx]
username =
password =
port = 7199
[kerberos_client_principals]
[kerberos]
[agents]
[kerberos_hostnames]
[kerberos_services]
[storage_cassandra]
seed_hosts = x.x.x.2
api_port = 9160
connect_timeout = 6.0
bind_interface =
connection_pool_size = 5
username =
password =
send_thrift_rpc = True
keyspace = OpsCenter2
[cassandra]
username =
seed_hosts = x.x.x.1, x.x.x.4
api_port = 9160
password =
問題は、OpsCenter コミュニティで別のクラスタをセットアップして opscenter データを保持することは可能かということです。
OpsCenter のバージョンは 4.0.3 です