ja:documentation:pandorafms:complex_environments_and_optimization:05_satellite

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:complex_environments_and_optimization:05_satellite [2026/05/09 23:05] – [Linux システムへのサテライトサーバのインストール] junichija:documentation:pandorafms:complex_environments_and_optimization:05_satellite [2026/08/21 22:59] (現在) – [SNMPv1 および SNMPv2 クエリ] junichi
行 90: 行 90:
 **対応 OS**: **対応 OS**:
  
-  * EL9: RHEL / Rocky Linux .+  * EL10: RHEL 10 / Rocky Linux 10 .
   * Ubuntu server: 22.04 .   * Ubuntu server: 22.04 .
   * [[:en:documentation:pandorafms:technical_annexes:15_raspberry_monitoring|Raspberry Pi OS]]: Debian 12+ (//only with the specific package for Raspberry//).   * [[:en:documentation:pandorafms:technical_annexes:15_raspberry_monitoring|Raspberry Pi OS]]: Debian 12+ (//only with the specific package for Raspberry//).
  
-  * EL9: RHEL / Rocky Linux .+  * EL10: RHEL 10 / Rocky Linux 10 .
   * Ubuntu server: 22.04 .   * Ubuntu server: 22.04 .
   * [[:ja:documentation:pandorafms:technical_annexes:15_raspberry_monitoring|Raspberry Pi OS]]: Debian 12+ (//Raspberry Pi専用パッケージのみ//).   * [[:ja:documentation:pandorafms:technical_annexes:15_raspberry_monitoring|Raspberry Pi OS]]: Debian 12+ (//Raspberry Pi専用パッケージのみ//).
行 170: 行 170:
 <WRAP center round info 90%> <WRAP center round info 90%>
  
-**The recommended Linux operating system is RedHat Enterprise® -RHEL®- 8 / Rocky Linux® 8** (known as **EL8**); it is also compatible with **EL9** and **Ubuntu server 22.04**.+**The recommended Linux operating system is Red Hat Enterprise® (RHEL®) 10 / Rocky Linux® 10** (known as **EL10**); **Ubuntu Server 22.04** is also supported.
  
 </WRAP> </WRAP>
行 176: 行 176:
 <WRAP center round info 90%> <WRAP center round info 90%>
  
-**推奨される Linux オペレーティングシステムは RedHat Enterprise® -RHEL®- 8 / Rocky Linux® 8**(通称**EL8**)です。**EL9** および **Ubuntu server 22.04** 互換性があります。+**推奨される Linux オペレーティングシステムは Red Hat Enterprise® (RHEL®) 10 / Rocky Linux® 10**(通称**EL10**)です。**Ubuntu server 22.04** もサポートしています。
  
 </WRAP> </WRAP>
行 195: 行 195:
 {{  :wiki:check_systemd.png  }} {{  :wiki:check_systemd.png  }}
  
-Fundamental dependencies of the Satellite Server: **PandoraWMIC** (the installer also includes the necessary dependencies for **Braa** and **PandoraWMIC**), **Fping**, **Nmap**, **snmp** and **libnsl**.+Fundamental dependencies of the Satellite Server: **PandoraWMIC** (the installer also includes the necessary dependencies for **PandoraWMIC**), **Fping**, **Nmap**, **snmp** and **libnsl**.
  
-サテライトサーバの基本的な依存関係: **PandoraWMIC** (インストーラーには **Braa** と **PandoraWMIC** に必要な依存関係も含まれています)、**Fping**、**Nmap**、**snmp**、**libnsl**。+サテライトサーバの基本的な依存関係: **PandoraWMIC** (インストーラーには **PandoraWMIC** に必要な依存関係も含まれています)、**Fping**、**Nmap**、**snmp**、**libnsl**。
  
   * If using EL8 or EL9, the EPEL repository must be configured first (visit [[https://docs.fedoraproject.org/es/epel/|this link]] for more information).   * If using EL8 or EL9, the EPEL repository must be configured first (visit [[https://docs.fedoraproject.org/es/epel/|this link]] for more information).
行 523: 行 523:
 1 に設定すると、デーモンとしてバックグラウンドで起動します(デフォルト)。 1 に設定すると、デーモンとしてバックグラウンドで起動します(デフォルト)。
  
-== hostfile  ==+== host_file  ==
  
-ネットワークスキャンの別手法です。各行にアドレスを書いたファイルを用意します。ファイルには、各行にアドレスを記載します。IP アドレスに続けてホスト名を書くこともでき、エージェントはその名前で作成され、IP はモジュールでのアクセスに使用します(例:193.168.0.2 ホスト名)。正しく動作させるためには、各アドレスに fping を送信可能でなければなりません。+<code> 
 +host_file <path_filename> 
 +</code>
  
 +It is an alternative or complementary method to scanning a network to find hosts.
  
 +これは、ホストを特定するためにネットワークをスキャンする手法に代わる、あるいはそれを補完する手法です。
 +
 +In this file ''<path_filename>'', in each line there is an address. Alternatively, you may type in the same line the hostname followed by the IP address, so that the Agent will be created with that name and also use that IP address for the Modules. It is necessary that when performing a query with **fping** to these addresses, the result must match for these addresses to be valid.
 +
 +ファイル ''<path_filename>'' の各行にはアドレスが記載されています。あるいは、同一行にホスト名とそれに続 IP アドレスを記述することも可能です。その場合、エージェントはそのホスト名で作成され、モジュール用にはその IP アドレスが使用されます。これらのアドレスを有効なものとして扱うには、**fping** でクエリを実行した際、結果が当該アドレスと一致する必要があります。
 +
 +<WRAP center round info 90%>
 +
 +For MS Windows®, the file path must be entered **without** quotation marks.
 +
 +</WRAP>
 +
 +<WRAP center round info 90%>
 +
 +MS Windows® の場合、ファイルパスは引用符を **付けずに** 入力する必要があります。
 +
 +</WRAP>
  
 == remote_config == == remote_config ==
行 574: 行 594:
 <WRAP center round important 60%> この設定を変更すると、いくつかのモジュールは動作しなくなります。 </WRAP> <WRAP center round important 60%> この設定を変更すると、いくつかのモジュールは動作しなくなります。 </WRAP>
  
-== braa == 
- 
-<code> 
-braa <パス> 
- 
-</code> 
- 
-braa バイナリのパスです。(デフォルトは /usr/bin/braa) 
  
 == fping == == fping ==
行 713: 行 725:
  
  
-== snmp_verify == 
  
-<code> 
-snmp_verify [0|1] 
- 
-</code> 
  
-braa でのリアルタイムの実行を妨げる SNMPv1 モジュールの確認を有効化(1)または無効化(0)します。これらのモジュールは、実行が停止されます。 
- 
-== snmp2_verify == 
- 
-<code> 
- 
-snmp2_verify [0|1] 
- 
-</code> 
- 
-braa でのリアルタイムの実行を妨げる SNMPv2 モジュールの確認を有効化(1)または無効化(0)します。これらのモジュールは、実行が停止されます。 
- 
-<WRAP center round important 60%> SNMP バージョン 2 モジュールの確認は非常に遅くなる可能性があります。 </WRAP> 
- 
-== snmp3_verify == 
- 
-<code> 
- 
-snmp3_verify [0|1] 
- 
-</code> 
- 
-braa でのリアルタイムの実行を妨げる SNMPv3 モジュールの確認を有効化(1)または無効化(0)します。これらのモジュールは、実行が停止されます。 
- 
-To use SNMP v3 check [[:en:documentation:05_big_environments:05_satellite#snmpv3|this link]] on how to configure the known access credentials. 
- 
-SNMP v3を使用する場合は、アクセス権限情報を設定する方法について[[:ja:documentation:05_big_environments:05_satellite#snmpv3|こちら]]を確認してください。  
  
 == snmp3_seclevel == == snmp3_seclevel ==
行 1293: 行 1273:
 秒単位のネットワークスキャン間隔です。デフォルトは ''604800'' です。 秒単位のネットワークスキャン間隔です。デフォルトは ''604800'' です。
  
-== snmp2_block == 
- 
-<code> 
-snmp2_block XX 
- 
-</code> 
- 
-Number of hosts processed in a single call to braa (SNMPv2c), ''50'' by default. 
- 
-単一の braa (SNMPv2c) 呼び出しにおける処理ホスト数。デフォルトは ''50'' です。 
  
 == snmp2_interval == == snmp2_interval ==
行 1348: 行 1318:
 SNMP (SNMPv2c) 監視の秒単位のタイムアウト値です。デフォルトは ''5'' です。 SNMP (SNMPv2c) 監視の秒単位のタイムアウト値です。デフォルトは ''5'' です。
  
-== snmp3_block == 
- 
-<code> 
-snmp3_block XX 
- 
-</code> 
- 
-Number of hosts processed in a single call to braa (SNMPv3), ''50'' by default. 
- 
-単一の braa (SNMPv3) 呼び出しにおいて処理するホスト数です。デフォルトは ''50'' です。 
  
 == snmp3_interval == == snmp3_interval ==
行 1403: 行 1363:
 SNMP (SNMPv3) 監視の秒単位のタイムアウト値です。デフォルトは ''5'' です。 SNMP (SNMPv3) 監視の秒単位のタイムアウト値です。デフォルトは ''5'' です。
  
-== snmp_block == 
- 
-<code> 
-snmp_block XX 
- 
-</code> 
- 
-Number of hosts processed in a single call to braa (SNMPv1), ''50'' by default. 
- 
-単一の braa (SNMPv1) 呼び出しで処理するホスト数。デフォルトは ''50'' です。 
  
 == snmp_interval == == snmp_interval ==
行 1567: 行 1517:
  
 IPAM スキャンの秒単位の実行間隔。 IPAM スキャンの秒単位の実行間隔。
 +
 +== wmi_credential_encrypt ==
 +
 +It enables or disables WMI module password encryption ([[#ks6_2|module_wmiauth]]) and in the global [[#wmi_auth|wmi_auth]] token. If there is no [[#credential_pass|credential_pass]] the Satellite server name is used for encryption. Values: ''1'' or ''0'', by default ''0''.
 +
 +WMI モジュールのパスワード暗号化([[#ks6_2|module_wmiauth]])およびグローバルな [[#wmi_auth|wmi_auth]] トークンにおける暗号化の有効・無効を切り替えます。[[#credential_pass|credential_pass]] が指定されていない場合、暗号化にはサテライトサーバ名が使用されます。設定値は ''1'' または ''0'' で、デフォルトは ''0'' です。
 +
 +== snmp3_credential_encrypt ==
 +
 +It enables or disables SNMPv3 module password encryption ([[#ks6_4|module_authpass]] and [[#ks6_4|module_privpass]]) and in global tokens [[#snmp3_authpass|snmp3_authpass]] and [[#snmp3_privpass|snmp3_privpass]]. If there is no [[#credential_pass|credential_pass]], the Satellite server name is used for encryption. Values: ''1'' or ''0'', by default ''0''.
 +
 +SNMPv3 モジュールのパスワード暗号化([[#ks6_4|module_authpass]] および [[#ks6_4|module_privpass]])と、グローバルトークン([[#snmp3_authpass|snmp3_authpass]] および [[#snmp3_privpass|snmp3_privpass]])の暗号化を有効または無効にします。[[#credential_pass|credential_pass]] が指定されていない場合は、暗号化にサテライトサーバ名が使用されます。設定値は ''1'' または ''0'' で、デフォルトは ''0'' です。
 +
 +== ssh_credential_box ==
 +
 +That token is the same as using [[#ks6_7|credential_box]]. A new name is given to distinguish it from the new credential boxes added for WMI and SNMPv3 modules.
 +
 +このトークンは、[[#ks6_7|credential_box]] を使用する場合と同じものです。WMI および SNMPv3 モジュール向けに追加された新しい credential_box と区別するために、新しい名前が付けられています。
 +
 +<WRAP center round info 90%>
 +
 +This command may take up multiple lines with different configurations.
 +
 +</WRAP>
 +
 +<WRAP center round info 90%>
 +
 +このコマンドは、異なる設定を含む複数の行で設定可能です。
 +
 +</WRAP>
 +
 +== wmi_credential_box ==
 +
 +It works similarly to [[#ks6_7|credential_box]] and it is specific for WMI modules.
 +
 +[[#ks6_7|credential_box]] と同様に動作し、WMI モジュール専用のものです。
 +
 +If a WMI module has no credentials and its IP address matches the network indicated by a WMI **credential box**, will use it, otherwise, it sill use [[#wmi_auth|wmi_auth]] global configuration.
 +
 +WMI モジュールに認証情報が設定されておらず、かつその IP アドレスが WMI **認証情報ボックス** で指定されたネットワークと一致する場合、その認証情報が使用されます。一致しない場合は、[[#wmi_auth|wmi_auth]] のグローバル設定が使用されます。
 +
 +<WRAP center round info 90%>
 +
 +This command may take up multiple lines with different configurations.
 +
 +</WRAP>
 +
 +<WRAP center round info 90%>
 +
 +このコマンドは、異なる設定を含む複数の行で設定可能です。
 +
 +</WRAP>
 +
 +== snmp3_credential_box ==
 +
 +It works similarly to [[#ks6_7|credential_box]] and it is specific for SNMPv3 modules.
 +
 +[[#ks6_7|credential_box]] と同様に動作し、SNMPv3 モジュール専用のものです。
 +
 +If a [[#ks6_4|SNMPv3 module has no credentials]] (''authpass'', ''module_authpass'', ''privpass'', ''module_privpass'') and its IP address matches the network indicated by an SNMPv3 **credential box**, it will use. Otherwise it will use the global [[#snmp3_authpass|snmp3_authpass]] or [[#snmp3_privpass|snmp3_privpass]] configuration.
 +
 +SNMPv3 モジュールに認証情報(''authpass''、''module_authpass''、''privpass''、''module_privpass'')が設定されておらず、かつその IP アドレスが SNMPv3 **認証情報ボックス** で指定されたネットワークと一致する場合、その認証情報が使用されます。一致しない場合は、グローバルな ''snmp3_authpass'' または ''snmp3_privpass'' の設定が使用されます。
 +
 +<WRAP center round info 90%>
 +
 +This command may take up multiple lines with different configurations.
 +
 +</WRAP>
 +
 +<WRAP center round info 90%>
 +
 +このコマンドは、異なる設定を含む複数の行で設定可能です。
 +
 +</WRAP>
 +
 +== server_threshold ==
 +
 +Its main function (among other tasks) is to check whether the configuration file has changed, so that it can restart and load the new instructions. By default, it performs this task every 5 seconds (default value).
 +
 +(他のタスクの中でも)その主な機能は、設定ファイルが変更されたかどうかを確認し、変更があれば再起動して新しい設定を読み込むことです。デフォルトでは、この処理は 5秒間隔(デフォルト値)で実行されます。
 +
 +<code>
 +# Interval in seconds for common tasks (like remote configuration checks).
 +server_threshold 5
 +</code>
 +
 +<wrap #ks3_1_2 />
  
 === セカンダリサーバ === === セカンダリサーバ ===
行 2023: 行 2060:
 module_begin module_begin
 module_name if eth1 OperStatus module_name if eth1 OperStatus
-module_description IP address N/A. Description: The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed.+module_description IP address N/A. 
 +module_description The current operational state of the interface. 
 +module_description The testing(3) state indicates that no operational 
 +module_description packets can be passed.
 module_type generic_data_string module_type generic_data_string
 module_snmp 192.168.70.225 module_snmp 192.168.70.225
 module_oid .1.3.6.1.2.1.2.2.1.8.3 module_oid .1.3.6.1.2.1.2.2.1.8.3
-module_community artica06+module_community pfms06
 module_end module_end
- 
 </code> </code>
  
行 2051: 行 2090:
 module_begin module_begin
 module_name if eth1 OperStatus module_name if eth1 OperStatus
-module_description IP address N/A. Description: The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed.+module_description IP address N/A. 
 +module_description The current operational state of the interface. 
 +module_description The testing(3) state indicates that no operational 
 +module_description packets can be passed.
 module_type generic_data_string module_type generic_data_string
 module_snmp 192.168.70.225 module_snmp 192.168.70.225
 module_version 2c module_version 2c
 module_oid .1.3.6.1.2.1.2.2.1.8.3 module_oid .1.3.6.1.2.1.2.2.1.8.3
-module_community artica06+module_community pfms06
 module_end module_end
- 
 </code> </code>
  
行 2068: 行 2109:
 module_begin module_begin
 module_name if eth0 OutOctets module_name if eth0 OutOctets
-module_description The total number of octets transmitted out of the interface, including framing characters.+module_description The total number of octets transmitted out of the interface, 
 +module_description including framing characters.
 module_type generic_data_inc module_type generic_data_inc
 module_snmp 192.168.70.225 module_snmp 192.168.70.225
行 2074: 行 2116:
 module_community public module_community public
 module_end module_end
- 
 </code> </code>
  
  • ja/documentation/pandorafms/complex_environments_and_optimization/05_satellite.1778367913.txt.gz
  • 最終更新: 2026/05/09 23:05
  • by junichi