> 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/container-image-scanning/container-image-scanning-overview)、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–99)*: 60日以上前に期限切れとなったランタイム向けです。ランタイムが保守されていない期間が長くなるほどスコアは上昇し続け、2年後に97、3年後に99に達します。

***


---

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