Comments
-
hello. can you please share this dashboard, and let us also know how to add multiple tabs in on dashboards as seen in the snapshot you shared. thank you @"gaba8696"
-
thanks for the support, i will try this.
-
@"jasonclair" not yet. nobody answeredthis query. if you ever get it, please share it with me. thanks in advance.
-
@"stuartd" this is what i have, but its not working. custom property i have is "test". SELECT it.InterfaceID, it.InterfaceName, n.Caption AS NodeName, icp.Test AS CustomPropertyTest, CASE WHEN it.Status = 1 THEN 'Up' WHEN it.Status = 2 THEN 'Down' ELSE 'Unknown' END AS AvailabilityStatus, it.LastSync AS LastUpdated FROM…
-
i need it in this format.
-
@"superfly" @"jpaluch" @"KMSigma.SWI" please support
-
thank you @"superfly" its working.
-
hi @"james.kluza" thanks for your detailed explanation. looks like its not possible to suppress alert in active alert dashboard and jut trigger email at the same time, the alert might re-appear if i clear it automatically. thanks for the clarification.
-
thanks a lot Patt, it is working now. thank you once again.
-
Dear Patt, i tried with your SWQL query, but i notice something is not right or missing. because im not getting the correct data. to validate the output, i created a report and was comparing it with the results of your query, its not the same. in report, i have an option of "last 30 days" or "last month" these both filters…
-
@"pattpall" thank you very much for the query, so far it didnt fail and working, im just validating and verifying the results it is returning. i will reach you out if i need further help in this query. once again, thanks a lot.
-
hi sriram, its not working. i mean its not giving me the average or peak utilization of last month. im new to SWQL, i was trying hard with graphical query builder in modern dashboard but failing to fetch data. i could create report but i want same data to be displayed on dashboard. anyways, thanks for the support.
-
@"KMSigma.SWI" @"chris.tian" @"mark.gover" @"Seashore" could you please help me to get this SWQL query ? thank you.
-
to query all active alert, please find below the SQL query, hope it will work since its working with me. SELECT DISTINCT AlertActive.AlertActiveID, AlertObjects.AlertObjectID, AlertConfigurations.Name, AlertConfigurations.Severity, AlertConfigurations.ObjectType, AlertObjects.EntityUri, AlertObjects.EntityType,…