/check_open_files

Nagios/OP5 plugin to monitor number of open filehandles vs the limits

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Simple Nagios/OP5 plugin which checks the amount of filehandles used vs the limits, both system-wide and per process.

For now only works on Linux, could be fixed but would require:
  * Checking uname() result for OS
  * Checking different sysctl's for different OS's and perhaps other places for OS's that doesn't use sysctl
  * Figuring out the alternative for Linux /proc to find limits and number of fd's

No docs, read the code.