The most recent content from our members.
I've built a component monitor to parse a log file (text) looking for selected errors generated by a custom application. Then created a SWQL query to pull historical Statistics and Messages from my component monitor. Building a report based on that query to detail the # of occurrences of selected error codes over the last…
using this https://support.solarwinds.com/SuccessCenter/s/article/Create-per-Node-Software-Inventory-report?language=en_US I've created a report for a select number of servers from our fleet, I want to edit the list created in steps 5 & 6 to add or remove servers as needed. I can't find where to edit this, any guidance…
I'm looking for a report that could list servers with internet access, Ive checked almost all options with NTA but neither has been successful. does anyone have a suggestion with this task. I have access to SAM, NPM, NTA
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,…
Hi, I write one query for view the date created templated in SAM SET NOCOUNT OFF SET ROWCOUNT 0 DECLARE @StartDate DateTime DECLARE @EndDate DateTime DECLARE @Rango DateTime DECLARE @ResultVar real SET @StartDate = DATEADD(DD,-30,DATEADD(DD,DATEDIFF(DD,0,GETDATE()),0)) SET @EndDate =…
I would like to know step by step how to create the following reports: 1. Nodes without Application owners 2. Nodes that notify with email and possibly specific emails
We are trying to get an inventory of all the applications that are installed on our desktops and Citrix servers. Is it possible to get the applications list through SAM?
Report using Web Report Writer listing SAM Applications/Components and Associated Account Used Within the Template to Poll
QUESTION FOR SAM - SERVER AND APPLICATION MONITOR - REPORT SECTION Please let me know if I did not post this to the right place. -------------------------------------------------------------------------- We have a bunch of MS Exchange servers out there configured as DAGs (Database Availability Groups, i.e. clusters). Each…
We have configured Server and Application Monitoring (SAM) and in the component, we have set multiple statistics and messages. What we want to achieve is to be able to split each of the "key" out into its own column. This is what we have currently: What we are trying to achieve is the following: We manage to do this by…
It looks like you're new here. Sign in or register to get started.