I've got two appliances, one on each coast, that are licensed for a specific number of users each. I can't exceed that number, so it's kinda important to know for a fail-over situation how close I come to hitting that mark.
I've got a custom poller created and running against both that will tell me how many users are logged into each at any given time and graph it. But I'm just as interested in knowing the total number of users logged into both (the sum of all users) at any given time. That's the problem.
I've tried to do some reporting but I can't figure out the custom poller reporting logic.
I can get this:
Server A - X - DateTime
Server B - Y - DateTime
Server A - X - DateTime2
Server B - Y - DateTime2
I need this:
All Servers - X+Y - DateTime
All Servers - X+Y - DateTime2
Maybe I'm going about this completely wrong. Any help is appreciated.