ja:documentation:pandorafms:installation:01_installing

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:installation:01_installing [2026/03/29 13:04] – [インストールチェックとデフォルト値を使用した例] junichija:documentation:pandorafms:installation:01_installing [2026/04/25 23:23] (現在) – [Ubuntu Server 向けのカスタムパラメータ] junichi
行 243: 行 243:
 ^ 3306 |TCP |Metaconsole |Communication between Metaconsole and DB Nodes |Metaconsole Server → DB Server Nodes Node Server → DB Server Metaconsole | ^ 3306 |TCP |Metaconsole |Communication between Metaconsole and DB Nodes |Metaconsole Server → DB Server Nodes Node Server → DB Server Metaconsole |
 ^ 4444 |TCP |Pandora FMS Server |Connection with Selenium GRID |Pandora FMS Server → Selenium Server | ^ 4444 |TCP |Pandora FMS Server |Connection with Selenium GRID |Pandora FMS Server → Selenium Server |
-^ 9995 |UDP |Pandora FMS Server |Reception of NetFlow probes |nfcapd Server → Pandora FMS Server |+^ 9995 |UDP |Pandora FMS Server |Reception of NetFlow probes |**nfcapd** Server → Pandora FMS Server |
 ^ 9200 |TCP |Pandora FMS Server and Console |Log storage management with Elasticsearch |Elasticsearch Server → Pandora FMS Server | ^ 9200 |TCP |Pandora FMS Server and Console |Log storage management with Elasticsearch |Elasticsearch Server → Pandora FMS Server |
 ^ 41121 |TCP |Pandora FMS Agents |Tentacle Communication |EndPoint Server → Pandora FMS Server | ^ 41121 |TCP |Pandora FMS Agents |Tentacle Communication |EndPoint Server → Pandora FMS Server |
 +^  41122  | UDP | PFMS Agents \\ [[:en:documentation:pandorafms:monitoring:02_operations#ks7|Remote actions via UDP]] | Tentacle \\ Communication | EndPoint → PFMS Server \\ PFMS Server → EndPoint |
 +^  41123  | TCP | PFMS Agents \\ [[:en:documentation:pandorafms:management_and_operation:18_rmm|RMM feature]] | Tentacle \\ Communication | EndPoint → PFMS Server \\ PFMS Server → EndPoint |
 ^It is recommended to facilitate communication from the Pandora FMS server and console to your entire network. For standard monitoring you would need at least: ^^^^| ^It is recommended to facilitate communication from the Pandora FMS server and console to your entire network. For standard monitoring you would need at least: ^^^^|
 ^ 80 |TCP |Pandora FMS Server |Web monitoring for WUX server |Pandora FMS Server → Server to monitor | ^ 80 |TCP |Pandora FMS Server |Web monitoring for WUX server |Pandora FMS Server → Server to monitor |
行 265: 行 267:
 ^9200  |TCP  |Pandora FMS コンソールおよびサーバ  |Elasticsearch によるログストレージ管理  |Elasticsearch サーバ → Pandora FMS サーバ  | ^9200  |TCP  |Pandora FMS コンソールおよびサーバ  |Elasticsearch によるログストレージ管理  |Elasticsearch サーバ → Pandora FMS サーバ  |
 ^41121  |TCP  |Pandora FMS エージェント  |Tentacle 通信  |エンドポイント → Pandora FMS サーバ  | ^41121  |TCP  |Pandora FMS エージェント  |Tentacle 通信  |エンドポイント → Pandora FMS サーバ  |
 +^  41122  | UDP | PFMS エージェント \\ [[:ja:documentation:pandorafms:monitoring:02_operations#ks7|UDP 経由でのリモートアクション]] | Tentacle \\ 通信 | エンドポイント → PFMS サーバ \\ PFMS サーバ → エンドポイント |
 +^  41123  | TCP | PFMS エージェント \\ [[:ja:documentation:pandorafms:management_and_operation:18_rmm|RMM 機能]] | Tentacle \\ 通信 | エンドポイント → PFMS サーバ \\ PFMS サーバ → エンドポイント |
 ^Pandora FMS サーバとコンソールから、ネットワーク全体への通信は許可することをお勧めします。通常の監視では、最低限次の通信が必要です。  ^^^^| ^Pandora FMS サーバとコンソールから、ネットワーク全体への通信は許可することをお勧めします。通常の監視では、最低限次の通信が必要です。  ^^^^|
 ^80  |TCP  |Pandora FMS サーバ  |WUX サーバによる Web 監視  |Pandora FMS サーバ → 監視対象サーバ  | ^80  |TCP  |Pandora FMS サーバ  |WUX サーバによる Web 監視  |Pandora FMS サーバ → 監視対象サーバ  |
行 396: 行 400:
    * **SKIP_DATABASE_INSTALL**: Skip the database installation, useful when you already have a database installed, either local or remote, and use its credentials to create the Pandora FMS database; defaults to ''SKIP_DATABASE_INSTALL=0''.    * **SKIP_DATABASE_INSTALL**: Skip the database installation, useful when you already have a database installed, either local or remote, and use its credentials to create the Pandora FMS database; defaults to ''SKIP_DATABASE_INSTALL=0''.
    * **SKIP_KERNEL_OPTIMIZATIONS**: Skip recommended kernel optimization, for advanced users only. By default ''SKIP_KERNEL_OPTIMIZATIONS=0''.    * **SKIP_KERNEL_OPTIMIZATIONS**: Skip recommended kernel optimization, for advanced users only. By default ''SKIP_KERNEL_OPTIMIZATIONS=0''.
-   * **MYVER**: Defines the version of MySQL to installif **80** is defined MySQL 8 will be installed. By default ''MYVER=80'' (deploys MySQL 8.0). +  * **MYVER**: Specify the version of MySQL to installif you specify **84**MySQL 8.4 will be installed. By default''MYVER=80'' (installs MySQL 8.0). 
-   * **PHPVER**: Defines the version of PHP to install, by default ''PHPVER=8'' (displays PHP 8).+  * **PHPVER**: Specifies the PHP version to install; if **82** is specifiedPHP 8.2 will be installed (the version compatible with PFMS //legacy//). By default''PHPVER=84'' (installs PHP 8.4).
    * **PANDORA_SERVER_PACKAGE**: Defines the URL of the RPM package of the Pandora FMS server that you want to install. By default, the latest available version is defined.    * **PANDORA_SERVER_PACKAGE**: Defines the URL of the RPM package of the Pandora FMS server that you want to install. By default, the latest available version is defined.
    * **PANDORA_CONSOLE_PACKAGE**: Defines the URL of the Pandora FMS Web Console RPM package that you want to install. By default, the latest available version is defined.    * **PANDORA_CONSOLE_PACKAGE**: Defines the URL of the Pandora FMS Web Console RPM package that you want to install. By default, the latest available version is defined.
行 403: 行 407:
    * **PANDORA_BETA**: If it is set to ''1'' the packages of the latest available beta version will be installed (only for test environments). By default ''PANDORA_BETA=0'' (if specific packages are defined, this option is ignored).    * **PANDORA_BETA**: If it is set to ''1'' the packages of the latest available beta version will be installed (only for test environments). By default ''PANDORA_BETA=0'' (if specific packages are defined, this option is ignored).
    * **PANDORA_LTS**: Installs the latest version of Long Term Support (**LTS**), a version with maximum stability that incorporates major bug fixes. By default it is active (''PANDORA_LTS=1''), if it is set to zero it installs the latest regular version, Feature Release (**FR**).    * **PANDORA_LTS**: Installs the latest version of Long Term Support (**LTS**), a version with maximum stability that incorporates major bug fixes. By default it is active (''PANDORA_LTS=1''), if it is set to zero it installs the latest regular version, Feature Release (**FR**).
 +To use these environment variables, it is enough to define them before executing the installation script, **for example**, in an installation in **EL 9** with defined variables, execute the block:
  
   * **TZ**: マシンの [[https://en.wikipedia.org/wiki/Time_zone|タイムゾーン]] を定義します。デフォルトは ''Europe/Madrid''  です。   * **TZ**: マシンの [[https://en.wikipedia.org/wiki/Time_zone|タイムゾーン]] を定義します。デフォルトは ''Europe/Madrid''  です。
行 414: 行 419:
   * **SKIP_DATABASE_INSTALL**: データベースのインストールをスキップします。これは、ローカルまたはリモートのデータベースがすでにインストールされていて、そのデータベースの認証情報を使用して Pandora FMS データベースを作成する場合に役立ちます。 デフォルトでは、''SKIP_DATABASE_INSTALL=0''  です。   * **SKIP_DATABASE_INSTALL**: データベースのインストールをスキップします。これは、ローカルまたはリモートのデータベースがすでにインストールされていて、そのデータベースの認証情報を使用して Pandora FMS データベースを作成する場合に役立ちます。 デフォルトでは、''SKIP_DATABASE_INSTALL=0''  です。
   * **SKIP_KERNEL_OPTIMIZATIONS**: 推奨する kernel の最適化をスキップするオプションで、上級ユーザ向けです。デフォルトは、''SKIP_KERNEL_OPTIMIZATIONS=0''  です。   * **SKIP_KERNEL_OPTIMIZATIONS**: 推奨する kernel の最適化をスキップするオプションで、上級ユーザ向けです。デフォルトは、''SKIP_KERNEL_OPTIMIZATIONS=0''  です。
-  * **MYVER**: インストールする MySQL のバージョンを定します。**80** 義されてい場合、MySQL 8 がインストールされます。 デフォルト''MYVER=80'' (MySQL 8.0 をデプロします)。 +  * **MYVER**: インストールする MySQL のバージョンを定します。**84** を指、MySQL 8.4 がインストールされます。デフォルトは ''MYVER=80'' (MySQL 8.0 をインストール)です。 
-  * **PHPVER**: インストールする PHP のバージョンを定します。デフォルトでは、''PHPVER=8'' です(PHP 8 をデプロしま)+  * **PHPVER**: インストールする PHP のバージョンを定します。**82** を指定すると、PHP 8.2(PFMS //レガシー// と互換性のあるバージョン)がインストールされます。デフォルトでは、''PHPVER=84''PHP 8.4をインストール)です。
   * **PANDORA_SERVER_PACKAGE**: インストールする Pandora FMS サーバーの RPM パッケージの URL を定義します。 デフォルトでは、最新のバージョンが定義されています。   * **PANDORA_SERVER_PACKAGE**: インストールする Pandora FMS サーバーの RPM パッケージの URL を定義します。 デフォルトでは、最新のバージョンが定義されています。
   * **PANDORA_CONSOLE_PACKAGE**: インストールする Pandora FMS Web コンソールの RPM の URL を定義します。 デフォルトでは、最新のバージョンが定義されています。   * **PANDORA_CONSOLE_PACKAGE**: インストールする Pandora FMS Web コンソールの RPM の URL を定義します。 デフォルトでは、最新のバージョンが定義されています。
行 434: 行 439:
  DBPORT='3306' \  DBPORT='3306' \
  DBROOTPASS='Pandor4!' \  DBROOTPASS='Pandor4!' \
- MYVER=80 + MYVER=84 
- PHPVER=\+ PHPVER=84 \
  SKIP_PRECHECK=0 \  SKIP_PRECHECK=0 \
  SKIP_DATABASE_INSTALL=0 \  SKIP_DATABASE_INSTALL=0 \
行 450: 行 455:
  
    * **TZ**: Defines the time zone of the machine, by default it is ''Europe/Madrid''.    * **TZ**: Defines the time zone of the machine, by default it is ''Europe/Madrid''.
-  * **PHPVER**: It defines the PHP version to install. By default ''PHPVER=8''  (installs PHP 8). +  * **PHPVER**: Specifies the PHP version to install; if **82** is specified, PHP 8.2 will be installed (the version compatible with PFMS //legacy//). By default''PHPVER=84'' (installs PHP 8.4). 
-  * **DBHOST**: The host of the database, by default ''DBHOST=127.0.0.1''  +   ***DBHOST**: The host of the database, by default ''DBHOST=127.0.0.1''
-  * **DBNAME**: The name of the database to be created, by default ''DBNAME=pandora''+   * **DBNAME**: The name of the database to create, by default ''DBNAME=pandora''
-  * **DBUSER**: The user of the database to be created, by default ''DBUSER=pandora''  +   * **DBUSER**: The database user to be created, by default ''DBUSER=pandora''
-  * **DBPASS**: The password for the user to be created, by default ''DBPASS=pandora''+   * **DBPASS**: The password (password) for the user that will be created, by default ''DBPASS='Pandor4!' ''
-  * **DBPORT**: Port number of the database to be connected, by default ''DBPORT=3306''+   * **DBPORT**: Port number of the database to connect, by default ''DBPORT=3306''
-  * **DBROOTPASS**: Password for the database root user, by default ''DBROOTPASS=pandora''+   * **DBROOTPASS**: Password of the **root** user of the database, by default ''DBROOTPASS='Pandor4!' ''
-  * **SKIP_PRECHECK**: Skip the check if a previous Pandora FMS installation already exists, useful to create a new database and point the installation to this one; by default ''SKIP_PRECHECK=0''+   * **SKIP_PRECHECK**: Skip the check if there is already a previous installation of Pandora FMS, useful to create a new database and point the installation to it; by default ''SKIP_PRECHECK=0''
-  * **SKIP_DATABASE_INSTALL**: Skip the database installation, useful for when you already have a database installed, either local or remote and you use its credentials to create the Pandora FMS database; by default ''SKIP_DATABASE_INSTALL=0''+   * **SKIP_DATABASE_INSTALL**: Skip the database installation, useful when you already have a database installed, either local or remoteand use its credentials to create the Pandora FMS database; defaults to ''SKIP_DATABASE_INSTALL=0''
-  * **SKIP_KERNEL_OPTIMIZATIONS**: Skip the recommended kernel optimization, only for advanced users. Default ''SKIP_KERNEL_OPTIMIZATIONS=0''+   * **SKIP_KERNEL_OPTIMIZATIONS**: Skip recommended kernel optimization, for advanced users onlyBy default ''SKIP_KERNEL_OPTIMIZATIONS=0''
-  * **POOL_SIZE**: It specifies memory value to be used, by default it is done automatically. +   * **POOL_SIZE**: Specifies a value of memory to use, by default it is done automatically. 
-  * **PANDORA_BETA**: If set to ''1''the packages of the latest beta version available will be installed (only for test environments). By default ''PANDORA_BETA=0''.+   * **PANDORA_BETA**: If it is set to ''1'' the packages of the latest available beta version will be installed (only for test environments). By default ''PANDORA_BETA=0'' .
    * **PANDORA_LTS**: Installs the latest version of Long Term Support (**LTS**), a version with maximum stability that incorporates major bug fixes. By default it is active (''PANDORA_LTS=1''), if it is set to zero it installs the latest regular version, Feature Release (**FR**).    * **PANDORA_LTS**: Installs the latest version of Long Term Support (**LTS**), a version with maximum stability that incorporates major bug fixes. By default it is active (''PANDORA_LTS=1''), if it is set to zero it installs the latest regular version, Feature Release (**FR**).
  
   * **TZ**: マシンのタイムゾーンを定義します。デフォルトは ''Europe/Madrid''  です。   * **TZ**: マシンのタイムゾーンを定義します。デフォルトは ''Europe/Madrid''  です。
-  * **PHPVER**: インストールする PHP のバージョンを定します。デフォルトでは、''PHPVER=8'' です (PHP 8 をインストールしま)+  * **PHPVER**: インストールするPHPのバージョンを定します。**82** を指定すると、PHP 8.2(PFMS //レガシー//と互換性のあるバージョン)がインストールされます。デフォルトでは、''PHPVER=84''PHP 8.4 をインストール)です。
   * **DBHOST**: データベースホストです。デフォルトは、''DBHOST=127.0.0.1''  です。   * **DBHOST**: データベースホストです。デフォルトは、''DBHOST=127.0.0.1''  です。
   * **DBNAME**: 作成されるデータベース名です。デフォルトは、''DBNAME=pandora''  です。   * **DBNAME**: 作成されるデータベース名です。デフォルトは、''DBNAME=pandora''  です。
行 491: 行 496:
  DBPORT='3306' \  DBPORT='3306' \
  DBROOTPASS='Pandor4!' \  DBROOTPASS='Pandor4!' \
- PHPVER='8.0' \+ PHPVER='84' \
  SKIP_PRECHECK=0 \  SKIP_PRECHECK=0 \
  SKIP_DATABASE_INSTALL=0 \  SKIP_DATABASE_INSTALL=0 \
行 497: 行 502:
  PANDORA_BETA=0 \  PANDORA_BETA=0 \
  PANDORA_LTS=1 \  PANDORA_LTS=1 \
- bash -c "$(curl -SsL <your_link_for_trial>)"+ bash -c "
 </code> </code>
  
行 1149: 行 1154:
  
 In the menu <wrap :en>Management → Settings → System Settings → SIEM → Activate SIEM</wrap>, fill out the form completely and press <wrap :en>Update</wrap> to save the changes. In the menu <wrap :en>Management → Settings → System Settings → SIEM → Activate SIEM</wrap>, fill out the form completely and press <wrap :en>Update</wrap> to save the changes.
 +
 +メニューの <wrap :ja>管理(Management) → セットアップ(Settings) → システム設定(System Settings) → SIEM → SIEM の有効化(Activate SIEM)</wrap> で、フォームに必要事項をすべて入力し、<wrap :ja>更新(Update)</wrap> を押して変更を保存します。
  
 This will create the necessary templates in the indicated OpenSearch server for log normalization and SIEM event generation. This will create the necessary templates in the indicated OpenSearch server for log normalization and SIEM event generation.
 +
 +これにより、指定された OpenSearch サーバに、ログの正規化と SIEM イベントの生成に必要なテンプレートが作成されます。
  
 It will also activate this type of monitoring on Pandora FMS servers where ''siemserver'' and ''siemevents'' have been started. It will also activate this type of monitoring on Pandora FMS servers where ''siemserver'' and ''siemevents'' have been started.
 +
 +また、この設定により、''siemserver'' と ''siemevents'' が起動されている Pandora FMS サーバ上で、このタイプの監視が有効になります。
  
 [[:ja:documentation:pandorafms:start|Pandora FMS ドキュメント一覧に戻る]] [[:ja:documentation:pandorafms:start|Pandora FMS ドキュメント一覧に戻る]]
  • ja/documentation/pandorafms/installation/01_installing.1774789470.txt.gz
  • 最終更新: 2026/03/29 13:04
  • by junichi