check_open_files.pl
Posted: Mon Sep 27, 2021 5:09 am
Hi Team ,
We are using a script check_open_files.pl to check the number of open files on a linux server ( Rhel 6 ) .
We are quite unsure on how the calculation is done here and what values to be given as warning and critical .
Right now this is the setup and we are not sure why it is throwing a critical error .
[nagios@xyz ~]$ /usr/local/nagios/libexec/check_nrpe -H server -t 120 -c check_open_files -a '-w 1.29 -c 1.55'
CRITICAL: open files (36064) exceeds (threshold=25111/25111)|open_files=36064;20899;25111
Please help us in understanding how the calculation works
We are using a script check_open_files.pl to check the number of open files on a linux server ( Rhel 6 ) .
We are quite unsure on how the calculation is done here and what values to be given as warning and critical .
Right now this is the setup and we are not sure why it is throwing a critical error .
[nagios@xyz ~]$ /usr/local/nagios/libexec/check_nrpe -H server -t 120 -c check_open_files -a '-w 1.29 -c 1.55'
CRITICAL: open files (36064) exceeds (threshold=25111/25111)|open_files=36064;20899;25111
Please help us in understanding how the calculation works