Forum Discussion
israelfdzhdz_34
Nimbostratus
Mar 02, 2019How create Health Monitor https.
The F5 has a load balancing of two nodes in the HA scheme. (Node A - Active PRD // Node B - Passive Standby) and when I run the command curl -I -k https:///mifs/login.jsp (each node), the answer ...
Mar 02, 2019
Hi,
If you want Node A to serve traffic (active) and only want Node B (standby) to serve traffic if Node A goes down, you can use a feature called priority group activation
1) Create an HTTPS health monitor
tmsh create ltm monitor https MONITOR-HTTPS-LOGIN defaults-from https send "GET /login.jsp HTTP/1.1\r\nHost: mifs\r\nConnection: close\r\n\r\n" recv "200 OK"
2) Apply HTTPS health monitor to pool and enable priority group activation
tmsh modify ltm pool monitor MONITOR-HTTPS-LOGIN members modify { : { priority-group 10 } : {priority-group 5 } } min-active-members 1
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects