> 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.
