05-Jul-2020 18:57
HI Folks,
We have an application where its has ports 80,443,8081 on server and we have a scenario where if port 8081 goes down , we dont want any traffic to enter on to servers on any pools which means nodes should go down. Need to know how can we achieve this, by health monitors or by irule?
Solved! Go to Solution.
06-Jul-2020 05:58
Hello,
If possible, you can check service availability by monitoring the 8081 port on node level.
Means you can create a monitor (service or content check) setting the "Alias Service Port" to 8081. This paramater will able the monitor to be a choice on node level.
Then in node object, on "Health monitors" option you select "Node Specific" and set the previous created monitor.
So, when monitor 8081 fails on node, all pool with that node reference will disable member by status inheritance.
Remember, this approach will disable members on pool referenced to that node when service 8081 fails.
Is it the case?
I hope it helps.
05-Jul-2020
18:58
- last edited on
24-Mar-2022
01:16
by
li-migration
can you help me on this?
06-Jul-2020 05:58
Hello,
If possible, you can check service availability by monitoring the 8081 port on node level.
Means you can create a monitor (service or content check) setting the "Alias Service Port" to 8081. This paramater will able the monitor to be a choice on node level.
Then in node object, on "Health monitors" option you select "Node Specific" and set the previous created monitor.
So, when monitor 8081 fails on node, all pool with that node reference will disable member by status inheritance.
Remember, this approach will disable members on pool referenced to that node when service 8081 fails.
Is it the case?
I hope it helps.
07-Jul-2020
12:01
- last edited on
24-Mar-2022
01:16
by
li-migration
Thanks I have created health monitor with alias port 8081 monitoring URL and also added basic http monitor.so it monitors all at once.