I want to use 3 little triggers and their combination as big trigger.
May I use somewhat like this:
T1:={Template_Indexers:SMService_Bytes.delta(600)} <2
T2:={Template_Indexers:SMService_Bytes.max(240)}<4 19430400
T3:={Template_Indexers:CPU_Usage_Percent_SMService .max(600)}<1
and big trigger
T4:=T1|T2|T3
where T4 is logical OR of little triggers? Better if any logical operation above T1-T3 triggers.
This opportunity will reduce system utilization and increase accessibility.
I want what T1-T3 triggers will be as "warning" and T4 will be "Average" or "High" severity.
May I use somewhat like this:
T1:={Template_Indexers:SMService_Bytes.delta(600)} <2
T2:={Template_Indexers:SMService_Bytes.max(240)}<4 19430400
T3:={Template_Indexers:CPU_Usage_Percent_SMService .max(600)}<1
and big trigger
T4:=T1|T2|T3
where T4 is logical OR of little triggers? Better if any logical operation above T1-T3 triggers.
This opportunity will reduce system utilization and increase accessibility.
I want what T1-T3 triggers will be as "warning" and T4 will be "Average" or "High" severity.