From 2da96e4ba4fc735aaf73991d9ec299ab2648ce6f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 19 Feb 2010 16:15:56 +0100 Subject: [PATCH] Raise timeout for nrpe_host check --- config/static/checkcommands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/static/checkcommands.cfg b/config/static/checkcommands.cfg index 8801888..dd4cb06 100644 --- a/config/static/checkcommands.cfg +++ b/config/static/checkcommands.cfg @@ -9,7 +9,7 @@ define command { } define command { command_name dsa_check_nrpe_host - command_line /usr/lib/nagios/plugins/check_nrpe --no-ssl -H $ARG1$ -c $ARG2$ + command_line /usr/lib/nagios/plugins/check_nrpe --no-ssl -H $ARG1$ -t 50 -c $ARG2$ } define command{ command_name dsa_check_cert -- 2.20.1