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