UNIX-man-relayctl-8
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
site-1
menu-1
menu-2
menu-3
menu-4
menu-5
menu-6
site-2
menu-1
menu-2
menu-3
menu-4
menu-5
menu-6
site-3
menu-1
menu-2
menu-3
menu-4
menu-5
menu-6
site-4
menu-1
menu-2
menu-3
menu-4
menu-5
menu-6
site-5
menu-1
menu-2
menu-3
menu-4
menu-5
menu-6
開始行:
* relayctl - control the relay daemon [#oec0560f]
~
** 概要 [#o8c388a7]
''relayctl'' '''command''' ['''argument...''']~
~
** 説明 [#zc6bd858]
- The ''relayctl'' program controls the [[relayd(8)>UNIX-...
-- ''relayctl'' は [[relayd(8)>UNIX-man-relayd-8]] デーモ...
- The following commands are available:
-- 次のコマンドが利用可能です:
~
''host disable'' ['''name''' | '''id''']~
- Disable a host. Treat it as though it were always down.
-- ホストを無効にします.常にダウンしたかのように取り扱い...
~
''host enable'' ['''name''' | '''id''']~
- Enable the host. Start checking its health again.
-- ホストを有効にします.ヘルスチェックが再開されます.
~
''load'' '''filename'''
- Reload the configuration from the specified file.
-- 指定したファイルから設定情報を再読み込みします.
~
''monitor''
- Continuously report any changes in the host checking en...
-- 継続的にホストチェックエンジンと pf(4) エンジンの変更...
~
''poll''
- Schedule an immediate check of all hosts.
-- 全てのホストの即時チェックをスケジュールします.
~
''redirect disable'' ['''name''' | '''id''']
- Disable a redirection. If it has pf(4) redirection rul...
-- リダイレクトを無効にします.pf(4) のリダイレクションル...
~
''redirect enable'' ['''name''' | '''id''']
- Enable a redirection. Mark the redirection's main table...
-- リダイレクトを有効にします.リダイレクションのメインテ...
~
''reload''
- Reload the configuration file.
-- 設定ファイルを再読み込みします.
~
''show hosts''
- Show detailed status of hosts and tables. It will also ...
-- ホストとテーブルの詳細なステータスを表示します.また,...
~
''show redirects''
- Show detailed status of redirections including the curr...
-- 現在と平均のアクセス統計を含む,リダイレクトの詳細なス...
~
''show relays''
- Show detailed status of relays including the current an...
-- 現在と平均のアクセス統計を含む,リレーの詳細なステータ...
~
''show routers''
- Show detailed status of routers including the configure...
-- 設定されたネットワーク・ルート情報を含む,ルータの詳細...
~
''show sessions''
- Dump the complete list of running relay sessions.
-- 動作中のリレーセッションの完全なリストをダンプします.
~
''show summary''
- Display a list of all relays, redirections, routers, ta...
-- 全てのリレー,リダイレクション,ルータ,テーブルおよび...
~
''table disable'' ['''name''' | '''id''']
- Disable a table. Consider all hosts disabled. If it i...
-- テーブルを無効にします.全てのホストが無効になると考え...
~
''table enable'' ['''name''' | '''id''']
- Enable a table. Start doing checks for all hosts that ...
-- テーブルを有効にします.個別に無効化されてはいないホス...
~
** ファイル [#z0731e71]
/var/run/relayd.sock relayctl(8) との通信で使用する UNIX...
~
** エラー [#mc7374c7]
- If a host is down and a previous check failed, relayctl...
-- ホストがダウンし,前回のチェックに失敗した場合,relayc...
~
'''none'''
- No specific error was reported by the check engine.
-- チェックエンジンからは特定のエラーは報告されませんでし...
~
'''aborted'''
- All checks were aborted by an external event, like a co...
-- 全てのチェックが設定の再読み込み時のように,外部のイベ...
~
'''interval timeout'''
- The check did not finish in the configured time of an i...
-- チェック間隔で設定された時間内に終了できませんでした....
~
'''icmp read timeout'''~
'''ssl read timeout'''~
'''tcp read timeout'''~
- The check failed because the remote host did not send a...
-- リモートホストが設定されたタイムアウト時間内に応答を返...
~
'''icmp write timeout'''~
'''ssl write timeout'''~
'''tcp write timeout'''~
'''ssl connect timeout'''~
'''tcp connect timeout'''
- The check failed because [[relayd(8)>UNIX-man-relayd-8]...
-- [[relayd(8)>UNIX-man-relayd-8]] が設定されたタイムアウ...
~
'''ssl connect error'''~
'''ssl read error'''~
'''ssl write error'''~
'''tcp connect error'''~
'''tcp read failed'''~
'''tcp write failed'''
- An I/O error occurred. This indicates that [[relayd(8)...
-- I/O エラーが発生しました.これは [[relayd(8)>UNIX-man-...
~
'''ssl connect failed'''~
'''tcp connect failed'''
- The check failed because the protocol handshake did not...
-- プロトコルハンドシェイク時,リモートホストとのステート...
~
'''script failed'''
- The external script executed by the check did not retur...
-- 外部スクリプトによるチェックを実行した際,有効な返り値...
~
'''send/expect failed'''
- The payload data returned by the remote host did not ma...
-- リモートホストから返されたペイロードデータが,予期して...
~
'''http code malformed'''~
'''http digest malformed'''
- The remote host did not return a valid HTTP header or b...
-- リモートホストは,有効な HTTP ヘッダおよびコンテンツを...
~
'''http code mismatch'''
- The remote host did not return a matching HTTP error co...
-- リモートホストが一致する HTTP エラーコードを返しません...
~
'''http digest mismatch'''
- The remote host did not return the expected content and...
-- リモートホストは想定した内容を返さず,計算したダイジェ...
~
** 参照 [#g40a5b01]
[[relayd(8)>UNIX-man-relayd-8]]~
~
** オリジナルドキュメント [#l04376c7]
http://www.openbsd.org/cgi-bin/man.cgi?query=relayctl&sek...
~
----
Hiroyuki Seino http://www.seichan.org/ http://www.seicha...
Today:&counter(today); Yesterday:&counter(yesterday); All...
終了行:
* relayctl - control the relay daemon [#oec0560f]
~
** 概要 [#o8c388a7]
''relayctl'' '''command''' ['''argument...''']~
~
** 説明 [#zc6bd858]
- The ''relayctl'' program controls the [[relayd(8)>UNIX-...
-- ''relayctl'' は [[relayd(8)>UNIX-man-relayd-8]] デーモ...
- The following commands are available:
-- 次のコマンドが利用可能です:
~
''host disable'' ['''name''' | '''id''']~
- Disable a host. Treat it as though it were always down.
-- ホストを無効にします.常にダウンしたかのように取り扱い...
~
''host enable'' ['''name''' | '''id''']~
- Enable the host. Start checking its health again.
-- ホストを有効にします.ヘルスチェックが再開されます.
~
''load'' '''filename'''
- Reload the configuration from the specified file.
-- 指定したファイルから設定情報を再読み込みします.
~
''monitor''
- Continuously report any changes in the host checking en...
-- 継続的にホストチェックエンジンと pf(4) エンジンの変更...
~
''poll''
- Schedule an immediate check of all hosts.
-- 全てのホストの即時チェックをスケジュールします.
~
''redirect disable'' ['''name''' | '''id''']
- Disable a redirection. If it has pf(4) redirection rul...
-- リダイレクトを無効にします.pf(4) のリダイレクションル...
~
''redirect enable'' ['''name''' | '''id''']
- Enable a redirection. Mark the redirection's main table...
-- リダイレクトを有効にします.リダイレクションのメインテ...
~
''reload''
- Reload the configuration file.
-- 設定ファイルを再読み込みします.
~
''show hosts''
- Show detailed status of hosts and tables. It will also ...
-- ホストとテーブルの詳細なステータスを表示します.また,...
~
''show redirects''
- Show detailed status of redirections including the curr...
-- 現在と平均のアクセス統計を含む,リダイレクトの詳細なス...
~
''show relays''
- Show detailed status of relays including the current an...
-- 現在と平均のアクセス統計を含む,リレーの詳細なステータ...
~
''show routers''
- Show detailed status of routers including the configure...
-- 設定されたネットワーク・ルート情報を含む,ルータの詳細...
~
''show sessions''
- Dump the complete list of running relay sessions.
-- 動作中のリレーセッションの完全なリストをダンプします.
~
''show summary''
- Display a list of all relays, redirections, routers, ta...
-- 全てのリレー,リダイレクション,ルータ,テーブルおよび...
~
''table disable'' ['''name''' | '''id''']
- Disable a table. Consider all hosts disabled. If it i...
-- テーブルを無効にします.全てのホストが無効になると考え...
~
''table enable'' ['''name''' | '''id''']
- Enable a table. Start doing checks for all hosts that ...
-- テーブルを有効にします.個別に無効化されてはいないホス...
~
** ファイル [#z0731e71]
/var/run/relayd.sock relayctl(8) との通信で使用する UNIX...
~
** エラー [#mc7374c7]
- If a host is down and a previous check failed, relayctl...
-- ホストがダウンし,前回のチェックに失敗した場合,relayc...
~
'''none'''
- No specific error was reported by the check engine.
-- チェックエンジンからは特定のエラーは報告されませんでし...
~
'''aborted'''
- All checks were aborted by an external event, like a co...
-- 全てのチェックが設定の再読み込み時のように,外部のイベ...
~
'''interval timeout'''
- The check did not finish in the configured time of an i...
-- チェック間隔で設定された時間内に終了できませんでした....
~
'''icmp read timeout'''~
'''ssl read timeout'''~
'''tcp read timeout'''~
- The check failed because the remote host did not send a...
-- リモートホストが設定されたタイムアウト時間内に応答を返...
~
'''icmp write timeout'''~
'''ssl write timeout'''~
'''tcp write timeout'''~
'''ssl connect timeout'''~
'''tcp connect timeout'''
- The check failed because [[relayd(8)>UNIX-man-relayd-8]...
-- [[relayd(8)>UNIX-man-relayd-8]] が設定されたタイムアウ...
~
'''ssl connect error'''~
'''ssl read error'''~
'''ssl write error'''~
'''tcp connect error'''~
'''tcp read failed'''~
'''tcp write failed'''
- An I/O error occurred. This indicates that [[relayd(8)...
-- I/O エラーが発生しました.これは [[relayd(8)>UNIX-man-...
~
'''ssl connect failed'''~
'''tcp connect failed'''
- The check failed because the protocol handshake did not...
-- プロトコルハンドシェイク時,リモートホストとのステート...
~
'''script failed'''
- The external script executed by the check did not retur...
-- 外部スクリプトによるチェックを実行した際,有効な返り値...
~
'''send/expect failed'''
- The payload data returned by the remote host did not ma...
-- リモートホストから返されたペイロードデータが,予期して...
~
'''http code malformed'''~
'''http digest malformed'''
- The remote host did not return a valid HTTP header or b...
-- リモートホストは,有効な HTTP ヘッダおよびコンテンツを...
~
'''http code mismatch'''
- The remote host did not return a matching HTTP error co...
-- リモートホストが一致する HTTP エラーコードを返しません...
~
'''http digest mismatch'''
- The remote host did not return the expected content and...
-- リモートホストは想定した内容を返さず,計算したダイジェ...
~
** 参照 [#g40a5b01]
[[relayd(8)>UNIX-man-relayd-8]]~
~
** オリジナルドキュメント [#l04376c7]
http://www.openbsd.org/cgi-bin/man.cgi?query=relayctl&sek...
~
----
Hiroyuki Seino http://www.seichan.org/ http://www.seicha...
Today:&counter(today); Yesterday:&counter(yesterday); All...
ページ名: