Proc

Name

Proc -- Check for process existence

Synopsis

{ 'type'    : 'Proc' ,
  'status'  : 'on' ,
  'triggers': [{ 'level' : 'info',     'trigger' : 'xntpd'}, 
               { 'level' : 'critical', 'trigger' : 'mysqld'}],
}

Description

The Proc Entity checks of one or more processes are running. The entity uses the 'ps' command to obtain the process list. The trigger may be a regular expression.

Trigger

The Trigger fires if the trigger process is not running.