Hi Folks,
we are trying to monitor a loadbalanching appliance of loadbalancer.org. We would like to see when one of the real servers on a VIP goes down.
Therefore we created a Universal Device Poller to Poll the Real IP Servers.
With the UDP we get a table with all the Real IPs on the specified Services like the following table:
Service Name, Server ID | Real IP of Server |
---|
1,1 | 192.168.1.2 |
1,2 | 192.168.1.3 |
2,1 | 10.10.10.2 |
2,2 | 10.10.10.3 |
When a Server/Service goes down (e.g. the Service on 10.10.10.2) the table changes to the following:
Service Name, Server ID | Real IP of Server |
---|
1,1 | 192.168.1.2 |
1,2 | 192.168.1.3 |
2,2 | 10.10.10.3 |
Is there any way to alert on this Change? It would be also OK to "count the rows" and if there is a Change in the Count we will be alerted.
Thanks,
Holger