Comments
-
You can use custom properties to put devices or interfaces together. Kind of like groups but a lot easier to work with. For starters you can use city as your first custom property, then use the group by function in your report to put the different city locations in different areas of the report. Or use a different report…
-
Did you end up finding anything out here? I'm experiencing the same error on a new APE in a new network.
-
So glad you posted the answer here. Apparently this is STILL an issue. Even on NPM 12.3. Changed it to SWQL and it worked.
-
Are these two views the only ones available for EOC 2.0? Are we losing all of the standard views that were available in the previous versions? Top 10, Utilization, Nodes Down, Solarwinds Servers, etc. Do ALL of these now have to be built manually with Custom Tables? I have this version in my dev environment, and I'm trying…
-
Did you ever get a response to this?
-
Using SWQL you can query Orion.ResponseTime Here are the columns available: NodeID, DateTime, Archive, AvgResponseTime, MinResponseTime, MaxResponseTime, PercentLoss, PercentDown, Availability, ObservationTimestamp, ObservationFrequency, Weight, DisplayName, Description, InstanceType, Uri, InstanceSiteId Just join in to…
-
Thanks for the reply. I'm looking to move forward in 2018 with a system redesign here at work. Instead of 3 separate installs, I'll be moving to a single install with 9 APEs. Just wanted to make sure the element/APE count was good prior.
-
I've been running ok with ~250ms with remote poller to database. It really seems to be a problem when latency gets to be around 300ms. Just from my experience.
-
No worries. In the query below I put in bold the additions. With a join you're just adding more tables to the query. There are different types of joins, but the default type used will work fine here. Once you join the tables on a like value you can delimit the results from both. You can also do multiple joins if you need…
-
To set a baseline for a device today I had to log in to the server and find the config. Copy and save it to my local machine. Then import it into the new baseline menu and assign it to the device I needed it to. Versus just checking the box on a config and clicking on "set as baseline".
-
Hey man, did you ever find a fix action for this?
-
Found them just now in AssetInventory_LogicalDrive of all places. Strange.
-
Yeah that was the first place I looked. Thought for sure they would be there.
-
This is a dead link.
-
Awesome thank you for the link to SWQL Studio. I'll be able to use that a lot for learning SWQL. I ran the query you posted in there and it worked successfully. I did find the tables and their naming differences. When I ran it on the "custom query" table in NPM it threw an error though "Error: A query to the SolarWinds…
-
Something like this, a snip of the firmware section. But all of them in a full report. Of all the hardware and software inventory sections.
-
I'm only encountering this issue on my primary server, not any of my APEs. I checked perfmon. I'm getting ~700 v5 flows and ~900 v9 flows per second on that server. I really want to get this situated, because I'm going to be bringing in a lot of other APEs, at least doubling the current sources. I checked the datastore the…
-
I have a global setup with multiple polling engines around the 200ms mark. None are above 250. I changed from regionally deployed Solarwinds instances to a centralized deployment with remote APEs this year. It was a lot of work. Since then I have ran into some issues, but no deal breakers. 1. Polling engines around 200ms…
-
Thanks for the extensive write up, and congrats on the success. For the most part it sounds great, and I have a meeting with my account manager on Monday about it, though I do have some concerns. - Do you know if the 100,000 element count is a hard set limit? Is it not dependent on the amount of polling servers? - SAM not…
-
Yeah I have it running on my instance, but I'm at a different office here and can't use or get to it. I also can't install it on the server here. Anyway to get the data without using SWQL Studio?
-
How are you separating these by location? Are you using custom properties, or is there another field you can delimit the results with?
-
This is a dead link.
-
Yeah I could do that, but the majority of our locations move around. We want to know where they're going for weather, beam, and inventory purposes.
-
Just include like '%C:\%' in a volume name delimiting statement. Right after the inner join line put: where d.VolumeName like '%C:\%'
-
You can sit for hours and hours on the phone and never get picked up. I've hit the queue time limit multiple times.
-
Is this core update just going with the current NPM version? All of the new capabilities mentioned will just then be enabled in NPM 12.5?
-
Traditionally syslogs could absolutely kill an Orion database, even with the default retention policies enabled. Mostly due to the amount of chatter firewalls can generate. Really grateful you went and created an NPM licensed version of this as well. Bringing traps and syslog into the web console fully has been a long time…
-
I'm having this issue as well. About every 3 days or so.
-
Are you able to check the Events table in the database for any associated messages for that interface?
-
I believe it is when NCM cannot determine where the end of the config is. I am having the same issue. In some areas I have gotten it to work by sending the pre-command to disconnect if no data returned for 3 seconds, and the last value returned was ! <Command Name="PreCommand" Value="Exit" Delay="3" RegEx="!"/>