The most recent content from our members.
Greeting everyone, I just wanted to know the mechanism behind the thin access point availability monitoring, like how average availability is calculated for a thin access point which is being monitored via a wireless controller. Because we are not pinging the thin access points, we are pinging the wireless controller so…
Now that there is a view within Groups that shows the Group Members Availability Chart, has anyone found a way to put this into a Report, for the last 7 days or last month, that will show an accurate average % of the availability of the members of that group over that time period?
I am trying to put together a report to show me a list of my nodes which have been frequently unavailable during the past 7 day period. I can go into any single node and see availability for different time frames, but I want one report that shows availability for 1 time frame for multiple nodes. What I have put together in…
I am looking for a way to graph the availability of my network. Using the average availability report, I was able to modify it slightly to report on the average availability in three categories of Network, Servers, and Voice (See Screenshot_5 attached). In order to get these categories I created a Custom Property for each…
I have multiple connections that all ride through a specific vendor. I was wondering if there is a way to pull a report that shows the average availability for the entire year of each site. Right now we are using a report that shows us the site name, vendor, and average availability for each month. Is there any way to take…
--SELECT from Inline View SELECT AVG(a.AVERAGE_of_Availability) as "Total Average", MIN(a.AVERAGE_of_Availability) as "Minimum Average" FROM (SELECT TOP 10000 CONVERT(DateTime, LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)), 101) AS SummaryMonth, AVG(ResponseTime.Availability) AS AVERAGE_of_Availability FROM Nodes…
It looks like you're new here. Sign in or register to get started.