| 両方とも前のリビジョン 前のリビジョン | |
| ja:documentation:pandorafms:installation:01_installing [2026/04/25 23:19] – [RHEL および Rocky Linux 向けのカスタムパラメータ] junichi | ja:documentation:pandorafms:installation:01_installing [2026/04/25 23:23] (現在) – [Ubuntu Server 向けのカスタムパラメータ] junichi |
|---|
| |
| * **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 remote, and 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 only. By default ''SKIP_KERNEL_OPTIMIZATIONS=0''. |
| * **POOL_SIZE**: It specifies a 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'' です。 |
| 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 \ |
| PANDORA_BETA=0 \ | PANDORA_BETA=0 \ |
| PANDORA_LTS=1 \ | PANDORA_LTS=1 \ |
| bash -c "$(curl -SsL <your_link_for_trial>)" | bash -c " |
| </code> | </code> |
| |