内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
•
glusterfs
lvs:sample001
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
===== keepalived.confのサンプル ===== <code> ! Configuration File for keepalived global_defs { notification_email { test@corp-ltd.jp } notification_email_from error_reporting@corp-ltd.jp smtp_server localhost smtp_connect_timeout 30 } vrrp_instance WEB { state BACKUP interface eth0 garp_master_delay 5 virtual_router_id 1 priority 100 nopreempt advert_int 1 authentication { auth_type PASS auth_pass 1111 } virtual_ipaddress { 192.168.80.250/24 dev eth0 192.168.95.251/24 dev eth1 } notify_master "/etc/keepalived/check.sh" } </code>
lvs/sample001.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ