UNIX-man-relayd.conf-5
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
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
開始行:
* relayd.conf - relay daemon configuration file [#hd9fc702]
~
** 概要 [#t9d44d10]
''relayd.conf'' リレーデーモン relayd(8) の設定ファイル~
~
** セクション [#x8bec77d]
- ''relayd.conf'' is divided into seven main sections:
-- ''relayd.conf'' は7つの主要なセクションに分かれていま...
~
''Macros''~
- User-defined variables may be defined and used later, s...
-- ユーザ定義変数を定義し,後で使用する事が出来,設定ファ...
~
''Global Configuration''~
- Global settings for relayd(8). Do note that the config...
-- relayd(8) のグローバル設定.設定ファイルには,グローバ...
~
''Tables''~
- Table definitions describe a list of hosts, in a simila...
-- テーブル定義は pf(4) のテーブルと同様の形式でホストの...
~
''Redirections''~
- Redirections are translated to pf(4) rdr-to rules for s...
-- リダイレクションは,レイヤ3上のヘルスチェックされたテ...
~
''Relays''~
- Relays allow application layer load balancing, SSL acce...
-- リレーは,レイヤ7 アプリケーション層のロードバランシン...
~
''Protocols''~
- Protocols are predefined protocol handlers and settings...
-- プロトコルは,リレーの為に事前に定義されたプロトコルハ...
~
''Routers''~
- Routers are used to insert routes with health-checked g...
-- ルータは (WAN) リンク・バランシング用のヘルスチェック...
~
- Within the sections, a host address can be specified by...
-- セクション内では,ホストアドレスとして,IPv4 アドレス...
- The current line can be extended over multiple lines us...
-- 行はバックスラッシュ (`\') を使用して複数行に拡張する...
- Argument names not beginning with a letter, digit, or u...
-- 引数の名前が文字,数字またはアンダースコアで始まらない...
- Additional configuration files can be included with the...
-- 追加の設定ファイルがある場合,include キーワードで含め...
include "/etc/relayd.conf.local"
~
''MACROS''~
- Macros can be defined that will later be expanded in co...
-- マクロを定義する事ができ,これは後でコンテキストで展開...
-- 例
www1="10.0.0.1"
www2="10.0.0.2"
table <webhosts> {
$www1
$www2
}
''GLOBAL CONFIGURATION''~
- Here are the settings that can be set globally:
-- グローバルに設定する事が可能な項目は次の通りです:
''interval'' '''number'''~
- Set the interval in seconds at which the hosts will be ...
-- ホストをチェックする間隔を秒単位で設定します.デフォル...
''log (updates|all)''
- Log state notifications after completed host checks. E...
-- ホストチェックが完了した後に状態の通知をログに記録しま...
''prefork'' '''number'''~
-When using relays, run the specified number of processes...
-- リレーを使用する場合,コネクションのリレーを処理する為...
''send trap''~
- Send an SNMP trap when the state of a host changes. re...
-- ホストの状態が変化した際に SNMP トラップを送信します....
''timeout'' '''number'''~
- Set the global timeout in milliseconds for checks. This...
-- 監視のミリ秒単位のグローバルタイムアウト値を設定します...
~
''TABLES''~
- Tables are used to group a set of hosts as the target f...
-- テーブルは,リダイレクトグループやリレーのターゲットと...
''disable''
- Start the table disabled - no hosts will be checked in ...
-- テーブルを無効の状態で開始します.このテーブルに載って...
~
** 参照 [#v2c536aa]
relayctl(8), relayd(8), snmpd(8), ssl(8)~
~
** オリジナルドキュメント [#f7efc58c]
http://www.openbsd.org/cgi-bin/man.cgi?query=relayd.conf&...
~
----
Hiroyuki Seino http://www.seichan.org/ http://www.seicha...
Today:&counter(today); Yesterday:&counter(yesterday); All...
終了行:
* relayd.conf - relay daemon configuration file [#hd9fc702]
~
** 概要 [#t9d44d10]
''relayd.conf'' リレーデーモン relayd(8) の設定ファイル~
~
** セクション [#x8bec77d]
- ''relayd.conf'' is divided into seven main sections:
-- ''relayd.conf'' は7つの主要なセクションに分かれていま...
~
''Macros''~
- User-defined variables may be defined and used later, s...
-- ユーザ定義変数を定義し,後で使用する事が出来,設定ファ...
~
''Global Configuration''~
- Global settings for relayd(8). Do note that the config...
-- relayd(8) のグローバル設定.設定ファイルには,グローバ...
~
''Tables''~
- Table definitions describe a list of hosts, in a simila...
-- テーブル定義は pf(4) のテーブルと同様の形式でホストの...
~
''Redirections''~
- Redirections are translated to pf(4) rdr-to rules for s...
-- リダイレクションは,レイヤ3上のヘルスチェックされたテ...
~
''Relays''~
- Relays allow application layer load balancing, SSL acce...
-- リレーは,レイヤ7 アプリケーション層のロードバランシン...
~
''Protocols''~
- Protocols are predefined protocol handlers and settings...
-- プロトコルは,リレーの為に事前に定義されたプロトコルハ...
~
''Routers''~
- Routers are used to insert routes with health-checked g...
-- ルータは (WAN) リンク・バランシング用のヘルスチェック...
~
- Within the sections, a host address can be specified by...
-- セクション内では,ホストアドレスとして,IPv4 アドレス...
- The current line can be extended over multiple lines us...
-- 行はバックスラッシュ (`\') を使用して複数行に拡張する...
- Argument names not beginning with a letter, digit, or u...
-- 引数の名前が文字,数字またはアンダースコアで始まらない...
- Additional configuration files can be included with the...
-- 追加の設定ファイルがある場合,include キーワードで含め...
include "/etc/relayd.conf.local"
~
''MACROS''~
- Macros can be defined that will later be expanded in co...
-- マクロを定義する事ができ,これは後でコンテキストで展開...
-- 例
www1="10.0.0.1"
www2="10.0.0.2"
table <webhosts> {
$www1
$www2
}
''GLOBAL CONFIGURATION''~
- Here are the settings that can be set globally:
-- グローバルに設定する事が可能な項目は次の通りです:
''interval'' '''number'''~
- Set the interval in seconds at which the hosts will be ...
-- ホストをチェックする間隔を秒単位で設定します.デフォル...
''log (updates|all)''
- Log state notifications after completed host checks. E...
-- ホストチェックが完了した後に状態の通知をログに記録しま...
''prefork'' '''number'''~
-When using relays, run the specified number of processes...
-- リレーを使用する場合,コネクションのリレーを処理する為...
''send trap''~
- Send an SNMP trap when the state of a host changes. re...
-- ホストの状態が変化した際に SNMP トラップを送信します....
''timeout'' '''number'''~
- Set the global timeout in milliseconds for checks. This...
-- 監視のミリ秒単位のグローバルタイムアウト値を設定します...
~
''TABLES''~
- Tables are used to group a set of hosts as the target f...
-- テーブルは,リダイレクトグループやリレーのターゲットと...
''disable''
- Start the table disabled - no hosts will be checked in ...
-- テーブルを無効の状態で開始します.このテーブルに載って...
~
** 参照 [#v2c536aa]
relayctl(8), relayd(8), snmpd(8), ssl(8)~
~
** オリジナルドキュメント [#f7efc58c]
http://www.openbsd.org/cgi-bin/man.cgi?query=relayd.conf&...
~
----
Hiroyuki Seino http://www.seichan.org/ http://www.seicha...
Today:&counter(today); Yesterday:&counter(yesterday); All...
ページ名: