I have four web servers and I want to put together a monthly report that tells me the availability of the web service based on these servers but I want the report to show the web service as down only when all four of the servers have been down at the same time, if only 1 to 3 are down then the service should show as up in my report, does that make sense, how would I go about doing that.
I was thinking put the four servers in a group and report on the group but I'm not sure if the group availability would show as 100% if 3 or less of the servers were down.
Has anyone had to do this before, any ideas appreciated, thanks