Comments
-
reubenjack Sure, you simply need to adjust the SWQL query. You will need to add a JOIN to connect the NodeCustomProperties table, as well as a WHERE ncp.Wan_link = 'Yes' filter to narrow it down. Additionally, you will need to adjust the "Template" section of the query, to correct for different metrics. Initially, I just…
-
xtraspecialj Please, by all means, come back and share your findings here, so we can all gain some knowledge of this new tool together... You too, jkump
-
It looks like sstark85 has been digging into PerfStack on a more advanced level, for those interested: SolarWinds PerfStack API PerfStack API PowerShell Module
-
CourtesyIT Wow, talk about a slacker... sounds like you don't have enough to do. It would be nice to have some sort of an auto roll-up, letting you dynamically link threads/posts... just take that old Orion Network Atlas, drill down through the linked layers, stuff, and slap it on your thread... lol... I think my CCNA…
-
CourtesyIT Wouldn't it be cool if DanielleH, and/or maria.bungau, and/or mrs.alterego found some cool Thwack tool that would allow for automatic/semi-automatic table of contents? Let's take your "How to do various customizations with your Solarwinds" thread, and use it as the example. You had to manually add all of…
-
CourtesyIT Mr. Lists, at it again. lol... My wife has been building our second baby for the last 9 months, and only a few more days until assembly is completed. Between that and having had a bunch of things going on at work this quarter, I almost forgot about that ratings system. I need to get going on that thing again,…
-
More awesome content, @"mesverrum" ! Thanks for sharing, Marc.
-
@"james.heads" While it's not exactly what you are looking for, here is a heatmap being used with data pulled via SWQL queries. https://thwack.solarwinds.com/t5/NPM-Documents/Using-Your-Custom-HTML-Resource-To-Properly-Display-SWQL-Query/ta-p/529179 Additionally, there are numerous other links to some good user content…
-
@"rmullal" You can try turning on the "Hubble" option, which should show you the queries running on each page, as well as the how long each runs. Also, you can check the actual resource files within the SolarWinds iis/web folder. Additionally, you can download a decompiler (dotPeek/JetBrains) and poke around in the .dll…
-
cscoengineer This looks great! Thank you very much for sharing.
-
cheryl1 Unfortunately, I was only able to make it through the first 3 posts, as my work duties took priority. Those last 3 pages are just placeholders for the remaining, non-existent, data. If I ever get to a point where I can revisit this project, I will certainly do my best to tie up the loose ends. Sorry for the bad…
-
Here are a few links to similar such content. Custom SQL Dynamic Graphing Resource By jnathlich12 Custom charts via highcharts. By rschroeder How to create a simple custom view of multiple interfaces' bandwidth utilization
-
Excellent information! I do nearly the same thing (quick and dirty method) via PowerShell, and it has easily become the standard for how I configure my interfaces. Prior to rebuilding our entire SolarWinds environment from the ground up earlier this year, we basically just had everything set to the same interval,…
-
SCHWEET!!!!!!!!!!!!!!! You do great work, sir. Thank you so very much!
-
yaquaholic Super cool stuff here. Thank you for sharing! Additionally, I've been meaning to reconfigure my scripts to use a better login method. Your document here has saved me a bunch of time. Thank you, -Will
-
gangadhar.k I found a little walkthrough for converting older .asp pages to new .aspx pages. I am severely lacking in the coding world, so, this may be totally, and completely, in the wrong direction. However, in the off chance it could help, here you go... Converting ASP to ASP.NET If you get this to work, please let us…
-
hcy01uk always does great work. I have used many of his examples to enhance our SolarWinds environment. Thank you, -Will
-
Outstanding!! You do great work. Thank you, -Will
-
Wow, such a simple solution. Thank you for sharing this, antonis.athanasiou!
-
This is an excellent example of what you can do with this type of widget, jhaas! I'll definitely be borrowing this for a couple of pages in our environment. Thank you for sharing. -Will
-
bluefunelemental And you are going to share this with the rest of us, yeah?
-
hcy01uk & tony.johnson Just a head up. I was able to take Patrick's improvement, and hardcode it into the actual resource. It is nothing much, but it will at least allow you to edit the query/resource, without having to reenter the fix into the database each time. If you have time, go and check it out ---> Custom SWQL…
-
hcy01uk It looks like, when I edit the resource and save it, after having made the modification you provided, the "Add New View" icon and link go away. Afterwards, I have to go back in and re-apply the mod to database. Everything still works, after re-applying, just figured I would see if you, or anyone else noticed the…
-
tony.johnson yeah, with SWQL being the language of SolarWinds, so to speak, you would think they could have made a legit effort at this, right... instead we have to settle for this, put together by some noob...
-
hcy01uk, you always come through... always... very cool!! Thanks! -Will
-
therealdax Here is a nice little tip that made things MUCH easier for me. https://thwack.solarwinds.com/docs/DOC-187082#comment-218477 Basically, you need to delete the WebResourceCache.xml file, then recycle the SolarWinds AppPool. Since learning this tip, I have made a simple little PowerShell script that copies over my…
-
ioan_bucsa Well, I have not really looked into modding anything in NPM12 yet. However, I just took a peek in there to see what is going on, and it appears they are now compiling all of the resources in the dll files, though I am not 100% sure of that, as I am nothing more than a peon in that field... Unfortunately, I will…
-
And here are a few references, both for recognition, as well as further reading... Custom User Links, Modified User Links Resource SWQL Custom Views Manager Custom Query Resources, Increased Default Workspace From Gob PROMLEM NODES WITH ADDITIONAL FIELDS. NPM 10.6 Utility for ping host by URL Event summary. Filtered.…
-
Actually, I'm not sure that would even work either, unless everything had a set of mapping points. I guess you'll just have to join them the good old fashion way.
-
Well, trilobite rex, I was going to say to jump through a few tables, Orion.Nodes + Orion.WorldMap.Point + Orion.Groups (Nodes.WorldMapPoint.Group.ContainerID), so you didn't have to do any joins... But, that seems to not actually work. I'm not sure if it's not working because it's just flat out wrong, or if it's not…