差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| ja:documentation:pandorafms:technical_annexes:39_exec_server_configuration [2025/12/12 07:53] – [リモートサーバにおける OS ユーザ設定] junichi | ja:documentation:pandorafms:technical_annexes:39_exec_server_configuration [2025/12/12 07:59] (現在) – [Exec server 動作チェック] junichi | ||
|---|---|---|---|
| 行 94: | 行 94: | ||
| ===== Pandora FMS サーバ OS でのユーザ設定 ===== | ===== Pandora FMS サーバ OS でのユーザ設定 ===== | ||
| + | |||
| + | <wrap #ks3_1 /> | ||
| ==== 鍵の生成とコピー ==== | ==== 鍵の生成とコピー ==== | ||
| - | Now act as root or equivalent user where PFMS Web Console is running to generate the key pair: | + | Now work as //root// or an equivalent user where PFMS Web Console is running to generate the key pair: |
| - | 次に、Pandora FMS ウェブコンソールが実行されている環境で root または同等のユーザで鍵のペアを生成します。 | + | 次に、Pandora FMS ウェブコンソールが実行されている環境で |
| <code bash> | <code bash> | ||
| 行 108: | 行 110: | ||
| {{ : | {{ : | ||
| - | Proceed to copy the key to the remote server (replace the IP address in ''< | + | Proceed to copy the key to the remote server (replace the IP address in ''< |
| - | 鍵をリモートサーバにコピーします (''< | + | 鍵をリモートサーバにコピーします (''< |
| <code bash> | <code bash> | ||
| - | ssh-copy-id pandora_exec_proxy@< | + | ssh-copy-id pandora_exec_proxy@< |
| </ | </ | ||
| {{ : | {{ : | ||
| - | Then create the SSH folder | + | Next, create the SSH folder |
| - | 次に、'' | + | 次に、"Apache" |
| + | |||
| + | **Rocky Linux / RHEL**: | ||
| <code bash> | <code bash> | ||
| 行 127: | 行 130: | ||
| mv / | mv / | ||
| chown -R apache. / | chown -R apache. / | ||
| + | </ | ||
| + | **Ubuntu server**: | ||
| + | |||
| + | <code bash> | ||
| + | mkdir / | ||
| + | mv / | ||
| + | chown -R www-data. / | ||
| </ | </ | ||
| + | |||
| + | <WRAP center round warning 90%> | ||
| + | |||
| + | You should check that the default '' | ||
| + | |||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | This is so that the '' | ||
| + | |||
| + | </ | ||
| + | |||
| + | <WRAP center round warning 90%> | ||
| + | |||
| + | Apache2 サービスのデフォルトの '' | ||
| + | |||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | これは、Web ブラウザから '' | ||
| + | |||
| + | </ | ||
| + | |||
| + | <wrap #ks4 /> | ||
| ===== Exec server 動作チェック ===== | ===== Exec server 動作チェック ===== | ||
| - | To finish, you only have to test the configuration in the proxy server | + | Finally, just test configuration in the proxy server |
| - | 完了するには、Pandora FMS コンソールのプロキシサーバ編集セクションで設定をテストするだけで済みます。テストインジケータをクリックして確認します。 | + | 最後に、Pandora FMS Webコンソールのプロキシサーバ編集セクションで設定をテストします。[[#ks1|テストインジケータ]]をクリックして確認します。 |
| - | {{ : | + | {{ : |
| [[ja: | [[ja: | ||