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 Ethan Galstad
> Sent: Wednesday, February 07, 2007 10:27 AM
> To: Nagios Developers List
> Subject: Re: [Nagios-devel] nagios-cvs: Too many open files?
>=20
> Marc Powell wrote:
> >
> >> -----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?
> >>
> >> Hi,
> >>
> >> my systems are sometimes running out of open file handles. Is this
> >> normal for a normal nagios process:
> >>
> >> 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.
> >
>=20
> Actually, Nagios has a new temp_path option that defines a directory
> where Nagios will create temp files. Host and service checks in
Nagios
> 3 write their output to temp files - that's how the plugin output
length
> restriction was done away with.

Ah, yes, I remember reading that now. Thanks for the clarification.

--
Marc=20





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