# サードパーティ監視の使用

サードパーティの監視システムを使用して、SCEPman の /probe エンドポイントをポーリングできます。

### URL

プローブ URL は次のとおりです。 `<your-SCEPman-URL>/probe`

### ステータスコード

* `200`: SCEPman は稼働中です
* `5xx`: 少なくとも 1 つの SCEPman コンポーネントが動作していません

{% hint style="info" %}
SCEPman サービスのパフォーマンスへの影響を避けるため、ポーリング間隔は 60 秒以上に設定することを推奨します。
{% endhint %}


---

# 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.scepman.com/ja/azure-gou-cheng/health-check/using-3rd-party-monitoring.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.
