1

小さな問題があります。モニターと実行を構成する方法は?!

今、私はこの構成を使用しようとしましたが、これは機能しません。

2 つのサーバーがあります: 1. 模倣サーバー クライアント (178.216.200.170) 2. サーバー アプリケーション (178.216.200.48)

それらはファイルのように見えるべきですか?- monitor.conf (サーバー 2 - 178.216.200.48 で指定する必要があります) - TestingClassName.conf (サーバー 1 - 178.216.200.170 で指定する必要があります)

私がしようとしている:monitor.conf

[server]
host = 178.216.200.48
port = 8008
interval = .5
interface = eth0
[client]
host = 178.216.200.170
port = 8008

および TestingClassName.conf:

...
[monitor]
hosts=178.216.200.48
[178.216.200.48]
port=8008
description=My description

しかし、それは動作しませんか?

4

1 に答える 1

0

Nuxeo は私に次のように答えました。

必要なもの:

  • 監視する各サーバーの monitor.conf ファイル

  • ホストとポートをベンチャーから到達可能なものにバインドする

  • 各ホストで fl-monitor-ctl コマンドを実行するには

  • 監視対象ホストのリストを指すようにベンチャー構成をセットアップするには:

    [モニター]
    ホスト=178.216.200.48 178 178.216.200.170
    [178.216.200.48]
    ポート=8008
    description=初めてのサーバー
    [178.216.200.170]
    ポート=8008
    description=私の 2 番目のサーバー

その後、ベンチを実行します

于 2013-07-11T13:35:28.430 に答える