I have a trigger that have built and don't want it to fire unless it has been in error status for x minutes.
Doesn't this mean: If the event proc.num has been running for 15 minutes at >350 processes to fire?
These triggers are firing as soon as the proc load exceeds 350 and doesn't take any account of the time frame.
Any help here?
Code:
{Template_Linux:proc.num[].last(900)}>350
These triggers are firing as soon as the proc load exceeds 350 and doesn't take any account of the time frame.
Any help here?
roc.num[].min(900)}>350
Comment