How would I set up a simple trigger to grep for a process every 5 mins?
Ad Widget
Collapse
Application Trigger
Collapse
X
-
Greetings,
First, you need to create an item that checks the process. Something like;Originally posted by stablerHow would I set up a simple trigger to grep for a process every 5 mins?
This item should have a periodicity of about 30 seconds or 1 minute. Once that is created, you can create a trigger that would look something like;Code:proc.num[<Process Name>]
This will trigger if <Proccess Name> is not found to be running on server HOST any time over the last 5 checks of the item.Code:{HOST:procnum[<Process Name>].min(#5)}<1} -
Do you have this item defined for that host? In this case, your host is reshp36 and the item is proc.num[ibmslapd]Originally posted by stablerdoes not match to [server:key.func(param)]Comment
-
Is there an extra space before the } ?Comment
roc.num[ibmslapd].min(#5) }<1}] does not match to [server:key.func(param)]
Comment