エージェント設定ファイルはサーバの以下ディレクトリに格納されます。The agent configuration file is stored in the following directory on the server.
Code Block | ||
---|---|---|
| ||
/opt/servwatch-agent/config/default.json |
設定ファイルはJSONフォーマットで以下項目を含みます。The configuration file is in JSON format and contains the following items.
Code Block | ||
---|---|---|
| ||
{ "device_id":"<DEVICE_ID>", // デバイスID(ホスト名)Device ID(hostname) "user_id":"<USER_ID>", // Servwatch user ServwatchユーザIDID "device_token":"<DEVICE_TOKEN>", // ServwatchデバイストークンServwatch device token "watch_service": "<SERVICE1>,<SERVICE2>,.." // サービス監視設定 List the services you want to monitor, separated by commas. } |
Element |
---|
Description |
---|
device_id |
デバイスID(ホスト名)
を設定します。エージェントインストール時に自動設定されます。Set the Device ID (hostname). It is automatically set when the agent is installed. |
user_id |
ServwatchユーザID
を設定します。エージェントインストール時に自動設定されます。Set the Servwatch user ID. It is automatically set when the agent is installed. |
device_token |
Servwatchデバイストークン
を設定します。エージェントインストール時に自動設定されます。Set the Servwatch device token. It is automatically set when the agent is installed. |
watch_service |
サービス監視設定
を設定します。サービス名をそのままカンマ区切りでリストします。サービス名の追加・削除時はエージェントの再起動が必要です
Set the process monitoring settings. List the service names as they are, separated by commas. It is necessary to restart the agent when adding / deleting the service name. (restart agent)
|