Get the latest news about SolarWinds Server
Hi all, The SolarWinds HCO does not have internet access, it operates in offline mode. Is it possible to display clocks in this mode in a widget? Thanks in advance! Kind Regards, Attila
Currently have 'VMs with old snapshots (older than 30 days)' report but since we have linux/unix systems in our SAM monitoring, I would like to isolate this report by just showing Windows based operating systems in this report. Not sure how to go about it. this is in the query: SELECT vm.Name, vm.GuestState, vm.MemUsage,…
Raising this again.... https://thwack.solarwinds.com/product-forums/server-application-monitor-sam/f/forum/90824/firewall-for-orion-agent---powershell-script-port-17778 We would like to deploy a PowerShell script to open port 17778 to the Orion servers (primary and APEs) from our DMZ servers and have it as part of our…
Hi all, I'm trying to set up the API Mailbox poller for our O365 Mailboxes. I've followed the somewhat 'scattered' instructions in the Success Center and also received guidance from SW Support but something is still amiss Once I have selected 'send request' i get the below error: The request URL is the standard template…
$DriveLetter = "C:"; $Error.Clear(); if ( Test-Path $DriveLetter ) { } else { Write-Host "Message: Drive Not found" exit 1 } $computer=$Env:COMPUTERNAME $BitLockerStatus = Invoke-Command -ScriptBlock{ Get-BitLockerVolume -MountPoint "$DriveLetter" } -ComputerName $computer -ErrorAction Stop $BLMP =…
I have added SQL server in AppInsight for SQL template so I want to check how the Lazy writes/sec value in calculating in SAM AppInsight for SQL. Thanks in advance.
Saw something similar to this posted in NPM but no one ever answered it. Maybe someone here can. On some of our servers being monitored I have found the C:\ProgramData\Solarwinds\JobEngine.v2\logs directory can have over 40k files and 17GB of disk. The dates on the files start from early this year. It is filling up drives…
I'm struggling here... All I need is a report showing the output of a SQL query. The output will have 3 columns and can have anywhere from 0 rows to 100+ rows. Report will run once a day. I cannot figure out for the life of me how to create a report with this. Please someone help!!
Using SQL component monitor SELECT [StatisticData] as Statistic FROM [SolarWindsOrion].[dbo].[APM_AlertsAndReportsData] where NodeName LIKE '%jsmhpxweb02a%' and ApplicationName LIKE '%CMD Glassfish%' and ComponentName LIKE '%Memory Heap Used%';
How to unmanage an application pool properly Taken from an old post that was never answered.... It seems the alert engine is not aware that an application pool is unmanaged, only it's state. So how do we code an exception into our alert so we no longer get alerted for unmanaged app pools? Trigger Condition: AppInsight for…
It looks like you're new here. Sign in or register to get started.