You have a pool of servers that need to be tested. All of the servers but one should be tested every 10 seconds, but one is slower and should only be tested every
20 seconds. How do you proceed?
You have a pool of servers that need to be tested. All of the servers but one should be tested every 10 seconds, but one is slower and should only be tested every
20 seconds. How do you proceed?
You can achieve the desired testing intervals by assigning one monitor to the pool with a 10-second testing interval and a different monitor to the slower pool member specifically with a 20-second testing interval. This allows each server to be tested according to its requirements while still being part of the same pool.
Answer B
D is correct, individual monitor to a member (slower) will take precedence for that member
B is the correct answer