7.8. Load-balancing サービスヘルスモニターの変更
メンバーにプローブを送信する間隔、接続タイムアウト間隔、要求の HTTP メソッドなどを変更する場合は、負荷分散サービス (octavia) ヘルスモニターの設定を変更できます。
手順
Source コマンドで認証情報ファイルを読み込みます。
例
$ source ~/overcloudrc
ヘルスモニター (
my-health-monitor
) を変更します。この例では、ユーザーは、ヘルスモニターがメンバーにプローブを送信するまで待機する時間を秒単位で変更しています。
例
$ openstack loadbalancer healthmonitor set my_health_monitor --delay 600
検証
openstack loadbalancer healthmonitor show
コマンドを実行して、設定の変更を確認します。$ openstack loadbalancer healthmonitor show my_health_monitor
関連情報
- コマンドラインインターフェイスリファレンス で loadbalancer healthmonitor set
- コマンドラインインターフェイスリファレンス で oadbalancer healthmonitor show