ja:documentation:pandorafms:management_and_operation:13_remotemanagement

リモートシステムアクセス

Pandora FMS is a monitoring tool and uses other methods to allow operators to remotely control the monitored systems.

Pandora FMS は監視ツールであり、オペレータが監視対象システムを遠隔から制御できるようにするためには別の方法を使用します。

Command line interface

コマンドラインインターフェイス

Some systems, such as routers and switches, can be managed via Telnet or SSH and can only be accessed by issuing the corresponding command. An optional extension based on the Anytermd tool can be used for this purpose:

ルータやスイッチなどの一部のシステムは Telnet や SSH で管理することができ、対応するコマンドを発行することでのみアクセスできます。これを行うために、Anytermd ツールをベースとしたオプション の拡張機能を利用できます。

Graphical interface

グラフィカルインターフェイス

The standard tool in Pandora FMS to access remote computers (GNU/Linux®, Mac OS® or MS Windows®) is Pandora RC , a remote control tool that, being WEB, is totally integrated in the Pandora FMS interface.

PandoraFMS が持つリモートコンピュータ (GNU/Linux®、Mac OS® または MS Windows®) にアクセスする標準ツールは Pandora RC です。これは WEB 上にあるリモート操作ツールで、PandoraFMS インターフェイスに完全に統合されています。

Pandora RC is an internet-based remote computer access system (Software as a Service or SaaS) to connect to computers regardless of IP address changes, firewall or other problem.

Pandora RC は、IP アドレス、ファイアウォール、その他の問題にかかわらずコンピュータに接続する、インターネットベースのリモートコンピュータアクセスシステム(SaaS)です。

To enable it, it is necessary to activate the integration in its configuration section.

これを利用するには、設定画面で有効化する必要があります。

Menu Management Setup → Setup → Pandora RC.

管理(Management) メニュー → 設定(Setup) → システム設定(Setup) → Pandora RC へ進みます。

After that, it will be necessary to enter a valid login of a user registered in the Pandora RC service. This user will be used to authorize the remote connection to the devices with Pandora RC software installed.

その後、Pandora RC サービスに登録されたユーザが正しくログインをする必要があります。 このユーザは、Pandora RC ソフトウエアをインストールしたデバイスへのリモート接続を許可するために使用されます。

It is possible, although probably unnecessary, to use another Pandora RC provider editing the API Hostname (http://rc.pandorafms.com by default) and API Port (443 by default) fields.

通常は必要ではありませんが、APIホスト名 (デフォルトでは http://rc.pandorafms.com)と APIポート (デフォルトでは 443)フィールドを編集して別の Pandora RC プロバイダーを利用することができます。

Remember to test and verify that the connection is valid before saving changes.

変更を保存する前に、接続が正しくできるか確認することを忘れないようにしてください。

Once the connection is configured, you will be able to check that a new customized field appears in the agents edition view called eHorusID. This field should contain the ID of the Pandora RC agent to manage.

接続設定を行うと、eHorusID という新しいカスタムフィールドがエージェントビューに表示されることを確認できます。このフィールドには、管理する Pandora RC エージェントの ID が含まれています。

If you are using Pandora FMS 7.0 or later agents, they already support automatically a parameter to obtain automatically the eHorusID, by means of the following configuration token:

Pandora FMS エージェント 7.0 以降を使用している場合は、次の設定トークンを使用して自動的に eHorus ID を取得することができます。

ehorus_conf <path>

The configuration token supports the absolute path to a valid configuration file of a Pandora RC agent. The agent will create a custom field called eHorusID that contains the Pandora RC agent identification key.

設定トークンは、Pandora RC エージェントの有効な構成ファイルへの絶対パスをサポートしています。 エージェントは、Pandora RC エージェントの識別キーを含む eHorusID というカスタムフィールドを作成します。

The Pandora RC agent to be managed must be visible to the user configured in the integration configuration section.

管理対象の Pandora RC エージェントは、設定セクションで設定したユーザによって参照できる必要があります。

When the Pandora FMS agent has the Pandora RC agent identifier defined in its custom field, the administrator users or those with agent management permissions will see a new tab in the agent menu from which they can use the Pandora RC client from within Pandora FMS.

Pandora FMS エージェントがカスタムフィールドに Pandora RC エージェントの ID を保持している場合、管理者ユーザまたはエージェントの管理権限を持つユーザには、エージェントメニューに Pandora FMS から Pandora RC クライアントを利用することができる新たなタブが表示されます。

Once configured, you only have to click on any of the sections that the Pandora RC remote control extension of that agent presents: remote control via Shell, remote desktop, process view, services or file copy:

設定が完了したら、シェル経由のリモートコントロール、リモートテスクトップ、プロセス表示、サービス表示、ファイルのコピーといった、エージェントが提供する Pandora RC のリモートコントロール拡張の任意のセクションをクリックするだけです。

By clicking on any of the submenu options: Terminal, Display, Processes, Services, Files the following option will be displayed the button Launch.

ターミナル(Terminal), 表示(Display), 処理(Processes), サービス(Services), ファイル(Files) といった任意のサブメニューオプションをクリックすると、起動(Launch) ボタンが表示されます。

It is always recommended to use a local password in the Pandora RC agent. In case it is configured, it will be requested interactively.

常に Pandora RC エージェントのローカルパスワードを使用することを推奨します。設定されている場合は、インタラクティブにリクエストされます。

Once authenticated, you can access the interactive command line session (GNU/Linux with root permissions). It also works for Apple Mac® and MS Windows®:

一度認証されると、インタラクティブなコマンドラインセッションにアクセスできます(Linux® では root 権限となります)。Apple Mac® および MS Windows® でも同様に動作します。

If you are running Pandora FMS on MS Windows®, download the Mozilla CA certificate store in PEM format and add curl.cainfo={path}\cacert.pem to the php.ini file.

Pandora FMS を MS Windows® で動作させている場合、 Mozilla CA 証明書ストアを PEM フォーマットでダウンロードし、php.ini ファイルに curl.cainfo={path}\cacert.pem を追加してください。

For more information about remote management in Pandora FMS, see the next link.

Pandora FMS でのリモート管理について、より詳しい情報は こちらのリンク をご覧ください。

  • ja/documentation/pandorafms/management_and_operation/13_remotemanagement.txt
  • 最終更新: 2024/07/18 10:53
  • by kanayama