diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-10-31 18:41:51 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-10-31 19:05:42 +0000 |
commit | cf2caef79e2895b097109c97295a5013151a9fa7 (patch) | |
tree | b3099054d13aa0f8c4bfee8dd36f2f318f48cd7c /nagios/nrpe.cfg | |
parent | Add lm sensors checks (diff) | |
download | config-cf2caef79e2895b097109c97295a5013151a9fa7.tar.bz2 config-cf2caef79e2895b097109c97295a5013151a9fa7.tar.xz config-cf2caef79e2895b097109c97295a5013151a9fa7.zip |
Add kernel config checks
Diffstat (limited to 'nagios/nrpe.cfg')
-rw-r--r-- | nagios/nrpe.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nagios/nrpe.cfg b/nagios/nrpe.cfg index 65d9000..cff492f 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -16,6 +16,8 @@ command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200 - command[check_drbd]=/usr/lib64/nagios/plugins/check_drbd -d all -r Primary command[check_raid]=/usr/lib64/nagios/plugins/check_raid.pl command[check_file_age]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 1800 -c 2700 +command[check_file_no_linger]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 600 -c 86400 -i +command[check_file_exists]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 15552000 -c 15552001 command[check_haproxy]=/usr/lib64/nagios/plugins/check_haproxy_stats -s /run/haproxy.stats command[check_time]=/usr/lib64/nagios/plugins/check_ntp_time -H uk.pool.ntp.org command[check_swap]=/usr/lib64/nagios/plugins/check_swap $ARG1$ |