差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| ja:documentation:pandorafms:monitoring:03_remote_monitoring [2025/07/13 07:59] – [表示] junichi | ja:documentation:pandorafms:monitoring:03_remote_monitoring [2025/11/22 23:13] (現在) – [WMI でのリモート Windows モニタリング] junichi | ||
|---|---|---|---|
| 行 17: | 行 17: | ||
| ネットワークサーバは、割り当てられたタスクをマルチスレッドキューシステムを介して実行し、他の [[: | ネットワークサーバは、割り当てられたタスクをマルチスレッドキューシステムを介して実行し、他の [[: | ||
| - | You must have full visibility (IP addresses and ports) over which tests are going to be performed. This chapter also covers the Plugin server and WMI server. | + | You must have full visibility (IP addresses and ports) over which tests are going to be performed. This chapter also covers the [[: |
| - | 実行されるテストについて、完全な可視性(IPアドレスとポート)が必要です。この章では、プラグインサーバと WMI サーバについても説明します。 | + | どのテストを実行するかを完全に把握できる必要があります(IPアドレスとポート番号)。この章では、[[: |
| - | リモートテストを実行する他のサーバには、それ専用のドキュメントの章があります。 | + | |
| <wrap #ks3 /> | <wrap #ks3 /> | ||
| 行 172: | 行 171: | ||
| * **Custom ID**: allows you to store an ID of an external application to facilitate the integration of Pandora FMS with third-party applications. For example, a Configuration management database (CMDB). | * **Custom ID**: allows you to store an ID of an external application to facilitate the integration of Pandora FMS with third-party applications. For example, a Configuration management database (CMDB). | ||
| - | * **Interval**: | + | * **Interval**: |
| * **Post process**: for post-processing of the module (multiplying or dividing the returned value), for example when getting bytes and wanting to display the value in Megabytes. | * **Post process**: for post-processing of the module (multiplying or dividing the returned value), for example when getting bytes and wanting to display the value in Megabytes. | ||
| * **Min. Value** and **Max. Value**: Any value below the minimum or above the maximum will be taken as invalid and discarded. | * **Min. Value** and **Max. Value**: Any value below the minimum or above the maximum will be taken as invalid and discarded. | ||
| 行 181: | 行 180: | ||
| * **カスタムID(Custom ID)**: Pandora FMS とサードパーティアプリケーションの統合を容易にするために、外部アプリケーションの ID を保存できます。 たとえば、 // | * **カスタムID(Custom ID)**: Pandora FMS とサードパーティアプリケーションの統合を容易にするために、外部アプリケーションの ID を保存できます。 たとえば、 // | ||
| - | * **間隔(Interval)**: | + | * **間隔(Interval)**: |
| * **保存倍率(Post process)**: モジュールの事後処理です。モジュールの値に掛け算や割り算を行うのに便利です。例えば、バイト単位のデータをメガバイトで表示したい場合などです。 | * **保存倍率(Post process)**: モジュールの事後処理です。モジュールの値に掛け算や割り算を行うのに便利です。例えば、バイト単位のデータをメガバイトで表示したい場合などです。 | ||
| * **最小値(Min. Value)**: モジュールの最小値です。これより小さな数値は、不正とみなして破棄されます。 | * **最小値(Min. Value)**: モジュールの最小値です。これより小さな数値は、不正とみなして破棄されます。 | ||
| 行 534: | 行 533: | ||
| </ | </ | ||
| - | |||
| - | It is necessary to enable the **wmiserver** component in the Pandora FMS server configuration file. | ||
| - | |||
| - | Pandora FMS サーバ設定ファイルで **wmiserver** コンポーネントを有効にする必要があります。 | ||
| - | |||
| - | < | ||
| - | |||
| - | # wmiserver : 1 or 0. Set to 1 to activate WMI server with this setup | ||
| - | # DISABLED BY DEFAULT | ||
| - | | ||
| - | |||
| - | </ | ||
| Queries are made in WQL, a kind of Microsoft®-specific SQL language, for any object that appears in the WMI system database. | Queries are made in WQL, a kind of Microsoft®-specific SQL language, for any object that appears in the WMI system database. | ||
| 行 850: | 行 837: | ||
| 最後にプラグインの実行を有効にします。 | 最後にプラグインの実行を有効にします。 | ||
| + | [[ja: | ||
| ==== (OBSOLETE) 表示 ==== | ==== (OBSOLETE) 表示 ==== | ||