Comments
-
This would be a huge benefit. I have multiple teams that have limited rights in SolarWinds. Grouping all of the stuff they care about into a group and giving them the ability to unmanage the entire group all at once makes life so much easier.
-
There are some really cool features with Librato, such as event overlays and dynamic sources and shareable dashboards. The ability to create dynamic dashboards would be really great for troubleshooting. There are limitations with Solarwinds around views and what type of graphs I can show on single page which is tied into…
-
Are there plans to directly integrate Librato's graphing capabilities into SAM / NPM since Solarwinds recently acquired the company.
-
In general granular permissions need to be overhauled. When you have several solarwinds products integrated there are many scenarios where you have to give users full admin rights to properly manage their objects. A good example of this is SRM mixed in with NPM, SAM. You have to give the SRM users full admin rights to NPM…
-
Is this Linux Agent available in the 6.3 beta?
-
It would be a huge benefit to have the ability to perform unmanage and mute alerts on a group of objects. I am bit surprised this was not worked into new muted functionality as the community has been asking for it for over 5 years. You can do this from the managed nodes and application page, however many organizations…
-
I would love to see this better implemented with AppInsight For SQL. Always on Availability groups are pretty much the future of SQL, we are migrating all of our SQL fail-over clusters to AAGs. I also use an AAG to host the SolarWinds database.
-
Helpdesk: I am troubleshooting an issue and need some assistance Sys Admin: Ok what is the issue? Helpdesk: I am getting this error from Outlook. Error:sd34329jf09u34lkjsf9u934;lj2349sdf-08sdfj3 SysAdmin: Umm... Ok.. I don't know what that means, did you try googling the error code? Helpdesk: I don't have time to google…
-
I think I understand what you are trying to do. You will need to pass in the ${N=Alerting;M=AcknowledgeUrl} variable into the script. As far as I am aware that is the only generated variable in SolarWinds that has the unique AlertID in it when an Alert is triggered. Example below…
-
tdanner what are my next steps to get this resolved?
-
the .Net method returned true run under my user account. ContextType : Domain Name : FQDN... Container : UserName : Options : Negotiate, Signing, Sealing ConnectedServer : domain controller... True I ran those same commands as local system, I got the below error. Exception calling "ValidateCredentials" with "2"…
-
Was that a typo in the email address.. first.last@company.com... I sent you a private message via thwack with uploaded log file location.
-
Can you provide an example of this or point to documentation if is supported now.
-
Yes, Orion accounts works fine. Orion.InformationService.log doesn't have anything besides service start information, windows event log as well. I have a trace file I can share privately.
-
Was a root cause identified for this issue? I am experiencing the same thing.
-
Would you mind posting your powershell code as an example with the object id as well. I am interested in how you are doing this.
-
Thanks for feedback. 1. Line 86, yes that is misspelled. 2. and 3. For Line 94 and 146, you can play with that if you like and change it to false and Agentless. I was just filling in what I saw during the web request. 4. Login and Password should remain null. The Credential set is using the ID -3,…
-
Trim function would be a nice feature add. I worked around it using substring as you suggested. Thanks!
-
Thanks I was struggling with the memberDefinitions
-
Custom Query
-
Thanks, I updated my post with those fixes and suggestions.
-
Same issue here. * Orion Platform 2018.2.1 SP1, NPM 12.3 * Active Directory Account Example with PowerShell $URI = 'https://primaryserver:17778/SolarWinds/InformationService/v3/Json/Query?query=' $Query = 'SELECT Top 10 Caption FROM Orion.Nodes' Invoke-RestMethod -Uri "$URI$Query" -Method Get -Credential $Cred -Verbose…
-
I would concur with this as well, If there was an offline installer available that would be nice. I also have polling engines throughout the world, the ability to pre-stage the installation files would dramatically decrease the time to complete the installation.
-
Looks like the new installer solves the problems I was having with the download speeds. What was odd is, if memory serves me correctly, after upgrading the primary orion server when I clicked the link to download the scalability engine installers from the installation wizard it provided the older version of the installer.
-
Awesome, thanks!
-
I tried that at as well. I may just stick with the powershell module for orion at this point.
-
I have this same issue with Exchange 2016 CU1. Did you have any luck resolving this?
-
I started some docuementation SolarWinds PerfStack API
-
Not sure if this post is accurate. I am trying to figure out how to get this to work on application details view. Everytime I following these steps I just receive There is no component available for this type of chart. What am I missing on configuring this correctly?
-
I believe this not an issue with Teams but an issue with SolarWinds when it sends the HTTP post . I had the same issue described in the below thread, and documented in my post on integrating VictorOps. Send a Post to a Web Server, Issue with special characters VictorOps - SolarWinds Integration To work around this try…