Comments
-
Someone has suggested that as well for SAM: https://thwack.solarwinds.com/ideas/2836
-
"Rebuild hosts monitored by the SolarWinds Orion monitoring software using trusted sources." https://cyber.dhs.gov/ed/21-01/ i.e. burn it all.
-
Strange, Defender did not flag mine.
-
That's how I'm reading it currently.
-
yep
-
How about the version numbers that correspond to the current_setup_log.csv file in C:\ProgramData\SolarWinds\Logs\Installer? "CORE";"SolarWinds Orion Core";"Component";"2019.4.5220.20161";"Rtm";"0" I'm trying to determine when the version went on without backtracking my notes.
-
It did and 2020.2.1 is not listed here at the moment: https://www.solarwinds.com/securityadvisory
-
The strange thing here is I do not see SolarWinds Core Business Layer v2020.2.15300.12766 noted - and that version appears to have been in place possibly as early as 2020/09/15 on my system for 2020.2.1? Is the scope of versions going to change possibly? This runs through May 2020 for File Version: 2020.2.5300.12432 - but…
-
I presume "current_setup.log.csv" shows what is going on, but is there a list of corresponding version numbers to HFs? "SAM";"Server & Application Monitor";"Product";"2019.4.1.8180";"Rtm";"1" "CORE";"SolarWinds Orion Core";"Component";"2019.4.5220.20161";"Rtm";"0"
-
2019.4 is listed as affected
-
Can anyone share the log file path for Orion installers to determine exactly which patches went on the software when?
-
Definitely not fixed with HF2. Continuing with Support.
-
Cool! Thanks for the update!
-
EOC has always been a tool that displays a subset of information from each remote instance And I get that. There are two items at play here - EOC as a single pane of glass dashboard and EOC as a single source reporting mechanism across Orion Sites. Putting aside the dashboards for a moment and focusing on reporting, since…
-
You know, it got tied up with the formatting of the emails on the send web page from an alert - the end of the ticket was: "Dev has informed me that there are actually 3 bugs they have from reporting this issue, however these will not be fixed until the next release later on this year... " "At this time I am archiving the…
-
HF2 released today. I'm just about done slapping it on everywhere. Fingers crossed.
-
Support was able to help - this all came down to HF2. It was listed on the main SRM download and was not listed on the additional poller page. To complicate further, the additional poller was labeled "with HF3"! Long story short, there is no HF3, the label is wrong, the location of HF2 is confusing - but once that was…
-
I've reasked the question in the following thread, since there are no issues with the SWQL between SWQL Studio and the Custom Query and it all comes down to time conversions whether changing to UTC or changing timezones for the browser. Timezone differences in SWQL in Custom Query in SAM?
-
Not that I'm aware of, I'm still using CASE. Maybe tdanner can advise further.
-
Tested through SAM 6.2.4 at least which has the new GUI in place. The email alert still sends the text of the SWQL query instead of the results that would show on the web page itself. I've opened Case #1000843 to try to get someone to review.
-
I suppose then the question would be why cut EOC off at the knees and not allow it access to standardized Orion SWIS data that is available from the individual Orion instances directly. If EOC is truly supposed to function as a single pane of glass solution for SolarWinds Orion, then it should allow for all data to be at…
-
I've put the mentioned Hot Fix in place, but I can't add an Isilon with OneFS 8.0. Discovery finds no targets with: Could not load type 'SolarWinds.SRM.Isilon.Templates.CodeBehind.NodeIPAddressSetter' from assembly 'SolarWinds.SRM.Isilon.Templates, Version=6.3.0.1303, Culture=neutral, PublicKeyToken=null'. SolarWinds Case…
-
I have the same question. Additionally, I wonder if anything has been added in the interim to LEM or the newer Orion VMAN 8+.
-
Huh. Apparently GetDate and GetUTCDate as input into the Custom Query window are dependent on local browser rather than Orion Server, SQL Server or database? Same dashboard in each, different times from the database. To my knowledge there's no other part of SAM that adjusts the times to the timezone of the browser.…
-
If anyone is looking for something similar, this the modified version I've gone with - UTC for timing, ToLocal for display, with a server link to the node added in: SELECT Server, '/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N%3a' + ToString(NodeID) AS [_LinkFor_Server], MachineType,Last_Poll FROM ( SELECT c.NodeID,…
-
That's the curious part - the latency isn't bad, but I know the throughput isn't great - we're talking about an APE and database across the country from each other. That's the only current correlation I have currently for the APEs that are falling behind. We've gone 20 rounds with Support and escalated the ticket and…
-
Thanks! Yeah, PIVOT I've worked around with many multiple joins. This REPLACE I've worked around the worst offenders with about half dozen specific WHEN statements in my CASE function. Thanks for the quick feedback and seeing the value of the REPLACE. Especially since you're formatting data for dashboards in those Orion…
-
It's been awhile, but I believe this is the code that I was discussing above. We run a simply log monitor to pull out details of SQL job failures - and we needed to drop them into a report for the client. This worked well for me, adjust the filter as needed to display the application monitors you're trying to pull from:…
-
I converted to SQL as mentioned by the other respondent above and it allowed me to get around the issue.
-
What table would even define the inherit from template value for the components? Looking at APM_ComponentSetting there is a lot for _CredentialSetId, but not a thing for the inheritance on the components either way.