Comments
-
Yes, but we can't change the thresholds on all components. The Powershell Script components for example, have as many thresholds as there are script outputs but we have no way to edit that in the template. I did find the view in the database for them though, so work around for the time being. Thanks, ChrystalT
-
The link appears to be working fine on our end. Feel free to send me a private message with more information on what you're seeing. It may help to clear your cache and try again.
-
I sense a trend here . At work, I have been part of planning many things and am quite organized. Outside of work, ummmm not so much... much to my kid's chagrin. I try, though. This year has required a little more planning in my personal life. I share my son with his dad and his family. The events of this year caused us to…
-
Thank you for the kind words and support!
-
Corrected that
-
there's still weekly prizes, and the daily points. Don't count yourself totally out yet.
-
Great tips, Mark. I will add to the recommendations here: * Get Dressed. More than that...don't wear sweats or pajamas all day every day. Trust me it affects your mental state. * One of the fun things this year we did at work was a virtual costume party....while that was from Halloween, things like that can be a great…
-
As long as you use the link in the mission question, your vote will count towards the mission for points.
-
Well perhaps the answer then would be to have a subset of smtp servers. Maybe like 5 options. Then you could set your alerts to use smtp server 1 or smtp server 2, then when you update the list it auto updates all alerts using that designated server. Thanks, Chrystal Taylor http://www.loop1systems.com
-
It was a fast hands typo! Apologies. I've corrected it, and reset incorrect answers. I apologize for the inconvenience.
-
This has now been corrected. Sorry for the confusion.
-
Apologies! This should be fixed. I missed a configured option. Please let me know if you have more issues.
-
I'm not sure why it's not working, but send us an email. We're happy to help, if we can.
-
True it is simple that way, but it would be nice if they could add that functionality to the report scheduler.
-
Big thank you, once again, to @"jm_sysadmin", @"mesverrum", @"Radioteacher", and Ivan Bravo for telling their stories and sharing advice!
-
Have you tried any of the methods provided by other users experiencing similar issues? thwack.solarwinds.com/.../314951
-
Hi, can you share more information? What product(s) are you using or looking to use for this?
-
We appreciate your interest in the SCP program. I'm going to move this to the SCP space here on THWACK, and that's the best place for these types of discussions as you go forward. Good luck with the exams!
-
If you missed the announcement, it's changing a bit this year. Join the AI Revolution at SolarWinds Day + THWACKcamp Sessions Hope to see you there
-
AFAIK there's no documentation for this, however, many people have had success with webhook integrations for other platforms. You can find some instructions here on THWACK from other users for things like Slack, Teams (now deprecated), and Ops Genie. I've moved this to the SDK forum. Hopefully, another of our amazing users…
-
Currently, there's no built-in integration. There may be others here in the community that have worked outside the product or via the API that can assist. In the meantime, there is a feature request which I encourage you to add you voice and vote to:…
-
I recommend opening a support case to help with this issue if the documentation @"donrobert5" provided does not resolve your issue.
-
You should be able to do this via SWQL. I don't have a ready query, but a quick check of the documentation shows it's possible. https://github.com/solarwinds/OrionSDK/wiki/NPM-Universal-Device-Pollers
-
Thanks for providing that information. I've moved this post to the product forum to get better visibility in the space you're looking for help with. For SMS, SolarWinds supports sending via email per the documentation. I'm not familiar with Telstra, but if their software supports webhook communication or running a script…
-
Which product are you looking for settings for? All of our software does notifications, so it'd help us if you shared what software and version you are using. Thanks!
-
Thank you!
-
This may also help: https://github.com/solarwinds/OrionSDK/wiki or this for Observability SaaS: https://documentation.solarwinds.com/en/success_center/observability/content/api/api-swagger.htm or https://documentation.solarwinds.com/en/success_center/observability/content/api/api.htm
-
Or rather as this is SWQL not SQL it'll be returning the current datetime of the SolarWinds application server. There ought to be a Timestamped field in the InterfaceTraffic table you're already pulling IIRC. (going off memory)
-
The GETDATE() command is only pulling the local datetime of the SQL server. If you're looking for the data over a specific time period, you'll need to pull the data from one of the tables that has all of the historicals and filter based on that.
-
You can find the requirements here (including database permissions.)