差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
ja:documentation:pandorafms:monitoring:06_web_monitoring [2024/07/19 22:43] – [HTTPS モニタリング] junichi | ja:documentation:pandorafms:monitoring:06_web_monitoring [2025/02/14 08:27] (現在) – [インストールと設定] junichi | ||
---|---|---|---|
行 51: | 行 51: | ||
</ | </ | ||
- | <WRAP center round info 60%>\\ | + | <WRAP center round info 60%> |
- | Pandora FMS has protection against [[https:// | + | |
- | '' | + | |
- | Please take this protection into account when considering the use of " | + | |
- | <WRAP center round info 60%>\\ | + | Pandora FMS has protection against CSRF and it may happen that web checks, when debugged, get this message: '' |
- | Pandora FMS は [[https:// | + | |
- | '' | + | </ |
- | [[: | + | |
+ | <WRAP center round info 60%> | ||
+ | |||
+ | Pandora FMS は [[https:// | ||
+ | [[: | ||
+ | |||
+ | </WRAP> | ||
+ | |||
+ | <wrap #ks1_3 /> | ||
==== ウェブモジュールの作成方法 ==== | ==== ウェブモジュールの作成方法 ==== | ||
行 256: | 行 261: | ||
{{ wiki: | {{ wiki: | ||
+ | ==== サーバステータスコードの確認 ==== | ||
+ | |||
+ | To check the server status code of a website, select the type of module <wrap : | ||
+ | |||
+ | ウェブサイトのサーバステータスコードを確認するには、モジュールの種類を選択します <wrap : | ||
+ | |||
+ | < | ||
+ | task_begin | ||
+ | head https:// | ||
+ | task_end | ||
+ | |||
+ | </ | ||
+ | |||
+ | * It is important to use the '' | ||
+ | * In server configuration, | ||
+ | |||
+ | * ステータス コードを取得するには、'' | ||
+ | * サーバ設定のセクション [[: | ||
+ | |||
+ | <wrap #ks1_7 /> | ||
==== HTTP の簡単な認証 ==== | ==== HTTP の簡単な認証 ==== | ||
行 415: | 行 440: | ||
| | ||
</ | </ | ||
+ | |||
+ | <wrap #ks1_8_2 /> | ||
=== ウェブチェックのデバッグ === | === ウェブチェックのデバッグ === | ||
行 536: | 行 563: | ||
* リトライ = 1、リクエスト = 2: 2回のチェックを実行します。しかし一方の失敗で、障害と判断します。 | * リトライ = 1、リクエスト = 2: 2回のチェックを実行します。しかし一方の失敗で、障害と判断します。 | ||
+ | ==== HTTPS モニタリング ==== | ||
+ | Goliat は HTTP と HTTPS の両方をチェックできます。 HTTPS を利用しているセキュリティで保護されたウェブサイトのチェックを行うには、その URL にプロトコルを組み込むだけです。 | ||
+ | |||
+ | < | ||
+ | task_begin | ||
+ | get https:// | ||
+ | cookie 1 | ||
+ | resource 0 | ||
+ | check_string Google | ||
+ | task_end | ||
+ | </ | ||