Comments
-
Might be better to say Percentage of Packet Loss, but then that is long for a drop down display like that.
-
I'd recommend looking at two documents about migrating NCM from Windows 2012 to 2016 -- Migrate SolarWinds Orion products to a new server using the same IP and hostname https://support.solarwinds.com/SuccessCenter/s/article/Migrating-NCM-to-a-new-server-environment During the process, rename the 2012 server and assign it a…
-
It is probably not helpful to post this on a discussion that is 8-9 years old, but this still seems like an issue. I'll see if there is better place to post it. If not then at least it is here.
-
No answer to that but I also noticed that the links from Thwack are broken (or if you have them bookmarked.) Seems like there has been an update to the site and an extra /s/ is being added to the end of the url if you go directly to the Success Center. Success Center After getting to the new Success Center home page I have…
-
Have you heard of the Smart Start program? Success Center I'm jealous you get to start from scratch. I've inherited an environment where I have to figure out why things where done the way they were done and get configurations corrected where needed.
-
There was a similar stack trace next, to the one I already posted, that showed an IP address it was choking on. I believe I resolved this by doing two things-- 1. Removed duplicate node information. I'm not sure which one of these actions helped, but I think it was an incorrect interface associated with the node. There…
-
From what I can find SolarWinds APM (AppOptics) does this. It has some integration into the SolarWinds SAM/Core, but it is a different product.
-
I have an idea if these are live presentations and not pre-recorded... Short description: Fly an attendee out after the first day to participate in a presentation on the second day. Long description: On the first day in the morning you could present an idea or topic to the participants that they might like to get hands-on…
-
What are you trying to poll, or what data are you trying to get? Here is some documentation about it. Create-a-custom-poller-to-get-more-info-from-a-node When you run into trouble then post the details here.
-
Support was able to direct me to this thread for a "work-around" -- WPM Location Names Showing Up In Custom Charts, still.
-
I have SAM so I have used the document neomatrix1217 reference for my own needs. If that option is not available for non-SAM users, and you know how to setup a powershell or run a command as an external program (Execute an external batch file in the Orion Platform) then I think Google is your friend to solve this-- If…
-
In case someone else googles this problem and is directed here.... The Interface Bandwidth is 1.0 Gbps if you divide your current traffic (664) by 1 Gbps ( (1,000,000,000) which is essentially 0%. Anything less than 10 Mbps will be 0%.
-
My understanding is the Polling Interval is just checking if the server or device is up or available, (think "ping.") The Polling Statistics is what you get through SNMP or an agent. Here are two links to the documentation-- Polling Interval --…
-
In case someone else googles this problem and is directed here.... The Interface Bandwidth is 1.0 Gbps if you divide your current traffic (and it is less than 10 Mbps) by 1 Gbps (1,000,000,000) it will be essentially 0% utilization.
-
You might want to post your question on the NPM forum, unless you are trying to add a node through the Orion SDK. -- https://thwack.solarwinds.com/community/network-management/orion-network-performance-monitor-npm/content Here are some other resources that might be helpful.…
-
This sounds like an certification I would be interested in.
-
Thanks, guys, for the tips. This is the swql I came up with. But I'll look into the automatic discoveries. SELECT TOP 1000 N.NodeID, N.Caption, COUNT(V.VolumeID) as CountOfVolume FROM Orion.Nodes as N LEFT JOIN Orion.Volumes as V ON N.NodeID = V.NodeID WHERE N.ObjectSubType='Agent' GROUP By N.NodeID, N.Caption ORDER BY…
-
There are two options when setting a alert that might help. There is a "Time of Day" section where you can specify the time of day schedule for the alert. There is also an escalation option, so if the alert hasn't been resolved after a certain amount of time that you set then another action will take place. Have you tried…
-
When you copied the OID did you leave off the "i" infront of it? Hopefully you can just add the "i" and it will work.
-
DNS associated with o365 is working.
-
I know this is old but I thought I would reply anyway in case it might be helpful to someone. The more efficient way to achieve this is to use something like Kiwi Logs (I assume) or Splunk (something I use.) If you did want to use SAM for this then there is a template called Log Parser (Perl) that would help you out. You…