Comments
-
Indianapolis, Indiana
-
SAML in DPA can also work with Azure AD if you add an AuthenticationAge line in the system.properties files e.g. 30 days: com.confio.security.saml.maxAuthenticationAge=2592000 Download the metadata file to a local server folder and add the certificate from the metadata into the trusted saml keystore
-
From what I can tell the performance counters for SSRS 2017 were never delivered in the product. SSRS 2017 Performance Counters getting issue while using SSRS 2017 counters using performance tools – Customer Feedback for Microsoft Azure
-
A troubleshooting step for those doing this for the first time like me. I ran into a slight issue with the wrong version an installer not being available from the primary poller. The installation had trouble downloading the correct version, so I had to manually download the file given the link found in the installation log…
-
dynamic maps, load balance monitoring
-
I pull in as much useful data as I can about the entity I'm monitoring across all the products I have. Somehow, I'm always missing something though.
-
Given the number of impacted systems overall, we are mitigating the issue at the firewall level. Palo Alto released a fix that appears to be blocking the attacks so far.
-
Any luck on this yet? I am now in the same boat.
-
Is there a setting to have Solarwinds reference PowerShell 6?
-
The new SAM 6.6 upgrade makes pretty awesome use of agents now. I'm really impressed.
-
Thanks so much for this! I updated it to give current values if something changed as well as added a recommended value based upon allowing six months of growth: SELECT TbDay1.NodeName ,TbDay1.DiskName ,'https://solarwinds.indwes.edu/Orion/NetPerfMon/VolumeDetails.aspx?NetObject=V:' + CAST(TbDay1.DiskID AS VARCHAR)…
-
This version is working very well. Thank you so much!
-
The Orion Service Monitor Configuration file is fairly blank even after saving the email settings. I do not see an app.config file. <?xml version="1.0" encoding="utf-8"?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/> </startup> <appSettings> </appSettings> </configuration>
-
I believe there is an issue with the current version posted. It seems to be hardcoded to send to Tony instead of the email address I put in the configuration. I would love for this to work correctly though.
-
I revised the query for additional agent issues.
-
This is a normal warning message you can expect when using any aggregate function (SUM, MAX, etc). However, you can eliminate it in a script by preceding it with SET ANSI_WARNINGS OFF; which you can place in the report sql query.
-
Sure! The referenced template monitors the agent process to look at memory usage. In particular, I was looking to watch the Solarwinds.ServiceHost.Process.exe since this was the process causing the most issues recently, so the first component was simply watching that process in a windows process monitor. This provides the…
-
A reboot of the server fixed the issue for me.