> For the complete documentation index, see [llms.txt](https://docs.plura.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ja/fn/comm/resmon/host.md).

# ホスト

{% hint style="info" %}
エージェントは、ホストのリソース情報をリアルタイムで収集し、監視を提供します。

* 収集対象リソース:CPU、Memory、Disk、Disk Active Time、Network Traffic使用量
  * [x] リソースしきい値に応じて警告/注意/円滑なホスト数を確認可能
  * [x] しきい値設定で通知送信機能を提供
    {% endhint %}

<figure><img src="/files/8P6buqrQBmZOOMBeBQp0" alt=""><figcaption></figcaption></figure>

### 1. 上段要約情報 <a href="#id-1" id="id-1"></a>

* ホスト状態表示
  * [x] 警告 : 赤色(90%以上)
  * [x] 注意:黄色(80\~90%)
  * [x] 緑: 緑（80%以下）
* ホスト数表示
  * [x] 警告/注意/円滑なホスト数を確認可能

<figure><img src="/files/IYZ2hcdpP97daw1c5CNH" alt=""><figcaption></figcaption></figure>

### 2. 画面設定 <a href="#id-2" id="id-2"></a>

* ページ右側のアイコンをタップすると画面設定ページが露出
* カラム表示を選択して提供

<figure><img src="/files/1DFuot4cIfeVkPuxmUAl" alt=""><figcaption></figcaption></figure>

### 3. 詳細リソース情報を表示する <a href="#id-3" id="id-3"></a>

* ホストを選択すると、リソース モニタリング グラフが露出

<figure><img src="/files/FJ8XPCuoNDBidDhxkXUc" alt=""><figcaption></figcaption></figure>

* リストで右マウスをクリックすると、完全にログ リンクが提供。
  * [x] リソースモニタリング > ホスト全体のページに移動(当該ホストを選択)

<figure><img src="/files/Ta4p30TxqPVirCNLspPh" alt=""><figcaption></figcaption></figure>

* 特定の日付を選択
* 探知範囲表示:30分、1、2、6、24時間選択

<figure><img src="/files/1I83eWrPi5AF50cInIyo" alt=""><figcaption></figcaption></figure>

* 新しいウィンドウ表示機能
  * [x] 特定のホスト モニタリングの提供

<figure><img src="/files/3sBE18yZA8qhwRWI5YE1" alt=""><figcaption></figcaption></figure>

### 4. 検索及びCSVダウンロード <a href="#id-4" id="id-4"></a>

* オプション選択検索機能

<figure><img src="/files/wDEFCjt9KKRjqmRGRHxT" alt=""><figcaption></figcaption></figure>

* CSVデータフォーマットダウンロード機能
* 1分ごとに更新、停止選択機能

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/09.png" alt=""><figcaption></figcaption></figure>

### 5. ライセンス別サービス <a href="#id-5" id="id-5"></a>

* Standard: グラフ未提供
* Gold: 当日詳細グラフ提供(日付のみ表記され、クリックするとカレンダーUI未提供)
* Platinum: 30日 詳細グラフ提供(カレンダー提供)
* Premium（オンプラミス）: 60日詳細グラフ提供（カレンダー提供）

{% hint style="info" %}
グラフ動作案内

* 時間をクリックすると一時間詳細グラフを提供
* Back to Graphをクリックすると以前のグラフが露出
  {% endhint %}


---

# 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.plura.io/ja/fn/comm/resmon/host.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.
