Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check-UNIX-Open-FDs-shell-script
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This shell script plugin is similar to below perl plugin.
http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/Check-UNIX-Open-FDs/details
Check Open FD for program(s) and it's child processes. Here is how you can use : -
#check_open_files.sh -p ProgramName -W ProgramWarningLevel -C ProgramCriticalLevel -w ChildProgramWarningLevel -c ChildProgramCriticalLevel
Where:
-p ProgramName : Program Name for which check need to be performed. Mandatory
-W ProgramWarningLevel : Programs Warning Level (def : 400)
-C ProgramCriticalLevel : Programs Critical Level (def : 512)
-w ChildProgramWarningLevel : Warning Level for any child of program (def : 400)
-c ChildProgramCriticalLevel : Critical Level for any child of program (def : 512)
http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/Check-UNIX-Open-FDs/details
Check Open FD for program(s) and it's child processes. Here is how you can use : -
#check_open_files.sh -p ProgramName -W ProgramWarningLevel -C ProgramCriticalLevel -w ChildProgramWarningLevel -c ChildProgramCriticalLevel
Where:
-p ProgramName : Program Name for which check need to be performed. Mandatory
-W ProgramWarningLevel : Programs Warning Level (def : 400)
-C ProgramCriticalLevel : Programs Critical Level (def : 512)
-w ChildProgramWarningLevel : Warning Level for any child of program (def : 400)
-c ChildProgramCriticalLevel : Critical Level for any child of program (def : 512)
Reviews (0)
Be the first to review this listing!