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 »

> Gerd, the number of temp files is extremely high. How many Nagios
> (child) processes are running when you check the count of temp files?
> Something seems to be amiss. Either that or you're monitoring a ton of
> services.18837 pts/0 S+ 0:00 grep ssh

Hm, a lot of them are are critical/down.


nag01:/root# lsof | grep "/tmp/nagios" | wc -l
766


nag01:/root# lsof | grep "/tmp/nagios" | wc -l
774


nag01:/root# ps ax | grep /usr/local/nagios/bin/nagios
4548 ? Rsl 0:13 /usr/local/nagios/bin/nagios
-d /usr/local/nagios/etc/nagios.cfg
18133 ? S 0:00 /usr/local/nagios/bin/nagios
-d /usr/local/nagios/etc/nagios.cfg
19028 ? S 0:00 /usr/local/nagios/bin/nagios
-d /usr/local/nagios/etc/nagios.cfg
19248 ? S 0:00 /usr/local/nagios/bin/nagios
-d /usr/local/nagios/etc/nagios.cfg
19760 pts/0 S+ 0:00 grep /usr/local/nagios/bin/nagios


nag01:/root# ps ax | grep /usr/local/nagios/bin/nagios -c
6

nag01:/root# lsof | grep "/tmp/nagios" | wc -l
5737
nag01:/root# ps ax | grep libexc -c
1


Gerd





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