I am a new to SolarWinds and trying to setup a report for syslog's coming into SolarWinds from Cisco switches. The alerts are coming into SolarWinds, would like to know how to get these all collated into a report which will be sent daily with the alerts I have tried to search for this but I wasn't able to find anything on…
I'm trying to join two working scripts into one but I'm a beginner at this scripting. Script #1: I have a SWQL script to pull last month user login. SELECT tolocal(TimeLoggedUtc) as [Login] , AccountID , AuditEventMessage FROM Orion.AuditingEvents ae WHERE daydiff9timeloggedutc, getutcdate())<31 AND…
Hi All, We need your support to modify the below-mentioned script. We need to generate a report for the Access point and the total clients connected to these access points. We have created a custom property for all stadiums. so, Need to add a custom property to the below script. SELECT DateTrunc('Minute',${FromTimeUTC}) as…
Hello, I have an Event Log Monitor that is looking for an EventID on 150 servers. I can see the "Event Log Message Details" on a per node basis, but am in need of creating a report that lists all occurrences of the specified EventID from all of the servers. Is it possible to create a report that would list the Server Name…
Over the years I've really tried to standardize on good alert hygiene. Decrease the number of alerts in my environment and really try and understand who and what is being noisy. I'm sharing this report that I built which gave me the data I needed to not only decrease alert noise but also make sure I'm following best…
Does any one has any idea on how to get All IP's Assigned to Nodes Select nodesdata.Caption AS 'Device Name', NodeIPAddresses.IPAddress From nodesdata Join NodeIPAddresses ON nodesdata.NodeID = NodeIPAddresses.NodeID Where nodesdata.UnManaged = '0' Above Query does not give additional ip's assigned to esxi's
I need some assistance how to make a custom traffic report that would give me the following information: Node A - Source IP - Source Port - Node B - Destination IP - Destination Port - Data (traffic count) Almost something like Netflow Conversations?
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
Need help in creating a report to show router availability, need to include average availability, system up time, time device went offline (if applicable) and time device came back online - i have managed to get as far as - Average availability, Status description & system up time (days - which is displaying incorrect…
We have a couple of thousand reports that are going out to whoever wanted them when they were created. I am looking for a way to start auditing the Reports that have been created for about a decade now. Does anyone know a way to get a report that shows the Report name as-well-as the Action, Schedule and Recipient(s) it is…
It looks like you're new here. Sign in or register to get started.