Hi
I need to add that to that SQL alert
'NodesCustomProperties='24/7'
select nodes.NodeID, nodes.Caption, CPUMultiLoad.TimeStampUTC, CPUMultiLoad.AvgLoad
from Nodes
join CPUMultiLoad on Nodes.NodeID = CPUMultiLoad.NodeID
where DATEDIFF(mi, CPUMultiLoad.TimeStampUTC, SYSUTCDATETIME()) < 5
and CPUMultiLoad.AvgLoad > 85