Comments
-
"ASAP as possible, or sooner..." #bumpsquad bump!!!!!!!
-
*Click* Bump... *Click* Bump... *Click* Bump... *Click* Bump...
-
mbleib Keep living the dream, and fighting the good fight, for all of the rest of the folks, those trapped in the bowels of Corporate Merica/other country lands... I really wish more businesses would open their eyes to the future, in that aspect. Too often, I see ridiculous decisions being made, all in a mad rush to cash…
-
"Today is my Monday," bump... #bumpsquad Currently @76 up votes.. (Let's put this one on the front page today too!!)
-
DanielleH Is there a hidden sign up spot for the Austin SWUG, since it's confirmed now, or do I just need to be a bit more patient?
-
+6 up votes since yesterday... Not as good as the +15 here, , in the same amount of time, but it will work... #bumpsquad
-
If you #bumpsquad it, the day will come... isn't that right, familyofcrowes?
-
My environment runs fairly well, although, there is always room for improvement. I am currently running: Orion Platform 2015.1.2, NCM 7.4, DPA 10.0.0, NPM 11.5.2, IVIM 2.1.0, SAM 6.2.2 I have already changed the "ForcePluginsInSeparateProcess" setting to "True", on my primary, as well as additional pollers. The biggest…
-
tallyrich NCM is easily worth the money... It has saved us time and time again. Once you get all of the basic chores, and regular maintenance tasks setup, which is quick and painless, then you find all of the little hidden gems. Very powerful tool.
-
Move Along!!
-
Using smarter people to help yourself succeed is the smartest way to do it. Congrats on your promotion!
-
gstadter Yes, all sessions will be available to review after THWACKcamp has ended.
-
I research, learn, and do just enough to get the desired output... then, I'm running late to the next quest, sometimes starting all over again, and sometimes able to build upon my previous adventures. I have been living in SQL/SWQL and bash lately, as well as a little bit of powershell, as we just started using SAM. I will…
-
Welcome aboard to all the folks newly added, and welcome back to all those still here!
-
designerfx I think you can get SOME of this visibility by turning on "Hubble" in the logging tool, on the primary server. I know it shows all/every/many queries that run on the page. I think it even shows both SQL and SWQL queries, but I don't fully remember off the top of my head right now. If turning the hubble option…
-
I think this PerfStack tool could easily grow into the go-to, Swiss Army Knife of tools/features. (or, we can drop one "s", for patrick.hubbard, and call it the Swis Army Knife... lol) Once there is a way to automate things a bit further, I think we will be able to use PerfStack as not only a trouble shooting tool, but…
-
jeremymayfield Don't worry about that laptop, I will take good care of it for you...
-
maria.bungau HURRY!!!! The anticipation hurts sooo good!!
-
@"somnathr" You should be able to use an implicit join, jumping from Orion.NodePortInterfaceMap to Orion.NPM.Interfaces. You could also use NodePortInterfaceMap.Interface.FullName if you want to see the node - interface - alias. -Will
-
@"somnathr" Before you go building out a custom poller, are you sure the MAC you're looking for isn't in the Orion.NodeMACAddresses table? Do you have NCM? If so, I think there are a few tables in there with MAC info as well. While there are usually numerous different methods to pull all sorts of data from all the…
-
@"t.m-k" If you're looking to do something the SolarWinds products still do not accomplish by default, then make sure to bookmark the following link. Marc, mesverrum, has been hacking and THWACKing some of the most useful tools for a long time now. He has a script for exporting views, as well as importing views. These…
-
I'm pretty sure this info is scattered across many tables, and I think it's changed a bit over the years, though I believe this table should get you what you need.
-
You could probably add something like AND Nodes.Status <> 9 Put that onto the end of your query and see if it helps.
-
Once you get a grasp of this, it becomes extremely powerful. And don't let the "Network" part of the name fool you, NCM can 100% do some pretty cool stuff with servers too. Essentially anything you can connect to for CLI, this is where you're going to make it happen.
-
@"Chaz34" What happens if you remove that dash?
-
Just to clarify, since I'm using a report, I'm able to cheat a little bit and just query to pull a giant bucket of the required data. I then sit back and let the report magic do the brain stuff. My brain is too shiny and smooth to be able to include all of that stuff properly in the SWQL, so I just get the data far enough…
-
@"chris.mcmorris" I do something similar (I think), but have this setup as a daily report, sent out each morning. I have custom properties on our uplinks, and the report pulls the total in/out peaks for each of the uplinks based on those custom properties. The next part of the report breaks down each uplink, and provides…
-
Just out of curiosity, does it show correct/similar data when you run this? SELECT a.CustomPollerAssignment.CustomPollerName AS Name, a.CustomPollerAssignment.CurrentValue AS Value, a.DateTime FROM Orion.NPM.CustomPollerStatusOnNode AS a WHERE NodeID = ${NodeID} AND NOT a.CustomPollerAssignment.CustomPollerName like…
-
@"tominncle" There are probably other ways to do it, but I think you could add the DateTime value from the CustomPollerStatistics table. You should be able to do that with an implicit join, I believe. a.CustomPollerName AS Name, a.CurrentValue AS Value, a.CustomPollerStatistics.DateTime AS [TimeStamp] Try that and see if…
-
You're obviously already registered on THWACK, so I'd say you have everything you need right here. Walk through the admin guide for the module/product you are thinking about (NPM?), as well as browse through the training materials in your portal (as long as your maintenance agreement is active, you can access all the…