> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/kontenaimjisukyan/configuration/detecting-outdated-runtimes-using-aikido.md).

# Aikido を使って古いランタイムを検出

### 監視しているランタイム <a href="#runtimes-we-monitor" id="runtimes-we-monitor"></a>

一度 [Dockerレジストリを接続したら](https://help.aikido.dev/en/collections/4358430-setting-up-docker-container-scanning)、Aikidoは重要なランタイムの監視を開始します。

監視対象ランタイムの例は次のとおりです：

* Python言語ランタイム
* Node.js言語ランタイム
* PHP言語ランタイム
* Apacheウェブサーバー
* Nginxウェブサーバー
* ..

これらの特定のランタイムを監視するのは、影響が大きいか、通常はWebに公開されているためです。

### ランタイムのステータス概要 <a href="#status-overview-of-runtimes" id="status-overview-of-runtimes"></a>

私たちの [ランタイム概要ページ](https://app.aikido.dev/containers/checks/runtimes) では、すべてのランタイムの概要を確認できます。監視対象の各ランタイムごとに異なるステータスが表示されます。

* **期限切れ**：このステータスは、そのランタイムが非推奨で、もはや保守されていないことを示します。
* **もうすぐ期限切れ**：ランタイムが非推奨日が近づいているとき、具体的には30日後に期限切れになる場合に割り当てられます。
* **最新**：このステータスは、そのランタイムが現行で、完全に最新であることを示します。
* **見つかりません**：Aikidoのスキャン後にランタイムが見つからない場合に付与されるステータスです。

Aikidoで監視対象ランタイムの一覧を表示するには、 [こちら](https://app.aikido.dev/containers/checks/runtimes).

### フィード内のアラート <a href="#alerts-in-the-feed" id="alerts-in-the-feed"></a>

特定のパッケージバージョンがベンダーによってサポート終了になったことを検出すると、Aikidoはフィードにアラートを送信します。

最初のアラートは非推奨日より2か月前に届きます。日付が近づくにつれて、問題の深刻度は高くなります。以下のロジックが適用されます。

* **低深刻度**：今後60日以内に期限切れとなるランタイムの場合。
* **中深刻度** *(60)*：ランタイムが過去30日以内に期限切れになった場合。
* **下限 - 高深刻度 -** *(70)*：ランタイムが30日から60日前に期限切れになった場合。
* **上限 - 高深刻度** *(89)*：60日以上前に期限切れになったランタイムの場合。
* **上限 - 高深刻度** *(97)*：2年以上前に期限切れになったランタイムの場合。
* **上限 - 高深刻度** *(99)*：3年以上前に期限切れになったランタイムの場合。

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/kontenaimjisukyan/configuration/detecting-outdated-runtimes-using-aikido.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
