ja:documentation:pandorafms:technical_annexes:25_pfms_new_wizard_component

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:technical_annexes:25_pfms_new_wizard_component [2024/04/12 08:44] – [WMI Plugin execution] junichija:documentation:pandorafms:technical_annexes:25_pfms_new_wizard_component [2024/04/15 06:00] (現在) – [WMI モジュールウィザード] junichi
行 241: 行 241:
   * **サーバプラグイン(Server plugin)**: これにより、コンポーネントによって生成された各モジュールとともに //プラグイン// サーバによって使用される、Pandora FMS コンソールに登録された //プラグイン// を示すことができます。 //プラグイン// を選択すると、それを使用する特定のフィールドがフォーム内に同時に表示されます。   * **サーバプラグイン(Server plugin)**: これにより、コンポーネントによって生成された各モジュールとともに //プラグイン// サーバによって使用される、Pandora FMS コンソールに登録された //プラグイン// を示すことができます。 //プラグイン// を選択すると、それを使用する特定のフィールドがフォーム内に同時に表示されます。
  
-=== Wizard WMI module ===+=== WMI モジュールウィザード ===
  
 Pandora FMS Console has a //plugin// already registered **recommended** for these components: Wizard WMI module. Pandora FMS Console has a //plugin// already registered **recommended** for these components: Wizard WMI module.
 +
 +Pandora FMS コンソールには、WMI モジュールウィザードのコンポーネント用に必要な //プラグイン// がすでに登録されています。
  
 {{  :wiki:img7_wizard_components.png  }} {{  :wiki:img7_wizard_components.png  }}
  
 The plugin's own fields accept the use of the macros for the WMI wizard and the macros ''_class_wmi_'' to get the WMI class name and ''_field_wmi_N_'' to get the names of the class fields used in each module. The plugin's own fields accept the use of the macros for the WMI wizard and the macros ''_class_wmi_'' to get the WMI class name and ''_field_wmi_N_'' to get the names of the class fields used in each module.
 +
 +プラグインの独自のフィールドでは、WMI ウィザード用のマクロと、WMI クラス名を取得するマクロ ''_class_wmi_'' および各モジュールで使用されるクラスフィールドの名前を取得するマクロ ''_field_wmi_N_'' を利用できます。
  
 The specific macros for the WMI wizard components that can be used in the fields of //plugin// type executions are: The specific macros for the WMI wizard components that can be used in the fields of //plugin// type executions are:
 +
 +//プラグイン// タイプの実行のフィールドで使用できる WMI ウィザードコンポーネントの特定のマクロは次のとおりです。
  
   * ''_address_'': IP address used in the WMI wizard. This macro will not be replaced when the //wizard// is launched in a policy.   * ''_address_'': IP address used in the WMI wizard. This macro will not be replaced when the //wizard// is launched in a policy.
行 255: 行 261:
   * ''_user_wmi_'': User used in the WMI wizard.   * ''_user_wmi_'': User used in the WMI wizard.
   * ''_pass_wmi_'': Password used in the WMI wizard.   * ''_pass_wmi_'': Password used in the WMI wizard.
 +
 +  * ''_address_'': WMI ウィザードで使用される IP アドレス。 このマクロは、ポリシーで //ウィザード// が起動されても置き換えられません。
 +  * ''_namespace_wmi_'': WMI ウィザードで使用される //名前空間//
 +  * ''_user_wmi_'': WMI ウィザードで使用されるユーザ。
 +  * ''_pass_wmi_'': WMI ウィザードで使用されるパスワード。
  
 The specific fields for WMI wizard components are: The specific fields for WMI wizard components are:
 +
 +WMI ウィザードコンポーネント特有のフィールドは次のとおりです。
  
   * **WMI class**: It refers to the WMI class to be used in the queries of the modules generated by the component. For example, //Win32_LogicalDisk//.   * **WMI class**: It refers to the WMI class to be used in the queries of the modules generated by the component. For example, //Win32_LogicalDisk//.
   * They can be used in other fields of this same form by means of the macro ''_class_wmi_''.   * They can be used in other fields of this same form by means of the macro ''_class_wmi_''.
 +
 +  * **WMI class**: これは、コンポーネントによって生成されたモジュールのクエリで使用される WMI クラスを指します。 たとえば、//Win32_LogicalDisk//
 +  * これらは、マクロ ''_class_wmi_'' を使用して、これと同じ形式の他のフィールドで使用できます。
  
 **Query key field**  ( ''_field_wmi_0_''  ) **Query key field**  ( ''_field_wmi_0_''  )
 +
 +**クエリキーフィールド**  ( ''_field_wmi_0_''  )
  
 It is the name of the key field that will be obtained in the WMI query used in the generated modules. Usually WMI classes have a key field that they always return in any query whether it is indicated or not. That would be the field that should be indicated here. For example, the key field of the //Win32_Processor// would be //DeviceID//. It is the name of the key field that will be obtained in the WMI query used in the generated modules. Usually WMI classes have a key field that they always return in any query whether it is indicated or not. That would be the field that should be indicated here. For example, the key field of the //Win32_Processor// would be //DeviceID//.
 +
 +これは、生成されたモジュールで使用される WMI クエリで取得されるキーフィールドの名前です。 通常、WMI クラスにはキーフィールドがあり、指定されているかどうかに関係なく、クエリで常にこのフィールドが返されます。 それがここで示されるべきフィールドです。 たとえば、//Win32_Processor// のキーフィールドは //DeviceID// になります。
  
 The name of this field can be obtained in other fields of the form through the macro ''_field_wmi_0_'', and the value that the field has for each record of the WMI query can be obtained through a macro with the same name of the field ''_FIELDNAME_''. These ''_FIELDNAME_'' macros can be used, among others, in the **Module name** and **Description** fields of the component, to generate names and descriptions dynamically. For example, for the **DeviceID** field the macro with the value would be ''_DeviceID_''. The name of this field can be obtained in other fields of the form through the macro ''_field_wmi_0_'', and the value that the field has for each record of the WMI query can be obtained through a macro with the same name of the field ''_FIELDNAME_''. These ''_FIELDNAME_'' macros can be used, among others, in the **Module name** and **Description** fields of the component, to generate names and descriptions dynamically. For example, for the **DeviceID** field the macro with the value would be ''_DeviceID_''.
 +
 +このフィールドの名前は、マクロ ''_field_wmi_0_'' を通じてフォームの他のフィールドで取得でき、WMI クエリの各レコードに対してフィールドが持つ値は、フィールドと同じ名前のマクロ ''_FIELDNAME_'' を通じて取得できます。これらの ''_FIELDNAME_'' マクロは、コンポーネントの **モジュール名** および **説明** フィールドなどで使用して、名前と説明を動的に生成できます。 たとえば、**DeviceID** フィールドの場合、値を含むマクロは ''_DeviceID_'' になります。
  
 **Query extra fields**  → ''_field_wmi_N_'': **Query extra fields**  → ''_field_wmi_N_'':
 +
 +**クエリ追加フィールド** → ''_field_wmi_N_'':
  
 In these fields the names of the additional fields to be used in the WMI query used in the generated modules will be indicated. In these fields the names of the additional fields to be used in the WMI query used in the generated modules will be indicated.
 +
 +これらのフィールドには、生成されたモジュールで使用される WMI クエリで使用される追加フィールドの名前が示されます。
  
 The names of these fields can be obtained in other fields of the form by means of ''_field_wmi_N_'' macros, and the values that the fields have for each record of the WMI query can be obtained by means of macros with the same names of the ''_FIELDNAME_'' fields. These ''_FIELDNAME_'' macros can be used, among others, in the **Module name** and **Description** fields of the component, to generate names and descriptions dynamically. For example, for the **FreeSpace** field the macro with the value would be ''_FreeSpace_''. The names of these fields can be obtained in other fields of the form by means of ''_field_wmi_N_'' macros, and the values that the fields have for each record of the WMI query can be obtained by means of macros with the same names of the ''_FIELDNAME_'' fields. These ''_FIELDNAME_'' macros can be used, among others, in the **Module name** and **Description** fields of the component, to generate names and descriptions dynamically. For example, for the **FreeSpace** field the macro with the value would be ''_FreeSpace_''.
 +
 +これらのフィールドの名前は、''_field_wmi_N_'' マクロを使用してフォームの他のフィールドで取得でき、WMI クエリの各レコードに対してフィールドが持つ値は、同じ名前のマクロ ''_FIELDNAME_'' を使用して取得できます。これらの ''_FIELDNAME_'' マクロは、コンポーネントの **モジュール名** および **説明** フィールドなどで使用して、名前と説明を動的に生成できます。 たとえば、**FreeSpace** フィールドの場合、値を含むマクロは ''_FreeSpace_'' になります。
  
 **Query filters**  → Scan **Query filters**  → Scan
 +
 +**クエリフィルタ** → スキャン
  
 In this space the conditions for the WMI query launched in the scan are indicated, which will allow to obtain one or more records. For example: ''DriveType = 3''. In this space the conditions for the WMI query launched in the scan are indicated, which will allow to obtain one or more records. For example: ''DriveType = 3''.
 +
 +このスペースには、スキャンで起動された WMI クエリの条件が示されており、これにより 1 つ以上のレコードを取得できるようになります。 例: ''DriveType = 3''
  
 In the WMI wizard components, a separate module will be generated for each record returned by the WMI scan query. In the WMI wizard components, a separate module will be generated for each record returned by the WMI scan query.
 +
 +WMI ウィザードコンポーネントでは、WMI スキャンクエリによって返されたレコードごとに個別のモジュールが生成されます。
  
 [[:ja:documentation:start|Pandora FMS ドキュメント一覧に戻る]] [[:ja:documentation:start|Pandora FMS ドキュメント一覧に戻る]]
  
  • ja/documentation/pandorafms/technical_annexes/25_pfms_new_wizard_component.1712911465.txt.gz
  • 最終更新: 2024/04/12 08:44
  • by junichi