両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
ja:documentation:pandorafms:monitoring:06_web_monitoring [2024/07/19 22:44] – [HTTP ヘッダーのカスタマイズ] junichi | ja:documentation:pandorafms:monitoring:06_web_monitoring [2025/02/14 08:27] (現在) – [インストールと設定] junichi |
---|
</code> | </code> |
| |
<WRAP center round info 60%>\\ | <WRAP center round info 60%> |
Pandora FMS has protection against [[https://en.wikipedia.org/wiki/Cross-site_request_forgery|CSRF]] and it may happen that the web checks, when debugged, you get this message:\\ | |
''Cannot verify the origin of the request'' \\ | |
Please take this protection into account when considering the use of "[[:en:documentation:03_monitoring:13_user_monitorization#introduction|WUX monitoring]]". </WRAP> | |
| |
<WRAP center round info 60%>\\ | Pandora FMS has protection against CSRF and it may happen that web checks, when debugged, get this message: ''Cannot verify the origin of the request'' Take this protection into account when considering the use of "[[:en: documentation:pandorafms:monitoring:13_user_monitorization#introduction|WUX Monitoring]]". |
Pandora FMS は [[https://en.wikipedia.org/wiki/Cross-site_request_forgery|CSRF]] に対して保護されており、デバッグ時に Web チェックで次のメッセージが表示される場合があります:\\ | |
''Cannot verify the origin of the request'' \\ | </WRAP> |
[[:ja:documentation:03_monitoring:13_user_monitorization#概要|WUX 監視]] の使用を検討する際には、この保護を考慮に入れてください、</WRAP> | |
| <WRAP center round info 60%> |
| |
| Pandora FMS は [[https://en.wikipedia.org/wiki/Cross-site_request_forgery|CSRF]] に対して保護されており、デバッグ時に Web チェックで ''Cannot verify the origin of the request'' というメッセージが表示される場合があります。 |
| [[:ja:documentation:pandorafms:monitoring:13_user_monitorization#概要|WUX 監視]] の使用を検討する際には、この保護を考慮に入れてください。 |
| |
| </WRAP> |
| |
| <wrap #ks1_3 /> |
| |
==== ウェブモジュールの作成方法 ==== | ==== ウェブモジュールの作成方法 ==== |
{{ wiki:goliat_full_sample.jpg?800 }} | {{ wiki:goliat_full_sample.jpg?800 }} |
| |
| ==== サーバステータスコードの確認 ==== |
| |
| To check the server status code of a website, select the type of module <wrap :en>**Remote HTTP module to check server status code**</wrap>: |
| |
| ウェブサイトのサーバステータスコードを確認するには、モジュールの種類を選択します <wrap :en>**Remote HTTP module to check server status code**</wrap>: |
| |
| <code> |
| task_begin |
| head https://pandorafms.com |
| task_end |
| |
| </code> |
| |
| * It is important to use the ''head'' parameter to obtain the status code. |
| * In server configuration, in section [[:en:documentation:pandorafms:installation:04_configuration#web_engine|web_engine]] ''curl'' must be typed in. |
| |
| * ステータス コードを取得するには、''head'' パラメータを使用することが重要です。 |
| * サーバ設定のセクション [[:ja:documentation:pandorafms:installation:04_configuration#web_engine|web_engine]] に ''curl'' と入力する必要があります。 |
| |
| <wrap #ks1_7 /> |
| |
==== HTTP の簡単な認証 ==== | ==== HTTP の簡単な認証 ==== |