Hi all 
I just started to use the calculated items, it's awesome
I've now a question, I've like 20 triggers that calculate items, eg :
({Template_App_MySQL:mysql.status.Qcache_free_bloc ks.last(0)}=0/{Template_App_MySQL:mysql.status.Qcache_total_bloc ks.last(0)}=0)>0.35
My question is : should I use a calculated item, let's say :
%age of free blocks : Qcache/Total, and a trigger, if %age of free blocks > 35 %
Or should I keep simple items and make the calculation into the triggers ?
best regards,
Razique

I just started to use the calculated items, it's awesome

I've now a question, I've like 20 triggers that calculate items, eg :
({Template_App_MySQL:mysql.status.Qcache_free_bloc ks.last(0)}=0/{Template_App_MySQL:mysql.status.Qcache_total_bloc ks.last(0)}=0)>0.35
My question is : should I use a calculated item, let's say :
%age of free blocks : Qcache/Total, and a trigger, if %age of free blocks > 35 %
Or should I keep simple items and make the calculation into the triggers ?
best regards,
Razique
Comment