For version 1.1 (and up), it would be great to have something like:
proc.pid[<pid file>,<optional process name>]
Will a) check if the pid is a process and
b) if the optional process name exists, checks to make sure it matches the actual process name.
and
proc.pid.exists[<pid>,<optional process name>]
Same as above except you supply the pid. Not as usefull, but might be for some..
proc.pid[<pid file>,<optional process name>]
Will a) check if the pid is a process and
b) if the optional process name exists, checks to make sure it matches the actual process name.
and
proc.pid.exists[<pid>,<optional process name>]
Same as above except you supply the pid. Not as usefull, but might be for some..
Comment