Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

エージェント設定ファイルはサーバの以下ディレクトリに格納されます。The agent configuration file is stored in the following directory on the server.

Code Block
languagebash
/opt/servwatch-agent/config/default.json

設定ファイルはJSONフォーマットで以下項目を含みます。The configuration file is in JSON format and contains the following items.

Code Block
languagejson
{
  "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)

Code Block
pm2 restart servwatch_agent