I need to create a custom polelr that will display the total current connections to a Cisco ACE load balancer. The OID I found is 1.3.6.1.4.1.9.9.470.1.1.1.1.19, which seems to correctly display the connections to each of 35 ral servers linked to the load balancer. I created an alert to email me when the total connections reach a certain number. The email message shows the output like this:
0,0,0,3,0,6,0,0,7,11,5,0,0,0,0,4,6,2 and so on so that each number represents a real server.
The question I have is this: is there any way add all those numbers together so that the custom poller and associated alert will report one TOTAL connections number instead of a series of individual values?
If not a transform poller, would a script be able to do this?
Help is GREATLY appreciated.