# システムステータス

システムステータスページは、Chamiloサーバーが正しく設定されていることを確認し、潜在的な問題を特定するのに役立ちます。

## システムステータスへのアクセス

管理パネルから、**システムステータス**（または**システム情報**）をクリックします。

## 表示される内容

![PHP設定、データベースステータス、ファイル権限、サーバー情報を表示するシステムステータスページ](/files/WTj9z0pcR1rrr7TIv1Tk)

### PHP設定

* **PHPバージョン** — Chamilo 2.0ではPHP 8.2以上が必要です
* **必要な拡張機能** — 必要なPHP拡張機能がすべてインストールされているかを確認します
* **PHP設定** — メモリ制限、アップロード制限、実行時間などの重要なPHP設定を確認します

### データベースステータス

* **データベース接続** — データベースにアクセス可能であることを確認します
* **データベースバージョン** — データベースサーバーのバージョンを表示します

### ファイル権限

* **書き込み可能なディレクトリ** — Chamiloが必要なディレクトリ（キャッシュ、アップロード、ログ）に書き込み可能であるかを確認します

### サーバー情報

* **オペレーティングシステム** — サーバーのOSの詳細
* **ウェブサーバー** — Apache、Nginx、またはその他
* **ディスク容量** — 利用可能なストレージ

## 推奨される確認事項

以下の確認を定期的に行うことをお勧めします：

* **インストール後** — すべての要件が満たされていることを確認します
* **アップグレード後** — PHPバージョンと拡張機能が引き続き互換性があることを確認します
* **問題が発生した際** — 問題のトラブルシューティングを行う際に、最初にシステムステータスを確認します


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/2.x-ja/gaido-1/admin-guide/maintenance/system-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
