Comments
-
Check this out looks lile a bug Cisco Bug: CSCul86573 - %SNMP-3-INPUT_QFULL_ERR when polling the CISCO-SWITCH-ENGINE-MIB
-
actually you can use the same reports and methods but this might be better for you select caption, Name, Nodes.NodeID from VIM_VirtualMachines inner join Nodes on VIM_VirtualMachines.NodeID = nodes.NodeID
-
You could search by vendor select n.Caption from Nodes as n where n.Vendor like 'vm%' or
-
this will help you out: Certification this artificial really helped me SCP exam overview - my perspective also a video series on youtube Introduction to the SolarWinds Certified Professional (SCP) Program - YouTube Good Luck dude!
-
Hey, you have a few options here you can update a custom property as a trigger action based on an criteria and based on the output change your custom properties http://www.solarwinds.com/documentation/en/flarehelp/orionplatform/content/core-changing-custom-property-sw1040.htm Or you could you a SQL agent job To update a…
-
Hey, i can try helping, made me chuckle (save me). is your region a custom property ? is there anymore to the SQL? something updating the value LastOne.Qty,?
-
I am currently getting this issue when i run a SNMP walk on a node that is having the problem listing all resources and it only retrieves 15 SNMP values Such as 'name' 'location' but no interface details, when you do a SNMP walk how many values can you retrieve? - run this walk on another router you have see what values…
-
looking at the query it looks like some of the tables you are referring to don't exist in the database. like the AlertObject should be AlertObjects. i have converted what i think you need, try this: SELECT AH.AlertHistoryID, AO.EntityCaption,EntityCaption, CP.team, CP.Tribe, CP.Squad FROM Orion.AlertHistory AH INNER JOIN…
-
Hi, there could be a number of reasons really why your system is slow the main reason for the performance is on the SQL box its self. that being said other factors can play a role in the performance. please take a read of some of the below. lack of system permissions: Orion Web Console response is slow - SolarWinds…
-
this is the query i have setup for this.. SELECT PoolMember.Uri, PoolMember.DisplayName FROM Orion.F5.LTM.PoolMember AS PoolMember INNER JOIN Orion.F5.System.Device D on d.NodeID = PoolMember.nodeid AND FailoverStatusDescription = 'Active'where EnabledDescription = 'Enabled'and OrionStatus NOT IN ('0','1') and MemberIndex…
-
Of course. The best place to start is here GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in Powe…
-
looking at this from a different perspective i know you you asked 'How many events can be stored in the section "Events" Orion,' this query will return the all the types of events that can be stored in the events table. You can even spruce it up with this select * from Events Where EventType = 9
-
just refreshed it defaults to 5 didn't realize that is what you were asking i re built the report but no default filters :/
-
Maybe you only have 5 errors? unlike mine lol. How many 'Display Objects' do you have in total? also check your time period, you might only be polling the last 15 minutes mines 24 hours
-
if you go to the node that has the application installed and change the filter here you should be able to then change it in the report.
-
you have this filter?
-
was about to write up a message back no problem
-
Here i have created quick how to hope it helps step 1 - create a report step 2- select your nodes that have the App assigned step 3 - enjoy
-
iv had a quick scroll through and i cant see it, i would expect it to be in the following tables select * from WebUserSettings and select * from settings the only thing that looks like a version in the DB is this SELECT SettingName ,SettingValue FROM [SolarWinds].[dbo].[WebSettings] but that isnt not right because i am on…
-
Hey tweeks, this is a good place to start How to do various customizations with your Solarwinds
-
You could consider using something like this with a custom query widget, you could tweak to not use the (n.nodeID = ${NodeID}) to get all records, with further tweaking you can create the same for interfaces. this wont cover all thresholds but gives you a starting point for sure.. SELECT tn.DisplayName as Object…
-
for this query you only need to add the Filerting to the end. for example: WHERE ahv.Name LIKE '%PagerDuty%' AND ( lastOne.Qty > 0 OR lastSeven.Qty > 0 OR lastThirty.Qty > 0 ) ORDER BY ahv.Name, ISNULL(lastThirty.Qty,0) DESC this is pretty much the section you need to change. here is the full query: SELECT DISTINCT…
-
agh i see thats simple click settings on the top right then click 'manage alerts' you will need to be an Admin to view this section. does that answer your question?
-
Do you want to set up account limitations on user that can access Alert tab?
-
SolarWinds and Chilling that's the life
-
I second that running the configuration wizard. you could try, Log on to the SolarWinds Opens database manager and delete the custom property.. I wouldn't do this but the option is there..
-
As an example you could use something like this: SELECT cp.n_company AS [textb], concat('https://google.com/', cp.n_company) AS [_LinkFor_textb] FROM Orion.Nodes N INNER JOIN orion.NodesCustomProperties cp on cp.nodeid = N.NodeID
-
Appoligies for the delayed response, thank you for the awesome information one of the reason i love Solawinds always learning
-
oh, Wicked, same version as me, i look forward to hearing back
-
i had a problem similer, when i clicked 'manage alerts' the page would continue to re-fresh so i couldnt actually search for alerts or manage them. since the problem has gone away now i had upgraded to NPM 12.3 and were all good. i just checked the reliease notes for NPM 12.2 and a fix for such issue was resolved in Orion…