i_like_eggs · Just an egg · ✭✭✭✭✭

I’ve brought my recent SolarWinds observability work together under the Observability solutions tag, including the full dashboard series and newer operational evidence posts: https://thwack.solarwinds.com/discussions?tagID=9183

Comments

  • Also click settings scroll down to polling engines check the 'last database sync' is within the last few seconds,also make sure your 'last database update' is not a negative number this will indercate communication issues to the database.
  • hey, have you checked the scheduling out within reporting?
  • Try re running the configuration wizard again double check all alerts are enabled, also log in with the 'Admin' account incase of some random view limitation. Also try and fource an alert to trigger if you can see what happens, I'd personally contact a solarwinds support incase the upgrade has some issues. As a tip run the…
  • huh, I didn’t realise this was an offering, the support offering from SolarWinds is (quite) smooth, especially with a system down. On the other hand, I would actually find this useful if the setup is complex having a bunch of pollers, multiple web servers, bunch of H/A deployments throw in a DPA maybe a EOC/NTA and a few…
  • Here is a good amount of information using the SolarWinds SDK https://thwack.solarwinds.com/thread/62160
  • can i be a pain and ask for a screenshot? thanks
  • iv not run into this problem but if you log in with the 'ADMIN' account can you see all the credentials? are you accessing the 'Windows Credentials' in 'Settings' ? also what credentials are you adding SAM? NCM? or something else? hopefully i can help cheers, Dan
  • Made some further updates to include Interfaces, also added a case statement to dynamically build Perfstack charts and Maps for both interfaces and nodes SELECT c.FullName as [OBJECT] ,c.Detailsurl as [_linkfor_OBJECT] ,'/Orion/images/StatusIcons/Small-' + s.StatusName +'.gif' AS [_IconFor_OBJECT] ,s.ShortDescription AS…
  • Its not possable to sort the 'Group Members' from what i have seen. you could on the other-hand create a custom resourse on the Group Details page, such as this: SELECT n.Caption as [Node], n.IP_Address AS [IP Address], c.Detailsurl as [_linkfor_Node] ,'/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Node] ,…
  • Yo, here are a couple of links that have some valid resolutuons Error: Invalid server response - Unable to log in WHD VA in IE 10 - SolarWinds Worldwide, LLC. Help and Support and EOC and Internet Explorer 11 incompatibility issue - SolarWinds Worldwide, LLC. Help and Support also have any changes been made to group policy…
  • Hi, If your Web Help Desk is run on a SQL box you can run this something i put together their might actually be other ways to do it but i like the SQL You will need to make sure you are running it against your WHD DB instance you see below it has WHD_Live just change that to your WHD Database and you should be golden.…
  • Good day, its quite simple i use it all the time, at the bottom of every page in SolarWinds you can view at a glace what products you have and what version you have just like below.
  • Hey, You know what 'Agents' are probably my favourite thing in SolarWinds I look at them as small little ninja's gathering and passing data, telling me how my servers are doing, even telling me network response times NRT and protocol latency issues ART for key applications.. and with the right alerting you can actually…
  • This can be done with Network Sonar Discovery you can automatically import elements from Ip ranges specified or individual in address, Simply select settings select Network Sonar Discovery this will walk you through the process and you can schedule this run times
  • I have the same problems iv not checked the change polling engine also this is a new NPM 12 install. i checked the orionweb.log and i can see errors with host resourse disabled or Somthing along the lines of that. I have logged with support and keep my eye on this thread ill let you know if i get any where
  • You can also see the credentials the script will use when you edit the node under the management resource on the nodes page scroll down there you have it
  • that Xbox achivment cracks me up nice one
  • 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 :/