HI Team,
Nagios Server is showing so many defunct process when i give
# ps -ef | grep -i defunct
as attached below..
We installed offloaded DB for the Nagios XI APP Server and provided "max_connections" as 1000.
Please let us know why these many "Defunct Process" happening in Nagios Xi Server and suggest us to resolve the issue
Nagios Showing more Defunct process
Nagios Showing more Defunct process
You do not have the required permissions to view the files attached to this post.
System:
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios Showing more Defunct process
How many zombie processes are you seeing? This is common if you are running a great deal of active checks as they will stay there until the check is returned and reaped by Nagios.
Re: Nagios Showing more Defunct process
HI Team,
Zombie process showing as 170 in top command and due to this defunct process, it may use more CPU or iowait..??
Zombie process showing as 170 in top command and due to this defunct process, it may use more CPU or iowait..??
System:
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios Showing more Defunct process
Do you see any of them being removed? As I mentioned above it is more likely than not that they are just waiting for checks to be returned and reaped.
Re: Nagios Showing more Defunct process
hi,
Yes, it is changing and some times defunct is showing high and sometimes low... is that effect any performance..?
Yes, it is changing and some times defunct is showing high and sometimes low... is that effect any performance..?
System:
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios Showing more Defunct process
It won't have too much of an effect, and it's not something you can realistically control, nagios forks for checks it runs and that is how it processes the returned checks. Once reaped the processes will normally be removed.