Comments
-
Technically, that VMAN integration should already be installed. It's referenced on the Orion side as IVIM. NPM can get some basic VMware details from ESX hosts but anything more than that would require the full VMAN appliance.
-
Your SWID URL is incomplete. Try $uri = "swis://OrionServerFQDN/Orion/Orion.Nodes/NodeID=$($nodeId)/CustomPropery";
-
Found this post which shows they got it to work for AppInsight for IIS. https://thwack.solarwinds.com/message/340195#281987 Here is some additional info on the API/SDK * SDK on github:* https://github.com/solarwinds/OrionSDK/wiki * https://github.com/solarwinds/OrionSDK/tree/master/Samples/PowerShell * Thwack Support…
-
So that is going to be tricky. Mostly because NTA isn't going to include ALL traffic, just the top talkers. So getting true bandwidth info isn't going to be accurate. Another item to know is that most hosted solutions are going to use HTTPS as their means of communication. This means that NTA will most likely only see…
-
There isn't anything out of the box ready that I know of. However, you could accomplish this by creating a custom script monitor, like powershell, and creating a script to look for that.
-
Unfortunately, Huawei is not supported in VNQM. Supported devices for SolarWinds VNQM version 4.4 - SolarWinds Worldwide, LLC. Help and Support I'd recomment creating a feature request for it. VoIP & Network Quality Manager Feature Requests
-
This might help. It's a script that I created that allows for the use of wildcards when searching for files within a folder. File Existence Monitor (Wildcard) It counts the number of files found. If the folder that you wanted monitor always had X number of files then you could use that for a threshold. If this isn't a good…
-
Try this, i added the Orion node name (caption) to the query SELECT IPAddressID, IPAddressIndex, NodeID, Name, IPAddress, Enabled, F5Status, F5StatusReason, OrionStatus, Description, ShortName, F5StatusDescription, OrionStatusDescription, EnabledDescription, F.Device.Node.Caption FROM Orion.F5.LTM.VirtualIPAddress F The…
-
duplicate post here How to alert when interface traffic increase x Mbps in y Minutes?
-
How large is the install file? And, if .NET 3.5/4.5 aren't installed on the server it'll try and reach out to Microsoft to grab them, which could have been the case. Did you make any progress since you posted?
-
i think what I have done for top XX volumes might address 2a. I'm using the Top XX Volumes by Disk Spcae Used and this is the Filter Syntax: VolumeDescription Not Like 'real memory*' And VolumeDescription Not Like 'Physical Memory*' and VolumeDescription Not Like 'virtual memory*' A lot of times i'll create a Custom Table…
-
NPM is designed to run on Windows Server grade OS, 2008 R2 or newer. You can install it on Windows 7, 8, 10 for evaluation purposes but it's know to not run as smooth.
-
to do exactly what you're trying to do is TCP 2055 from router to firewall (PAT) to solarwinds. You'd also need that router added as a node with NPM, so SNMP access from Solarwinds to Router. However, it would be better if you setup netflow on your firewall or internal core switch. The edge router isn't going to see any…
-
Duplicate thread here: Upgrading IOS OmniSwitch Alcatel via SolarWinds