Forum Discussion
The_Bhattman
Nov 01, 2011Nimbostratus
Hi Roltidega,
You could create a custom monitor which checks the connection count on the virtual and then triggers an alert based on the expected connection count.
I have never done this before but i suppose you can start with the following commands to get the connection counts of the virtual server.
b conn | grep | awk '{print $1 }'| cut -d: -f1 | uniq -c | sort
I hope this helps
Bhattman