差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| ja:documentation:pandorafms:installation:01_installing [2026/04/25 23:23] – [Ubuntu Server 向けのカスタムパラメータ] junichi | ja:documentation:pandorafms:installation:01_installing [2026/06/06 23:27] (現在) – [MS Windows 用] junichi | ||
|---|---|---|---|
| 行 594: | 行 594: | ||
| Pandora FMS 用のデータベース(**DB**)をホストする強力な専用サーバがある場合、[[: | Pandora FMS 用のデータベース(**DB**)をホストする強力な専用サーバがある場合、[[: | ||
| - | First you must consider, //roughly//, how you should plan the installation so that both the PFMS server and your Web Console (**PANDORA FMS SERVER+CONSOLE**) connect to a remote database (**DB**): | + | First you should take into account, roughly, how you should plan the installation so that both the PFMS server and its Web Console (**PANDORA FMS SERVER+CONSOLE**) connect to [[#ks1_7_4|a remote database]] (**DB**): |
| - | 最初に、// | + | 最初に、// |
| * Connect to the server hosting the database engine, take exact note of its URL or its IP address (**DBHOST**). | * Connect to the server hosting the database engine, take exact note of its URL or its IP address (**DBHOST**). | ||
| 行 781: | 行 781: | ||
| <code powershell> | <code powershell> | ||
| NET START PandoraFMSAgent | NET START PandoraFMSAgent | ||
| + | </ | ||
| + | |||
| + | <wrap #ks1_7_4 /> | ||
| + | |||
| + | === ヒストリ用外部データベースインストール === | ||
| + | |||
| + | The process of installing an external database using an online installation script is recommended for environments where you want to distribute the installation of the application and database installation on different machines or **for the deployment of [[: | ||
| + | |||
| + | オンラインインストールスクリプトを使用して外部データベースをインストールするプロセスは、アプリケーションのインストールとデータベースのインストールを異なるマシンに分散させたい環境、または**[[: | ||
| + | |||
| + | This installation script creates a database prepared to connect with Pandora FMS with the recommended parameters and the [[: | ||
| + | |||
| + | このインストールスクリプトは、推奨パラメータと[[: | ||
| + | |||
| + | **Supported operating systems** | ||
| + | |||
| + | **対応OS** | ||
| + | |||
| + | * **EL9**: Rocky Linux 9.x or RedHat Enterprise Linux 9.x . | ||
| + | * **Ubuntu**: 22.04 . | ||
| + | |||
| + | * **EL9**: Rocky Linux 9.x または Red Hat Enterprise Linux 9.x | ||
| + | * **Ubuntu**: 22.04 | ||
| + | |||
| + | **Steps to follow for the installation** | ||
| + | |||
| + | **インストール手順** | ||
| + | |||
| + | You only need to have **curl** installed and run the command: | ||
| + | |||
| + | **curl** をインストールしてコマンドを実行するだけです。 | ||
| + | |||
| + | **EL9**: | ||
| + | |||
| + | <code bash> | ||
| + | curl -fsSL https:// | ||
| + | </ | ||
| + | |||
| + | **Ubuntu**: | ||
| + | |||
| + | <code bash> | ||
| + | curl -fsSL https:// | ||
| + | </ | ||
| + | |||
| + | **Script parameters** | ||
| + | |||
| + | **スクリプトパラメータ** | ||
| + | |||
| + | The script supports a series of environment variables to customize the installation. | ||
| + | |||
| + | このスクリプトは、インストールをカスタマイズするための一連の環境変数をサポートしています。 | ||
| + | |||
| + | ^Variable^Description^Default value^ | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |||
| + | ^変数^説明^デフォルト値^ | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |||
| + | **Execution with parameters** | ||
| + | |||
| + | **パラメータ付き実行** | ||
| + | |||
| + | **EL9**: | ||
| + | |||
| + | <code bash> | ||
| + | env TZ=' | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | bash -c " | ||
| + | </ | ||
| + | |||
| + | **Ubuntu**: | ||
| + | |||
| + | <code bash> | ||
| + | env TZ=' | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | bash -c " | ||
| </ | </ | ||