Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_num_fds

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2014-01-15
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
26483
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_num_fds
Python check to monitor the number of files opened by a process.
This Python check uses psutil http://code.google.com/p/psutil/ to monitor the number of files opened by a process: it expects the process 'pid' saved in a .pid file.

The check is useful to monitor the error "Too many open files" caused either by a daemon opening too many files or to a too strict ulimit configuration ( parameter 'nofile' ).