差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| ja:documentation:pandorafms:installation:01_installing [2026/06/06 23:21] – [リモートデータベースを使用した Pandora FMS のインストール] junichi | ja:documentation:pandorafms:installation:01_installing [2026/06/06 23:27] (現在) – [MS Windows 用] junichi | ||
|---|---|---|---|
| 行 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 " | ||
| </ | </ | ||