Comments
-
No. despite the user setting I can show that the external program runs. The results are just not available when the object type is component. If I change it to object type Node, I get the notes but, I lose the Component Statistic.
-
I'm running my Map in a NOC view along with the World Map and some Summary Dashboards (soon to be Modern Dashboards) so the screen resolution has to be friendly for all of them. I think maybe I need to work on icon and text sizing, but I don't think that will help when a connection line is at an angle that pixilates a lot.
-
I figured this out. I needed to add an empty timeseries widget and configure it.
-
Yes. I did send a more specific and detailed response with pics but. I'm waiting for it to get unmarked as spam. ${N=Alerting;M=AlertName} on ${N=SwisEntity;M=Application.Node.Caption} CPU Consumption: ${N=SwisEntity;M=Application.Node.CPULoad} Processor Queue Length: ${N=SwisEntity;M=ComponentAlert.StatisticData} The top…
-
Hey Kevin, I went through your article and best I can tell, I've checked all the boxes. I've tried as much as 5 minutes here.... SolarWinds.APM.RealTimeProcessPoller.exe -n=${NodeID} -alert=${N=Alerting;M=AlertDefID} -alertId=${N=Alerting;M=AlertID} Email Action ${N=Alerting;M=AlertName} on…
-
I have provided the 2-minute escalation in each scenario. Let me go back through your link though and see if there is something support and I have been missing.
-
This is where this is a bit of confusion from the marketing department. HCO (Hybrid Cloud Observability) is not a cloud/SaaS offering. We went from On-Prem SolarWinds to On-Prem SolarWinds HCO. Nothing really changed. We got some new modules and have not chosen to enable AppOptics at this point. Mught be a bit dated but…
-
I basically put the APEs on a 24-hour reboot schedule for about a month. At some point I went to 2023.3. turned off the reboots and I have not seen an issue. I have 22 APEs and they all get rebooted as part of Windows monthly patching. I do notice crisper alert detection/reset pretty much any time I end up restarting…
-
It is odd in that way. Sometimes it works, sometimes it does not.
-
The template is provided OOB, uses a Remote Host Powersehll script. $Error.Clear(); try { $regpath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired"; $res = Test-Path $regpath; } catch { Write-Host "ERROR: $($Error[0])"; exit 1; } if ($Error.Count -ne 0) { Write-Host "Message:…
-
Nevermind. I posted this a minute to sson.
-
It also looks like doing this will also remove any scheduling you had previously had saved.
-
Thank you for that link. I probably should have been a bit more specific in that I have a couple of dozen of these schedules and wanted to disable all of them easily as opposed to clicking through each one to set a manaul a trigger.
-
Some modules within the HCO bundle became enabled such as VMAN, SCM, and LA. In that sense yes. For example, with the Vman module enabled, we went from around 80 active alerts to 700.
-
Case number is mentioned above. We were not able to isolate the symptoms well enough to say it had anything to do with the upgrade. After a couple of reboots the APEs and AWE seem to be behaving themselves. In another twist we activated our HCO licenses and got another significant jump in memory consumption, but it has…
-
What am I to do for sites that still require IE?
-
Yes, we have to apply a firmware fix. We did that but, it still seems prudent to look for this condition IMO. No traps and I'm not getting syslog data to know.
-
Looks like that table limits entry for a node to 1000 rows.
-
Wondering if there is anything to change the number of results as well? This seemed like the obvious choice but no luck {page:1,pageSize:15,total:0},this.sortingInitialData={sortableColumns:[],sortBy:this.swAlertsService.sortColumns[3],direction:"asc"}
-
I looked at that briefly. I'm 99% agentless. I guess you are saying that the Template/Component would be deployed to the APP server and this would cause the APP server to attempt the ODBC connection to the Db? The ODBC drivers would need to be on the APP server in this case?
-
Thank you for the idea. It definitely works to show that from a network point of view connections are possible so that's half the battle and I can use that. I'll see if I can figure out how to make the DB connection as part of the script block.
-
Yes, run from within a Windows PowerShell ISE it returns Success try { $connectionString = "Server=musagssql01prd.murphyusa.local;Database=EFTDB;Integrated Security=True"; $sqlConnection = New-Object System.Data.SqlClient.SqlConnection $connectionString; $sqlConnection.Open(); $msg = "True"; Write-Host "Message: $msg";…
-
I think it might. It depends on the connection methods available via the ServiceNow pattern. I'll have to add a connections section to the pattern for class cmdb_ci_microsoft_iis_web_server. Left is my core, right is my AWE. I'm currently showing them as two different entry points. I'll branch off the CORE with all the…
-
Thank you! So you are using this as a custom application/component in place of the OOB component? I was also looking at this thread... https://thwack.solarwinds.com/product-forums/the-orion-platform/f/alert-lab/91386/embedding-output-into-an-alert-email-action As a possible way to get the data stored in the Alert notes.
-
If you mean here ${N=SwisEntity;M=ComponentAlert.StatusOrErrorDescription} its not there either. When scrolling through all the possible variables, it cannot be found. Support says its not stored.
-
GlobalScape and Automate Scheduler
-
Congratulations. Who proctored the exam?
-
Is this still the only way to do this? I want to build a MAP That displays all of my apps that are polled with an HTTP GET. I have a custom app for each one.