Comments
-
I have opened a ticket with support with whether 2020.2.4 is affected by this new CVE. Any updates on if JMSAppender is used in the JMX Bridge?
-
Is that being utilized in the JMX Bridge in SAM?
-
@"Jfrazier" @"KMSigma.SWI" @"jeff.stewart" Would 1.2.X be included in this new CVE that came out today? It only lists 1.2 nvd.nist.gov/.../CVE-2021-4104
-
Thanks for the help @"Seashore" and @"KMSigma.SWI", but unfortunately it is still showing 3 entries of the down server corresponding with the 3 notes that I entered.
-
That seemed to work great. Thank you. One thing I noticed is that if I have more than 1 note, I then have two of the same node, each with the different note. For Example: NameNoteSERVER0SERVER1Blah!SERVER1Server is down!SERVER2Server owner is X Is there a way to only show the most recent node entered? I did see that the…
-
Is that the correct statement to grab the notes? I got an error when I added it to the GROUP BY. This is the built in notes that display on a node details page, not my own custom property. Here is the full query... SELECT NodeName AS [Node Name], '/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name],…
-
I am looking to add a column to show the most recent note that had been submitted. I tried adding it into the select statement. Here is the full query below. SELECT NodeName AS [Node Name], '/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name], DetailsUrl AS [_LinkFor_Node Name],…
-
Thanks @"christopher.t.jones123", that seemed to do it.
-
I had no idea you could hit the little down arrow. That's awesome! Thanks for the query help. If I wanted to filter out two specific servers how would I do that? I tried this and I apparently have the syntax wrong as it still showed the 3 servers it had shown before. SELECT V.Node.Caption as [Node Name] , V.Node.IP_Address…
-
@"kishore574" Did you ever resolve this issue? I'm having some issues with the Wireless table parts of the maintenance taking over 8-10+ hours. The few times it did complete that error appeared.
-
An update on this, it looks like everything seems to work fairly well until it gets to the Wireless part of the maintenance. Once it hits the Wireless portion it just slows to a crawl and most of the time it just sits and I can't tell if it is progressing slowly or if it has hung. The detailed Wireless_AccessPoints step…
-
I let it run overnight and it is still on that step. In the logs I'm seeing these debug messages relating to HA. I don't have HA set up so I'm wondering why they are popping up. Here is what the log is showing - after it shows the summarizing detailed data line, I get the HA lines every 2-5 minutes. There has been no new…
-
@"bhermkens" Did you ever find a solution?
-
@"sv9780" ever find out why wireless tables were taking so long?
-
Thanks! It looks to have worked. How would I filter out any nodes with 'Satellite' in the node name/caption? I'm assuming it is a WHERE clause, but I'm not sure how to filter it. On the built in high response time resource I'm using the following SWQL query: Nodes.Caption not like '%Satellite%'
-
I modified a "Down Nodes" query I wrote years ago and I'm unsure why it isn't working. Can someone take a look? Also, is there a way to turn the text red like the built in resource does? SELECT NodeName AS [Node Name], '/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name], DetailsUrl AS [_LinkFor_Node…
-
I opened a ticket and support keeps saying that there is a duplicate file in the Orion web files because of that error. I am pretty sure there is a duplicate entry in the database that is causing the error and it is just showing the files in the web folder because that the file/process it is running when the error occurs.
-
Hah good point with it being virtual. That did it ;)
-
I just tried it again and it worked with no issues. I wonder if something was going on with my PC when I tried last time.
-
@"ccie62165" Did you ever get this resolved?
-
No, just a basic recording. 1) Go to website 2) Text match
-
I have not checked with them about SNMP yet. The interesting thing is I added both nodes in again using a different poller so they were new nodes and the error messages still appeared.
-
Do you know what causes the VRFs / Route Distinguisher to show up red? The one that isn't working is red, while all of the others in our environment are green and work. Non-Working: Working:
-
I was able to get a resource set up cobbling it together from some other Thwack posts. How would I get this resource to display the status LED for each of these, If I include that column, it just shows the file name of the LED, such as RED.gif as an example. In addition, when I add protocol status description, it shows a…
-
Thanks! I wanted to see if this fixed the issue we are seeing with a couple of our nodes, but it doesn't seem to describe our issue.
-
Thanks for all of the Release Notes, but that is where I saw that line in the fixed issues. Do you have any info on what the actual problem is for neighbor poller issues than what it says in the release notes? What problem was addressed?
-
Yeah, first I moved polling engines and then tried to add it as a separate node. Same processing error on both. I got one in. I'll update this when I resolve the issue.
-
The interesting thing is that I readded it under a different poller and it threw the same error on the resource. I would have thought that adding at as a new node would have got it to display correctly.
-
I'm not seeing entries with the same pollerID or PollerType. They are all different.
-
Found something... Any ideas? 2021-03-09 10:07:16,526 [223] (2001) ERROR SolarWinds.NPM.Web.UI.TabularResource.TabularResourceServiceBase - (null) Exception while doing webservice callback System.ArgumentException: An item with the same key has already been added. at…