合成サーバーのコントローラへの接続

合成サーバーをインストールする前に、EUMサーバーのMySQLデータベースとEMUコレクタに接続するように合成サーバーを構成する必要がありました。このセクションでは、合成サーバーがコントローラに接続されるように inputs.groovy の構成を設定し、事前設定の正常性ルールとダッシュボードを作成できるようにします。

inputs.groovy ファイルで、以下のプロパティが設定されていることを確認します。括弧内のプレースホルダを、コントローラの情報と監視しているアプリケーションとティアの情報に置き換えます。

controller_host = "http(s)://<url_to_machine_running_controller>"     // The URL to your on-prem Controller
controller_port = "<port_number>"                                     // The default is 8090.
controller_account = "<controller_account>"                           // Account used for running post-deploy tasks
controller_username = "<controller_username>"                         // Username for making API calls to controller
prompt_for_password = "false"                                         // When false, the password below will be used without prompting.
controller_password = "<controller_password>"                         // Password used for username. It is not stored in any config files.
controller_synth_app = "<app_name_set_in_controller-info.xml>"        // This is the application shown in the Controller and is based on the value given in the <application-name> element in controller-info.xml.
controller_shepherd_entity = "<tier_name_set_in_controller-info.xml>" // This is the tier shown in the Controller and is based on the value given in the <tier-name> element in controller-info.xml