# アラートの管理

アラートの管理ページでは、モニターの表示、編集、新規作成ができます。

## アラート管理ページへのアクセス <a href="#managingalerts-accessingthemanagealertspage" id="managingalerts-accessingthemanagealertspage"></a>

1. メインメニューの**アラートと診断**を選択します。
2. ナビゲーションパネルで**アラート管理**をクリックします。

<figure><img src="/files/wit1RKq33YUP6VFw3VxN" alt="Manage alerts"><figcaption></figcaption></figure>

## アラートの管理 <a href="#managingalerts-understandingthealertsadministrationpage" id="managingalerts-understandingthealertsadministrationpage"></a>

**アラート管理**ページから、以下の操作が可能です：

* モニターの名前をクリックして、その編集や設定を表示します。
* 名前でリストされているモニターをソートするか、モニター[タグ](#tagging-monitors)を入力/選択してソートします。
* モニターを**インポート**するには、JSONファイルをハードドライブからアップロードして、システムにモニターとしてインポートします。
  * すべてのインポートされた項目はカスタムコンテンツとして分類されます。
  * システム内のイベントがまだその削除されたモニターと関連付けられている場合、システムは削除されたモニターと同じ[NQL ID](/platform/ja/user-guide/alerts-and-diagnostics/managing-alerts/creating-custom-monitors.md#configuring-general-monitor-settings)のモニターのインポートを許可しません。
    * アラートイベントはプラットフォーム上に最大30日間保持されることに注意してください。
  * モニターをインポートする際に「\_NQL IDが既存のアラートを持つ削除されたモニターで既に使用されている」というメッセージが表示された場合は、エクスポートファイルを修正して新しい**NQL ID**を作成してください。
* モニターにカーソルを合わせると、テーブルの右側に操作メニューが表示されます。

{% hint style="info" %}
アラート管理ページには、[組み込み](/platform/ja/user-guide/alerts-and-diagnostics/getting-started-with-alerts.md#what-built-in-monitors-are-available-in-nexthink)モニターや[カスタム](/platform/ja/user-guide/alerts-and-diagnostics/managing-alerts/creating-custom-monitors.md)モニターを含む、すべての利用可能なモニターが一覧表示されます。

必要であれば、新しいモニターを[作成する](https://docs.nexthink.com/platform/ja/creating-custom-monitors/)ことができます。 最大50台のモニターを作成できます。
{% endhint %}

<figure><img src="/files/X2rfJ1ZWlHYqzRp0Ltxt" alt="Managing alerts-monitors"><figcaption></figcaption></figure>

### モニターのタグ付け

タグ付けは、迅速にモニターをソートおよびフィルタリングすることを可能にします。 **タグ**右サイドパネルを開いて、

* パネルの上部で特定のタグを検索します。
* モニターをフィルタリングするために1つ以上のタグを選択します。

**タグ** は、［Alerts Overview］(../responding-to-alerts/alerts-overview\.md) ページにも表示され、アラートをフィルタリングすることができます。 Webhooksを通じて通知を送信するときに、**タグ**を使用して特定のアラートをフィルタリングします。

監視に1つ以上のタグを追加するには、**Alerts > Manage Alerts**ページから:

1. モニターにカーソルを合わせてアクションメニューを表示し、**タグの管理**を選択します。
2. **タグの管理**ポップアップでは、
   * 新しいタグを入力するか、既存のタグを選択してモニターに追加します。
   * 特定のタグ項目のアクションメニューを開き、タグを**削除**するか、タグの色を変更します。
     * タグを削除すると、それが関連付けられているモニターのみから削除されます。
3. または、複数のモニターを選択して**タグの管理**を一括で行います。

特定のモニター設定ページでタグを編集することもできます。

<figure><img src="/files/b7nsaSaLRHu7PadgDdFd" alt="Managing tags in bulks"><figcaption></figcaption></figure>

***

モニターを設定する準備が整ったら、[ビルトインモニター](/platform/ja/user-guide/alerts-and-diagnostics/getting-started-with-alerts.md#what-built-in-monitors-are-available-in-nexthink)から始めてください。 これらはより広範な機能を提供し、利用可能な機能をよりよく理解するための推奨される開始点です。

ライブラリおよびシステムモニターの設定の詳細については、[ビルトインモニターのカスタマイズ](/platform/ja/user-guide/alerts-and-diagnostics/managing-alerts/customizing-built-in-monitors.md)ページを参照してください。 最初からモニターを作成する方法については、[カスタムモニターの作成](/platform/ja/user-guide/alerts-and-diagnostics/managing-alerts/creating-custom-monitors.md)ページをご覧ください。

***

関連トピック

* [アラートの初めてのステップ](/platform/ja/user-guide/alerts-and-diagnostics/getting-started-with-alerts.md)
* [Nexthink Library](/platform/ja/user-guide/nexthink-library.md)
* [製品設定](/platform/ja/user-guide/administration/system-configuration/product-configuration.md)


---

# Agent Instructions: 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:

```
GET https://docs.nexthink.com/platform/ja/user-guide/alerts-and-diagnostics/managing-alerts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
