Comments
-
rlawrence I'm not sure why you can only select SWQL, however, the query will definitely need to be converted from SQL to SWQL before it will work there. I will be back in the office later next week, and I will see if I can get it converted for you then. Thank you, -Will
-
MathieuJM Just out of curiosity, which is which? (they look the same to me, maybe a typo?)
-
RichardLetts I think the magic is in having the weight/score of each node visibly attached as a metric for that node, however it is SolarWinds wants to do that, so we can query that score, and balance the pollers better. Like you said, you have 4 identical polling servers, yet two of them have thousands more elements,…
-
ecklerwr1 Yup, I agree. We can do so much with SDK now, and it is only getting better. I am really hoping tdanner can sneak in some new built-in macros, similar to [_IconFor_] & [_LinkFor_], but with different functionality. (maybe something to address threshold coloring, or node editing, or things of that nature...)
-
meech Okay, here we go... To start my wishlist of resources I NEED in Orion, I would have to put my "Dynamic Graphing Resource" as my number 1 choice.Custom SQL Dynamic Graphing Resource There are currently several options when it comes to graphing, however, there are absolutely 0 native options to automatically graph our…
-
I'm still trying to wrap my brain around the price... $1500 for 10 NOdes... There's no way that can be right... right?
-
sja I was simply going off a few words in the description, and the only image available, and Splunk's basic log/data correlation/search functionality was the first thing that came to mind. I do not know what this product will actually be, or what it will actually do, it's just my guess with the picture and description.…
-
kai Or, I suppose you could just simply click on the red part of that chart, which should take you directly into a specific management view, and allow you to do your downloads there. I believe it is basically the same as doing it through the config management view, only this way allows you to specifically sort results…
-
npereira1 I believe they are referring to the "Custom Table" resource, which you can run queries in, similar to how the web reports work. Currently, though, as far as I am aware of, you cannot directly place web reports in resources. So, this is the next best way, as it is almost the same thing in various parts of the…
-
This is what I see on my Configs/NCM menu tab, but it looks like that option was recently added. Do you have access to the NCM server? If so, you might have to login to the NCM back-end tool and do it from there. (I say this because I am unsure... I see an icon/option for editing the jobs, from within this tool, however,…
-
c.gura Thank you very much for the information. I will work with it and see what I can get. Another question for you, if you don't mind... Are you able to have multiple different SQL queries within this single resource. Perhaps showing each of the different query results in the same table, but each in their own column?…
-
I'm just wanting to see, and track, various data points in the DB, via a SWQL query. Mostly, however, I think it's more towards the possibilities of what can be done, rather than doing something very specific right now. Having seen the power of the tool in beta, I was excited to have the option to look at specific data…
-
kweevuss "SWNPMDB" was the name of our SolarWinds NPM DataBase. You would have to change that in the report to read from your database instead. Also, as Jiri Cvachovec mentioned, this report is from/for NPM, not NCM. So, if you have NPM installed, then this report should provide you the results you are looking for, after…
-
jkrier Well, unfortunately, I'm not too sure what options are available within CatTools. If CatTools can dump the results into a single folder, perhaps you can put together a little script (bash, PowerShell, etc.) to read through all the files, and return/append matching results into a single file. I wish I had more…
-
No problem, glad you got it all working now. Thank you, -Will
-
JessicaWalsh You will need to use the SWQL query resource, or the SDK, to use the queries above.
-
Ah man... but where is the fun in that? Waiting for facts is lame... and that is a fact!
-
amjannah Just use "AND"/"OR" then the next thing you want to filter. City = 'Atlanta' AND Department = 'NOC' AND (Priority = 'High' OR Priority = 'Critical')
-
gscroggin You just need to edit the table and change the value for that setting. You can run this query, which should show you the current value: SELECTws.SettingName,ws.SettingValueFROM dbo.WebSettings AS wsWHEREws.SettingName = 'ReportingTableViewMaxRowCount' Then, if you want to change it, you can run this query:…
-
bardeev Were you able to get this working? If so, did it provide the solution you were looking for? If you did not get it working, or you did but it was not what you expected, please let me know. Thank you, -Will
-
Okay, let's see if this works... Node and interface captions have been redacted to protect the infamous innocent.
-
tigerr There are a few ways to do this, but it will depend on what products you are running in your environment. NCM would be the easiest, and most well suited for this task. In NCM, you could create a new config type (running, startup, shntp?). You would set the NCM job to run that command as often as you need it to…
-
rschroeder Dang, you beat me to it... With the detail you put into your posts, I would guess you burn through 5-6 keyboards a year...
-
ollydrew If you are running relatively recent versions, NPM and NCM should be sharing the same database. (There was a time when the two used separate databases, but I think that was a couple of full versions back...) There should be an option, in the main NCM settings (/Orion/NCM/Admin/Settings/ConfigSettings.aspx), which…
-
ebradford That Cheers reference made me laugh. Thanks! And, I definitely read it all in Evil Dr. Porkchop's voice.
-
rschroeder I have also noticed over the past weeks as well. You can click a blurry image and it shows fine. But just not on the top level. Seems like a bunch of tiny changes have been made to Thwack since the new year.
-
I do have a couple of tickets open, however, nothing specifically for the overweight log file yet/again. We actually had to roll our NPM back to 11.0.1, for the time being, and I, yet again, had to turn off NTA this morning. We were seeing a large increase in page time outs. I setup a test server with SAM installed, and…
-
lbrowne Please run the following SQL query, and let me know what the value is for the "ResourceFile" field of the results. You will need to change the "[SWNPMDB]" to be whatever the name of your database is. You will also need to hover over the link to the chart/graph you are looking to adjust, and get the ResourceID,…
-
@"sspring" I believe you need to have the "Cisco Nexus or ASA device:" option enabled on the node (edit node). After that is working, you should see an option to add the "Active Users/Sessions" data within the PerfStack chart, once you add the ASA node to the chart. Does that answer you question, or were you meaning…
-
I use PowerShell to keep a few .js, .ascx, and .config files modded. It's nothing fancy, and does not have any error correction, but it works. I added this edit to my list, so I can just run a PowerShell script instead of having to go into each file, on each server, and make the change. #Orion Platform 2018.4 HF3, SCM…