Comments
-
That is odd, might be worth opening a support case.
-
Hmm, sorry just noticed your screenshot, I will check to see if I have that option, I am only running it in evaluation mode right now, I wonder if that's why I didn't notice it, I will check again now. Thank you.
-
Sorry where is the delete button for this component, and is this in the AppInsight for Exchange template or a different template? The previous template were easy to modify, can you post a screenshot of this. ? Thanks.
-
I don't think adding columns in Syslog Viewer ever had any impact on the web console. I'm looking at 8.1 right now, and I can't duplicate that. Can you recall the steps you took to adjust the columns on the web console?
-
As a side note I upgraded the instantclient to 11.2.0.1 and it still has the same issue.
-
tdanner, Do you know if I can pull of this kind of Summary Count in SWQL? Below are the two SQL views I'm using to get the correct data: NAME=dbo.NetOps_Hardware_Status_Detail SELECT TOP (100) PERCENT NodeData.SysName AS NodeName, ahcs.HardwareCategoryID, ahc.Name AS HardwareCategoryName, ahc.IsDisabled AS…
-
I am pretty new to all of this. I don't exactly know what a MIB is or the UnDP that I created? GXT2-700RT120 This is the model that I am working on right now. Thank you again for your help!
-
Did this ever get resolved? I've got EXACTLY the same issue with only those 2 SQL counters showing and I've run WMIExplorer from the Solarwinds server and it can see all the missing counters. We have another SQL box which Solarwinds can read the SQL counters fine, so it's only seemingly confined on this one box. Any ideas?
-
Thanks for the idea. However, we have had that disabled for about 6 months now. The last inventory of 1200 devices took slightly over 2 1/2 DAYS! I jsut got the report this morning as the job ended. We have seen that the job is waiting for a period of time for EACH query to the device. I think that there is an iddue within…
-
Well, I'm outta the woods. My job ran fine last night and my server did not get hung up. I tracked this down and it started when we upgraded to 5.1.1. If inventory is taking along time I also noticed it takes the job a ver long time to get through the layer 2 tables. If you're not using NCM to track down IP or MACS on…
-
I've also opened a support ticket; received the recommendation "completely uninstall Orion. Then uninstall and reinstall .Net Framework versions 2 and 3. I would also recommend installing the Service packs for both versions of .Net Framework. Once done, reinstall Orion." Did this, and it solved my problem.
-
FireBug is a great tool. We use it pretty extensively around here while doing development. One of the more useful things I've used it for is looking at web performance. It gives a really good breakdown of where time is being spent when loading a web page. For example, using it(and it looks like the latest version has made…
-
We also find that monitoring the Engines table comes in handy, particularly the PollingCompletion column. It usually lets us know if something overall (network, SQL, server load etc) is preventing NPM from keeping up its polling completion. There seems to be a bit of voodoo behind the scenes as to how this is calculated,…
-
NetPerfMon DB size is 8GB, running on a 2GHz Quad core with 2GB RAM. SQL 2000 Enterprise Edition.
-
This worked great. I added a WHERE clause to capture the specific scan I needed and got what I was looking for.
-
Changing a value in the database won't work because the poller, not the database, is the "master". In many cases, if you stop the poller, change the database, and then restart the poller, the changes will stick.
-
Is it possible to use ${NodeID} in an advanced SQL report?
-
Does system config immediate dump the config to the console. IF so, all you need to do is make a device template for it with that command
-
Hey Tim, Can you give me a time frame as to when you might have a go / no go on this solution you mention? In other words, when is 'soon' ? I realize you probably can't give me an exact date, but any narrowing down of the time frame would be helpful for our planning. Thanks!
-
A great feature addition would be to allow universal poller to call an external script of your choice to return a value, table, etc.. Super-powerful and would extend NPM a great deal.
-
That's interesting. I was under the impression that you couldn't directly UPDATE the SWQL / Orion tables, which is why I use the REST API. (Well, that and I really dislike the SOAP experience.)
-
Thanks!=)
-
As it turns out, \n does work, but that only searches down 1 line at a time, doesn't account for characters in front of the strings I'm looking for, and not every config is perfectly identical (some have extra lines mixed in), so I have to be able to skip lines. I ended up making a regex string to account for that:…
-
Hi tmccolgan, Make sure you mark his answer as helpful/correct if that solved your issue.
-
Strorage servers rule...
-
I got my code together today and am trying to Unmanage a Node. So, I POST the following Uri using HttpClient/HttpRequestMessage. https://<ourServer>:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/Unmanage And I send content (set using myHttpRequestMessage.Content = new…
-
Lawrence, Yes, via GPO: Additionally, the first part of the installation completes successfully and that application is a third party app. It fails out when it gets to the batch file. <?xml version="1.0" encoding="UTF-8"?> <packageboot version="2.0.0.0" id="dd53b76e-babc-410f-8901-426d0989f5f1"> <instructions> <execution>…
-
Well color me embarrassed. I just looked back at the Orion SDK doc under Useful Verbs and oh look, there's exactly what I need! (Well, the description of the parameters at least.) Thanks again, Scott
-
tdanner wrote: In general, anything you can do with the SOAP API should work with the REST API as well. That's great to hear, but then becomes all about "How?" Especially if one is trying to do what at least seems like a semi-complex query such as... My query now looks like this:…
-
did we get a solution from solarwinds for this? I am about fed-up of solarwinds upgrades failing, though it should not be a shock any more...