Currently have 2022.4.1 installed. I am receiving an 'You have legacy reports in your deployment.' error when I perform a health check. How do I find these legacy reports? I want to clean them out if possible.
SELECT DISTINCT AlertActive.AlertActiveID, AlertObjects.AlertObjectID, AlertConfigurations.Name, AlertConfigurations.Severity, AlertConfigurations.ObjectType, AlertObjects.EntityUri, AlertObjects.EntityType, AlertObjects.EntityCaption, ToLocal(AlertActive.TriggeredDateTime) AS TriggeredDateTime,…
I have created Re-Index Report, Now i want to clean all orphan interfaces as per the report. Can i do that in one go and how if its doable
How to add my modern dashboard in report as PDF ?
hi guys, pls help. I have these weekly reports I built in report builder, but now I need help with the SQL equivalent. I'm not so good at SQL queries. Pls see my screenshot for my reports table for my web report. I really appreacite any help, thank you. Availibility and Response Time for nodes Weekly Volume Usage Weekly…
hi all anyone can help me to run a report for List of resources
I am using the Applications problems widget and want to filter using something like the below but it does not seem to be excluding the applicationmonitor which i do not want to see. The working filter is as below. Caption Like 'Servername' The non working filter is as below. Application.Name <> 'Cloud Devices Windows…
Hello, Been trying to find away of reporting on the availability of the SolarWinds portal, have been thinking I could use SAM but can see the issues with doing it that way. anyone doing something similar or got any ideas etc? would be better than having to manually calculate the availability of the portal. many thanks
SELECT Distinct TOLOCAL(ST.EventTime) AS [Start Time] ,TOLOCAL(ET.EventTime) AS [Finish Time] ,CONCAT(--Downtime formatted (CASE WHEN (SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))/60/60) >= 1 --Hours THEN CONCAT(SECONDDIFF(ST.EventTime,ISNULL(ET.EventTime, GETUTCDATE()))/60/60%24, 'h ') ELSE '' END), (CASE…
Team, I have been asked the following from MGMT: We can allow swispowershell commands to be run to perform mute/unmute and unmanage/manage functions. Provided we can lock it down to the server that runs the commands to the orion server. is this doable? thank you
It looks like you're new here. Sign in or register to get started.