> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/administration/system-configuration/collector-management/status.md).

# ステータス

組織内に展開されているCollectorインスタンスのステータスを確認し、情報を迅速にフィルタリングして分析を改善してください。

## ステータスバー チャート <a href="#collectormanagement-statusbarcharts" id="collectormanagement-statusbarcharts"></a>

ステータスバー チャートは、プラットフォーム、現在のバージョン、グループ、およびターゲットバージョンごとに情報を表示します。

ステータス テーブルに表示される結果をフィルタリングするには、個々のバーをクリックしてください。

<figure><img src="/files/96IcEaWwIlK6Zycjh7IN" alt="" width="544"><figcaption></figcaption></figure>

* **プラットフォーム**: 特定のプラットフォームに展開されたCollectorインスタンスを表示します。 現在、CollectorはWindows、macOS、IGELプラットフォームをサポートしています。
* **現在のバージョン**: このバーチャートは、組織内で展開されているすべての現在のバージョンを示します。
* **グループ**: こちらがCollectorインスタンスのグループです。
  * パイロットグループは、新しいCollectorバージョンが利用可能になってから2日後に更新を開始します。 デフォルトでは、ランダムに選ばれたCollectorインスタンスの10%が含まれます。 パイロット グループをカスタマイズする方法の詳細については、[更新構成](/platform/ja/user-guide/administration/system-configuration/collector-management/update-configuration.md)ページを参照してください。
  * メイングループは残りのすべてのCollectorインスタンスを表し、システムは新しいCollectorバージョンが利用可能になってから16日後にそれらを更新します。 メイングループをカスタマイズしたり、グループを自動的にターゲットにしたりする方法についての詳細は、[更新構成](/platform/ja/user-guide/administration/system-configuration/collector-management/update-configuration.md)ページを参照してください。
  * サポートされていないOSグループには、ホストOSがサポートされなくなったために更新できないCollectorバージョンを実行しているすべてのデバイスが含まれます。 詳細については、[ソフトウェア要件](/platform/ja/configuring_nexthink/before-you-begin/technical-requirements/software-requirements.md)ページを参照してください。
  * VDIコネクタが構成されている場合、VDIグループには、インテグレーションによって報告された、非永続的なプールまたは共有VDIタイプを使用しているデバイスが含まれます。
* **ターゲットバージョン**: システムが自動更新を目標としているCollectorバージョンを表示します。

## ステータス テーブル <a href="#collectormanagement-statustable" id="collectormanagement-statustable"></a>

ステータス テーブルは、ステータスバー チャートを使用してこのページに適用したフィルタに従って、すべてのCollectorインスタンスの結果を一覧表示します。 システムはデバイス名、コレクターバージョン、プラットフォーム、およびターゲットCollectorバージョンごとにテーブルの列を整理します。

<figure><img src="/files/DdGVhxUlyp1IcMH2kxUX" alt="Status table results" width="544"><figcaption></figcaption></figure>


---

# 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://docs.nexthink.com/platform/ja/user-guide/administration/system-configuration/collector-management/status.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.
