Comments
-
Bump! This is very nice feature to have as we have multiple offshore site globally with high latency connectivity and still need visibility to all of those sites.
-
Hi Kevin, Thanks for your answers. Yes, we have SMS alert action setup in our environment, and I am concern that using Custom Property may not work on our alert action. We use "Send a GET or POST request to a web server" alert action and I'm not sure if using custom property to fill up the mobile number of each group…
-
Hi @"marcrobinson" and @"adam.beedell", Thanks for sharing your insights about this. For this case, Solarwinds needs to improve on the end-user experience side to cover this part of monitoring requirements since Cloud monitoring is becoming more popular and widely used by most customers. An on-prem user experience…
-
Cool! Great report. Do you happen to have an updated version as this does not work after upgrading to version 2022.4.0. Thanks in advance.
-
Hi @"KMSigma.SWI" Thanks for the information. Your output seems better as it converts the size to MB, however I was not able to connect to the DB on the line 5. not sure if im doing this correctly but the script of @"christopher.t.jones123" works using the same Server and DatabaseName value. Thanks for the help.…
-
Hi @"christopher.t.jones123", No worries and Thank you again! Your help is always appreciated. I will try to check this SQL Always On Availability Group Info template and will try to work it out.
-
Hi @"christopher.t.jones123", I was able to follow your procedure and convert it to the int using your provided script. . I tried also doing it for the SQL HA availability but it seems it is using a different approach. The reason i'm trying to get the information is to start with db size until I can get the HA status to…
-
Hi @"christopher.t.jones123" Thanks for this awesome idea! Here is the error I'm getting initially: Then when I updated the code and the statistics to "0" I was able to see the information on the webconsole using the updated script below. The reason I put "0" temporarily is it seems the data is detected as string instead…
-
Hi @"christopher.t.jones123", As always, thanks for your time again on helping out on this one. Here is the sample powershell syntax that shows the information: $Server=”ServerName\InstanceName” [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.SqlServer.SMO”) | out-null $SMOserver = New-Object…
-
Thanks @"christopher.t.jones123", I was actually looking to show this powershell output information in SAM: This shows database size and I know this can also be achieved in AppInsight for Exchange, however AppInsight for exchange eats up 50+ licenses and we already have our custom SQL monitoriing only critical services and…
-
Can you share a screenshot when you run the template manually in powershell? Also the screenshot of app permission?
-
Hi @"robertblackstock" Yes you are correct. Adding the ServiceHealth.Read.All under Microsoft Graph and using the updated template you provided now works on our environment. This confirms the changes happen on the Microsoft side that we need to update in order for this template to work. Im just waiting for Solarwinds…
-
Hi robertblackstock, Thanks for the update. Can you share the same screenshot of your application permission? We already added ServiceHealth.Read.All under Office 365Management APIs but same issue occur. Do you mean to change the current Reports.Read.All to ServiceHealth.Read.All under Microsoft Graph when expanded on my…
-
Hi @"robertblackstock" Thanks for the information. May i know if there is any changes you made to make this work or we need to update compare to the previous working M365 API monitoring? previously we only have the below API permission and we are only provided by the following by our administrator: client ID tenant ID…
-
Bump! anyone able to use @"robertblackstock" template successfully without issues? I even used a machine with no proxy that can connect to the internet but same occur and got the below error: WARNING: Exception was caught: The remote server returned an error: (403) Forbidden. I also confirmed there is no changes on the "…
-
Hi @"robertblackstock" I already added and used the proxy we used on our previous template and i update yours but same issue occur. So on your manual execution test can you share what is showing on the result via powershell? Here is what i am getting when running manuall on powershell: II also confirmed that the website…
-
Hi @"robertblackstock" Thanks for providing this information. were you able to successfully get the correct output and running the powershell script manually? When i try to use your script, i was getting the same error as before using our own tenant credentials: I am getting this error: "Warning: Exception was caught:…
-
Hi @"christopher.t.jones123", Yes I was able to run the powershell manually as a test and got the same error showing on the webconsole at first "Exception was caught: The remote server returned an error: (403) Forbidden.". After running the test again, now I am getting this error: "Warning: Exception was caught: Unable to…
-
Hi @"robertblackstock", Thanks for the information. Same thought I have when we first encounter this issue as when i run the powershell script manually i get the same error the first time. However, I am not really familiar on what to update with this template connecting to M365 as I can't find an updated information about…
-
Hi @"stevenstadel" Thanks for responding on this. I hope someone from thwack dev team can look into this to help on providing an alternative solution of monitoring service health or better yet solarwinds can provide a built in feature in monitoring service health in sam to get the correct status. We really need this…
-
Anyone having issues today with this Service Health Monitor? I am getting the unknown and critical status with no Message with the below error: Exception was caught: The remote server returned an error: (403) Forbidden. Thanks!
-
Hi @"happyfunnorm", Can you share your PS script on this? is it still working on version 2020.2.6 HF2? Thanks in advance
-
Bump! :)
-
Quick Update, issue still occurs after upgrading from Version 2020.2.5 to Version 2020.2.6
-
Kudos to @"christopher.t.jones123" in identifying the real value we are getting from Microsoft. Running the script manually via Powershell ISE and run the $Status.status command, we get the "PostIncidentReviewPublished" status from Microsoft. Adding the below script fixed the issue: if ($Status.status -match…
-
Hi @"christopher.t.jones123", no value is returning, only 0 for those showing critical but healthy in Microsoft service health website (example sharepoint online and officeonline). But for those with correct status, it is showing the message (example Teams): Thanks in advance!
-
Hi @"christopher.t.jones123", here is the result of the powershell script after running it directly on the Solarwinds Poller Server. I noticed that for others, they are showing correct statistics and message but for those critical showing in SAM template but Healthy in Service Health, they return "0" statistics instead of…
-
Hi @"christopher.t.jones123", here is the comparison which shows critical with value 0 for statistics but Healthy in Service Health Dashboard in Microsoft. Kindly let me know we have a workaround to fix this. :) thanks in advance!
-
Bump! Any solution for this? Issue occurs in version 2020.2.5 as well as it shows critical but the value is 0 for the last 24 hours. Under Statistic Data Threshold, Critical value is greater than 0 for at least 15 polls. Thanks :)
-
After following the solution from @christopher.t.jones123 the data is now showing with 0 value (service interruption) however, upon checking the Microsoft Service Health Dashboard, it does not match as some are showing healthy in Service Health but Critical in the SAM Template (Sharepoint Online, OneDrive for Business,…