Re: [Nagios-devel] nagios-cvs: Too many open files?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] nagios-cvs: Too many open files?

Post by Guest »



> -----Original Message-----
> From: [email protected] [mailto:nagios-devel-
> [email protected]] On Behalf Of Gerd Mueller
> Sent: Wednesday, February 07, 2007 9:40 AM
> To: Nagios Developers List
> Subject: [Nagios-devel] nagios-cvs: Too many open files?
>=20
> Hi,
>=20
> my systems are sometimes running out of open file handles. Is this
> normal for a normal nagios process:
>=20
> nag01:~# lsof | grep "/tmp/nagios" | wc -l 41631

I would say no, since nagios doesn't usually open files in /tmp.

[root@dc1 root]# lsof | grep "/tmp/nagios"
[root@dc1 root]#

Is that the location of temp_file in nagios.cfg? Is the command shown in
lsof for those processes nagios or some plugin? I suspect that it's
going to be some misbehaving plugin that you're using.

--
Marc





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked