<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
sammy ominsky wrote:
<blockquote cite="mid:E3D3BF5A-9093-47D6-AFE0-A1F2D9F7898D@avoidant.org"
 type="cite">
  <pre wrap="">Hi all,

I have one server that is constantly getting overrun by zombies!  Nagios alerts me that 

** NAGIOS ALERT ** PROBLEM with Zombie Processes on Hardware *********** (***.***.***.***).  Service is CRITICAL as of Sun Jan 3 15:17:10 UTC 2010.  The additional information available is: PROCS CRITICAL: 23 processes with STATE = Z

ps shows me it's mostly one process this time, other times it's others

19279 ?        Z      0:00 [playrecording.p] &lt;defunct&gt;
  </pre>
</blockquote>
Use pstree and check who the zombies parent is. If it is the same
process for almost all of them, this is likely a software bug in
playrecording.p (or whatever the parent is). If it is process ID 1,
then you have some other problem (probably in the kernel).<br>
<br>
Shachar<br>
<pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
</body>
</html>