Comments
-
1) under custom query widget use this p.CustomProperties.xxxxxxxx, o.AlertConfigurations.Name AS [ALERT NAME] ,'/Orion/NetPerfMon/ActiveAlertDetails.aspx?NetObject=AAT:' + ToString(o.AlertObjectID) AS [_LinkFor_ALERT NAME] ,CASE WHEN o.AlertConfigurations.Severity = 2 THEN '/Orion/images/ActiveAlerts/Critical.png' WHEN…
-
make sure you are adding the field in the where condition
-
for alert severity column you use the same one you used for the icon CASE WHEN o.AlertConfigurations.Severity = 2 THEN 'Critical' WHEN o.AlertConfigurations.Severity = 3 THEN 'Serious' WHEN o.AlertConfigurations.Severity = 1 THEN 'Warning' WHEN o.AlertConfigurations.Severity = 0 THEN 'InformationalAlert' WHEN…
-
you find this option when you create or edit the alert there will be a separate tab (time of day)
-
Hi @"omorganx" there are 2 options (option1 preferable )you can try 1) you can try add that node in scheduled maintenance https://solarwindscore.my.site.com/SuccessCenter/s/article/Configure-Orion-to-unmanage-items-on-a-scheduled-basis?language=en_US 2) you can disabled the alerts for the mentioned time in time of the day…
-
Hi sadiqsul, This query with SWQL ,in that case you can use this SELECT p.CustomProperties.xxxxxxxx, o.AlertConfigurations.Name AS [ALERT NAME] ,'/Orion/NetPerfMon/ActiveAlertDetails.aspx?NetObject=AAT:' + ToString(o.AlertObjectID) AS [_LinkFor_ALERT NAME] ,CASE WHEN o.AlertConfigurations.Severity = 2 THEN…
-
I hope it helps 01589174
-
01589174 I hope it helps
-
I did opened a case and they confirmed it to be a bug They told that it is expected to be fixed in next release
-
Did you tried all the properties because for me it is working for few but not all
-
Hi Vikas we recently upgraded to 2024.1 we are facing issues in custom properties, For examples the import custom properties in node manage page is not working and in the manage application page we are unable to filter with customproperties in group by option Thanks