Comments
-
Anyone can share the script that can change the time zone in min based ?? Current script will work on the bases of hours only.
-
Someone can check this for NPM12.3
-
We have NCM
-
Below mention script is not working bobteal SELECT I.InterfaceCaption AS [Local Interface] , CDP.IPAddress AS [Remote IP] , DeviceId AS [Remote Node] , DevicePort AS [Remote Interface] , 'NPM' AS [Source] , (SELECT TOP 1 N2.DetailsURL from Orion.Nodes N2 JOIN Orion.NodeIPAddresses NIP ON (N2.NodeID = NIP.NodeID) WHERE…
-
Can you add the remote device name and remote device IP field in the below script that will help lot. SELECT RemoteDevice AS Device,N.DetailsURL AS [_LinkFor_Device], CDP.Interfaces.InterfaceName AS [Local Interface], RemotePlatform AS [Remote Platform],RemotePort AS [Remote Interface], RemoteIPAddress AS [IP Address] FROM…
-
Am getting the output for the data which is below 30 days only
-
I need to filter on node from the below mention query kindly help me in this. SELECT 'Unmanaged' as [Status] ,n.Caption AS [Node] ,tostring(tolocal(n.UnManageFrom)) AS [From] ,case when n.UnManageUntil is null or n.UnManageUntil = '9999-01-01 00:00:00' then 'Not set' else tostring(tolocal(n.UnManageUntil)) end AS [Until]…
-
Can you create like the same query for down/unmanage/mute interface
-
thanks buddy its very useful..
-
In our environment we are using many AP's more than 9k after many struggle we concluded solarwinds is not suitable for monitoring the AP's so we bought new monitoring aplication to monitor all the AP. For example :\ 200 Ap's connected in one switch if that switch down am getting 200 AP alerts and tickets and am not able to…
-
I created like the same but in that list some of the events not showing.
-
Dear team, I need one query to see the future scheduled unmange activity along with the present unmanage schedule activity
-
In a switch we connected 100 AP's if the switch down then we are getting 100 tickets how can i suppress that ?????
-
i need to filter 9am to 6pm and i need to filter with BankGroup option
-
I have done the same but while creating alert am not able to fetch all the poller value in email can you help me in that ????
-
SELECT A.DisplayName,P.Name, C.IPAddress,L.LastUpdate, C.MAC, C.SignalStrength as Signal_Strength, P.SSID FROM Orion.Wireless.AccessPoints A INNER JOIN Orion.Wireless.Clients C on A.ID=C.AccessPointID INNER JOIN Orion.Packages.Wireless.Clients P on P.InterfaceID=C.InterfaceID INNER JOIN Orion.Wireless.ClientsSessionHistory…
-
Thanks for the command. I need to split and monitor the computational memory and NON Computational according to that i need to set the alerts.