> 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/alerts-and-diagnostics/alerts-classic/creating-a-service-based-alert-classic.md).

# サービスベースのアラートを作成（クラシック）

このドキュメントで説明されている機能の一部は、Finder（クラシック）とリンクしています。

{% hint style="info" %}
Nexthink Finder は Windows 専用のデスクトップアプリケーションで、その機能は今やNexthink web インターフェース内で利用可能です。 Nexthink はブラウザから直接使用できるようになり、ほとんどの機能は追加のデスクトップアプリケーションを必要としなくなりました。
{% endhint %}

サービスベースのアラートは、Finder で定義するサービスのしきい値に依存します。 アラートの作成を受け入れるためのサービスの前提条件は次の通りです：

* サービスはアクティブである必要があります（つまり、無効ではありません）。
* サービスはその定義にしきい値を指定する必要があります。
* 同じサービスに対して他のサービスベースのアラートが定義されていません。

Nexthink web インターフェースでサービスベースのアラートを作成するには：

1. メインメニューから **Administration** を選択します。
2. ナビゲーションパネルの **Content Management** 配下の **Alerts** をクリックします。
3. **Alerts** ページの右上のプラス記号をクリックします。 新たにサービスベースのアラートを設定するためのダイアログボックスが表示されます。
   * アラートの**名前**を入力します。
   * オプション: アラートの機能を簡潔に**説明**フィールドに記載します。
   * **Category** セクションでアラートをカテゴリに割り当てるか、新しいカテゴリを作成します。
   * **Service** リスト選択で、アラートの基にしたいサービスを選択します。 利用可能なのは、その定義でしきい値を指定し、他のアラートに使用されていないアクティブなサービスです。 ダイアログボックスには、サービスのために設定されたしきい値と、アラートをトリガーする際に使用される**x 以上のデバイスが影響を受けるまで無視する**までのボックスが表示されます。
   * サービスが 2 つのしきい値を定義している場合、**x しきい値が超えた時にアラートをトリガーする**を選択してください：
     * 問題を抱えているデバイスの割合が警告しきい値を超えた場合にアラートをトリガーするには**yellow**を選択します。
     * 問題を抱えているデバイスの割合がエラーしきい値を超えた場合にアラートをトリガーするには**red**を選択します。
   * アラートがトリガーされた時に、購読しているユーザーへメールでアラートの詳細を送信するには、**アラートがトリガーされた時にはメールを送信する**チェックボックスをオンにします。
4. **Create**をクリックすると、新しいアラートが管理下のアラート一覧に追加されます。

アラートはこれで作成されましたが、ユーザーが購読するまで有効になりません。 [アラートがロールに含まれている](/platform/ja/user-guide/administration/account-management.md)場合、ユーザーはそのアラートを個別にサブスクライブできます。 役割に必須のアラートが含まれている場合、その役割を割り当てられた全てのユーザーが自動的にアラートに購読されます。

サービスベースのアラートに購読するには：

1. メインメニューから**Alerts and Diagnostics**を選択します。
2. ナビゲーションパネルの**My Service Alerts**をクリックします。
3. テーブルの上部にあるプラス記号アイコンの後にある**Subscribe to alert**ラベルをクリックします。
4. リスト **Alert** から1つ以上のアラートを選択します。 リストには、Nexthink web インターフェースにまだ追加されていないアラートのみが表示されます。 購読可能なアラートがない場合、ダイアログボックスは適切なメッセージを表示し終了します。
5. オプション: ドロップダウンリスト **Filter by role** を使用して役割でアラートのリストをフィルタリングします。 これは、役割のために多くのアラートが定義されている場合、特定のアラートをリストの中で見つけるのに役立ちます。
6. **OK**ボタンをクリックします。 アラートが特別なダッシュボード**My alerts**に追加されます。


---

# 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/alerts-and-diagnostics/alerts-classic/creating-a-service-based-alert-classic.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.
