差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| ja:documentation:pandorafms:technical_annexes:24_pfms_scheduled_downtimes [2025/11/02 06:01] – [静観] junichi | ja:documentation:pandorafms:technical_annexes:24_pfms_scheduled_downtimes [2026/06/05 21:37] (現在) – [計画停止管理のコンソール以外での代替手段] junichi | ||
|---|---|---|---|
| 行 3: | 行 3: | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| - | [[: | + | [[: |
| <wrap #ks1 /> | <wrap #ks1 /> | ||
| 行 9: | 行 9: | ||
| ===== 概要 ===== | ===== 概要 ===== | ||
| - | <WRAP left round box 50%> | + | <WRAP group> |
| + | <WRAP half column><WRAP left round box 90%>< | ||
| + | <WRAP half column> | ||
| + | </WRAP> | ||
| - | <wrap :en>**Management → Alerts → Scheduled downtime**</ | + | <WRAP group> |
| - | + | < | |
| - | </WRAP>\\ \\ \\ \\ \\ | + | <WRAP half column>Pandora FMS には、計画停止時間を管理するシステムがあります。これにより、サービス停止中にエージェントを無効化することで、アラートを無効にすることができます。</ |
| - | + | </ | |
| - | <WRAP left round box 50%> | + | |
| - | + | ||
| - | <wrap : | + | |
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | Pandora FMS has a system for managing scheduled service downtimes. This allows alerts to be disabled during service downtimes by deactivating agents. | + | |
| - | + | ||
| - | Pandora FMS には、計画的なサービス停止を管理するシステムがあります。これにより、サービス停止中にエージェントを無効化することで、アラートを無効にすることができます。 | + | |
| <WRAP center round info 90%> | <WRAP center round info 90%> | ||
| 行 45: | 行 39: | ||
| ===== 計画停止の作成 ===== | ===== 計画停止の作成 ===== | ||
| - | <WRAP left round box 50%> | + | <WRAP group> |
| + | <WRAP half column><WRAP left round box 90%>< | ||
| + | <WRAP half column> | ||
| + | </WRAP> | ||
| - | <wrap :en>**Management → Alerts → Scheduled downtime → Create**</ | + | <WRAP group> |
| - | + | < | |
| - | </WRAP>\\ | + | <WRAP half column>新しい計画停止が作成された後に、エージェントとモジュールを選択して追加することをお勧めします。</ |
| - | \\ | + | </ |
| - | \\ | + | |
| - | \\ | + | |
| - | \\ | + | |
| - | + | ||
| - | <WRAP left round box 50%> | + | |
| - | + | ||
| - | <wrap : | + | |
| - | + | ||
| - | </ | + | |
| - | \\ | + | |
| - | \\ | + | |
| - | \\ | + | |
| - | \\ | + | |
| - | + | ||
| - | It is recommended for agents and modules to be selected for the new scheduled downtime to be added **after** it was created. | + | |
| - | + | ||
| - | 新しい計画停止が作成された後に、エージェントとモジュールを選択して追加することをお勧めします。 | + | |
| <WRAP center round tip 90%> | <WRAP center round tip 90%> | ||
| 行 271: | 行 251: | ||
| ===== 計画停止管理のコンソール以外での代替手段 ===== | ===== 計画停止管理のコンソール以外での代替手段 ===== | ||
| - | There are often certain " | + | The method for managing service downtimes is too specific, and there are often certain " |
| - | 計画停止の管理はしばしば周期的に実施する必要がある場合があります。たとえば、すべてのエージェントを迅速かつ時間通りに無効化したり、毎週特定の時刻から特定の時刻までの一般的な計画停止をスケジュールしたりする必要があります。このような操作については、コマンドラインから実行する方法があります。 | + | 計画停止を管理する方法は非常に特殊であり、すべてのエージェントを迅速かつ速やかに無効化したり、毎週特定の時刻から特定の時刻までの一般的な停止をスケジュールしたりするなど、特定の「周期的な」状況を考慮する必要があることがよくあります。 |
| - | There is a quick way to set all agents in service mode, through | + | For this type of operation, there are ways to do it from the [[: |
| - | CLI のユーティリティ '' | + | このような場合には、[[: |
| - | < | + | To enable all agent groups: |
| - | ./ | + | すべてのエージェントグループを有効にするには: |
| - | + | ||
| - | Pandora FMS Manage tool 3.1 PS100519 Copyright (c) 2010 Pandora FMS SL | + | |
| - | This program is Free Software, licensed under the terms of GPL License v2 | + | |
| - | You can download latest versions and documentation at https:// | + | |
| - | + | ||
| - | [*] Pandora FMS module loaded. | + | |
| - | + | ||
| - | [INFO] Enabling group 1 | + | |
| + | <code bash> | ||
| + | pandora_manage / | ||
| + | [INFO] Enabling all groups | ||
| </ | </ | ||
| To disable them: | To disable them: | ||
| - | 無効にするには: | + | 無効化するには: |
| + | |||
| + | <code bash> | ||
| + | pandora_manage / | ||
| - | < | + | [INFO] Disabling all groups |
| - | ./ | + | |
| </ | </ | ||
| - | [[: | + | [[: |