Comments
-
How are you using UDT to monitor VPN users?
-
Has anyone had any luck getting DPI to run on a VM?
-
Is this still the case?
-
Did this buddy drop resolve your ability to change polling times?
-
The cisco ASA supports getting the ARP entries from the CLI, which NCM has the capability of doing. Is this being considered?
-
We have a significant number of applications that we will need added for us to consider buying any more QoE network sensors. I would like to see this as a feature we can build ourselves.
-
We uninstalled UDT for a while. Yesterday we have reinstalled it and we are slowly bringing it back online. Nothing worse than a complete outage for a week with little to no response from development.....
-
I have installed the updated MIBS and I am waiting for the traps:It seems like I am still having the math problem that this mib was supposed to solve: ASYNCOS-MAIL-MIB:asyncOSMailNotifications.0.10 perCentCPUUtilization = 350 snmpTrapOID = ASYNCOS-MAIL-MIB:asyncOSMailNotifications.0.10 sysUpTime = 47 days 3 hours 59…
-
is there another method that does support this? I did look at Orions.DiscoveryProfiles and found the ProfileID of the source discovery line. I imagine there is a way (if I could find it) to pull the proper DB entries and re-add the updated entries. Perhaps??
-
Thank you very much. Some day I may understand the function AddSecond() ..... Someday.
-
I have built a couple custom query resources that give me a quick look at UDT Job status. I call this "UDT Failed Jobs" -- the job has not run yet. SELECT n.DNS as Name, TOSTRING(n.DetailsUrl) AS [_LinkFor_Name], j.NodeID, CONCAT('Layer ',j.JobType) as JobType, j.JobLastRun, EngineID as PollerEngine FROM Orion.UDT.Job j…
-
This is the query that ended up working for me: select * from ( SELECT max(case when cp.UniqueName = 'bsnAPName' then cps.Status else '' end) as AP_Name ,max(case when cp.UniqueName = 'bsnAPModel' then cps.Status else '' end) as AP_Model ,max(case when cp.UniqueName = 'bsnAPSerialNumber' then cps.Status else '' end) as…
-
This poller works on NPM 11: tested on Cisco 6500 & 6800
-
Where is the Database table for this information? I utilize the serial number from the UnDP for asset management and would like to utilize your fancy new resource instead. Thanks for your Awesome Work !!! Chris
-
Look at this thread: https://thwack.solarwinds.com/docs/DOC-191350#comment-273305
-
I will be building a custom HTML form and wanting to pass the two variable off to a custom query resource.
-
Found on another thread: https://thwack.solarwinds.com/docs/DOC-190567#comment-264929 select n.caption as [Device], n.DetailsURL as [_LinkFor_Device] ,'/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Device] ,n.IP_Address as [IP], n.DetailsURL as [_LinkFor_IP] , Alerts.SuppressFrom as [Mute from],…
-
And so it is: I think I am learning how to fish .... SELECT E.MACAddress, E.IpAddresses.IPAddress, E.Ports.Port.Node.DNS, E.Ports.Port.Name, E.Ports.ConnectionType From Orion.UDT.Endpoint E where E.MACAddress = 'XXXXXXXXXXXX' and E.Ports.ConnectionType = '2' as well as using a join: SELECT C.SerialNumber as serial_number…
-
1.3.6.1.4.1.9.1.2294 Cisco Firepower 4120 Security Appliance
-
SysObjectID 1.3.6.1.4.1.9.1.1021 Cisco 3560p (WS-C3560V2-24PS)
-
The SQL table is: NCM_Audit SELECT TOP 1000 * FROM [dbo].[NCM_Audit] where ModuleName = 'RTN' order by DateTime desc or the following is a larger set of the processes. SELECT TOP 1000 * FROM [dbo].[NCM_Audit] where UserName = 'Real-Time Config Change Detection' order by DateTime desc SWQL: SELECT ID, UserName, ModuleName,…
-
I removed the following with out results: <add name="X-Frame-Options" value="SAMEORIGIN" />
-
Does your equipment support: cdp log adjacency changes
-
-- 1.3.6.1.4.1.15497.1.1.1.2.0 -- iso(1). org(3). dod(6). internet(1). private(4). enterprises(1). IronPort(15497). asyncOSAppliances(1). asyncOSMail(1). asyncOSMailObjects(1). perCentCPUUtilization(2).
-
Yes, we applied that fix - that fix addressed the joy of adding all devices we had into UDT management.
-
We have an open case in which we are unable to change our default polling interval for UDT. It is "Stuck" at 30 min. I have asked Tech Support to look at your case and see if your buddy drop addresses this known bug. Thanks,
-
We use both NPM and NCM. NCM is setup for auto downloads of configuration changes and compliance reports. NPM is used for current state of our devices. We use NPM for all of our alerting on utilization, availability and compliance.
-
This is the device template that we are using: So far it is working most of the time. <!--SolarWinds Network Management Tools--> <!--Copyright 2005 SolarWinds.Net All rights reserved--> <Configuration-Management Device="IRONPORT" SystemOID=" 1.3.6.1.4.1.15497.1.2"> <Commands> <Command Name="MenuBased" Value="false"/>…
-
Rosie, when you decide to test I would also be interested in your results.