| 両方とも前のリビジョン 前のリビジョン | |
| ja:documentation:pandorafms:monitoring:03_remote_monitoring [2026/06/05 22:16] – [経路監視] junichi | ja:documentation:pandorafms:monitoring:03_remote_monitoring [2026/06/05 22:18] (現在) – [API 監視] junichi |
|---|
| ===== API 監視 ===== | ===== API 監視 ===== |
| |
| <WRAP left round box 50%> | <WRAP group> |
| | <WRAP half column><WRAP center round box 90%>Menu <wrap :en>**Management → Resources → Manage agents**</wrap>, direct access to <wrap :en>**Modules**</wrap> of the respective agent, <wrap :en>**Create module**</wrap> button.</WRAP></WRAP> |
| Menu <wrap :en>**Management → Resources → Manage agents**</wrap>, direct access to <wrap :en>**Modules**</wrap> of the respective agent, <wrap :en>**Create module**</wrap> button. | <WRAP half column>There are two types of modules which share common characteristics with the rest of the modules and are used to obtain data with API calls:</WRAP> |
| </WRAP> | </WRAP> |
| \\ \\ \\ \\ \\ \\ | |
| |
| <WRAP left round box 50%> | |
| |
| メニュー <wrap :ja>**管理(Management) → リソース(Resources) → エージェント管理(Manage agents)**</wrap>, 対象エージェントの <wrap :ja>**モジュール(Modules)**</wrap> へアクセス、<wrap :ja>**モジュール作成(Create module)**</wrap> ボタン | |
| |
| | <WRAP group> |
| | <WRAP half column><WRAP center round box 90%>メニュー <wrap :ja>**管理(Management) → リソース(Resources) → エージェント管理(Manage agents)**</wrap>、各エージェントの <wrap :ja>**モジュール**</wrap>への直接アクセス、<wrap :ja>**モジュール作成**</wrap>ボタン。</WRAP></WRAP> |
| | <WRAP half column>他のモジュールと共通の特性を持ち、API 呼び出しでデータを取得するために使用されるモジュールには、2種類あります。</WRAP> |
| </WRAP> | </WRAP> |
| \\ \\ \\ \\ \\ \\ | |
| |
| There are two types of modules that share common characteristics with the rest of the modules and are used to retrieve data with API calls: | |
| |
| 他のモジュールと共通の特性を持ち、API 呼び出しでデータを取得するために使用されるモジュールには 2 つの種類があります。 | |
| |
| * ''API retrieve module'': It can receive three types of data from the API query: numeric, true or false (//bool//), and alphanumeric. | * ''API retrieve module'': It can receive three types of data from the API query performed: numeric, true or false (bool), and alphanumeric. |
| |
| * ''API 取得モジュール(API retrieve module)'': API クエリから数値、true または false (//bool//)、英数字の 3 種類のデータを受け取ることができます。 | * ''API 取得モジュール(API retrieve module)'': API クエリから数値、true または false (//bool//)、英数字の 3 種類のデータを受け取ることができます。 |
| |
| {{ :wiki:APIRetrieveModule.png }} | {{ :wiki:APIRetrieveModule.png }} |
| |
| * ''API custom module'': It only has one type //bool//, which will be normal if all conditions are met or if the API response code **does not match any** of the specified ones (the expected response code is ''200''). By default, the comparison codes with the response are ''500, 404, 403'' and as many as needed can be added, always separated by commas. If any of these codes is received as a response, the module will go into critical state (''0''). | * ''API custom module'': It only has one type //bool//, which will be normal if all conditions are met or if the API response code **does not match any** of the specified ones (the expected response code is ''200''). By default, the comparison codes with the response are ''500, 404, 403'' and as many as needed can be added, always separated by commas. If any of these codes is received as a response, the module will go into critical state (''0''). |